The Statement type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | Statement | Initializes a new instance of the Statement class |
Methods
Name | Description | |
---|---|---|
![]() | SetBinNames |
Set query bin names.
|
![]() | SetFilters |
Set optional query filters.
Currently, only one filter is allowed by the server on a secondary index lookup.
If multiple filters are necessary, see QueryFilter example for a workaround.
QueryFilter demonstrates how to add additional filters in an user-defined
aggregation function.
|
![]() | SetIndexName |
Set optional query index name. If not set, the server
will determine the index from the filter's bin name.
|
![]() | SetNamespace |
Set query namespace.
|
![]() | SetSetName |
Set optional query setname.
|
![]() | TaskId |
Set optional query task id.
|
See Also