public static class SecondaryIndexQueryOperation.Query extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecondaryIndexQueryOperation.Query.Builder |
Modifier and Type | Method and Description |
---|---|
BinaryValue |
getContinuation() |
byte[] |
getCoverageContext() |
BinaryValue |
getIndexKey() |
BinaryValue |
getIndexName() |
int |
getMaxResults() |
Namespace |
getNamespace()
Return the location for the Query.
|
BinaryValue |
getRangeEnd() |
BinaryValue |
getRangeStart() |
BinaryValue |
getTermFilter() |
Integer |
getTimeout() |
boolean |
isPaginationSort() |
boolean |
isReturnBody() |
boolean |
isReturnKeyAndIndex() |
public Namespace getNamespace()
public BinaryValue getIndexName()
public BinaryValue getIndexKey()
public BinaryValue getRangeStart()
public BinaryValue getRangeEnd()
public boolean isReturnKeyAndIndex()
public int getMaxResults()
public BinaryValue getContinuation()
public boolean isPaginationSort()
public BinaryValue getTermFilter()
public Integer getTimeout()
public byte[] getCoverageContext()
public boolean isReturnBody()
Copyright © 2016. All rights reserved.