Statement MembersAerospike

The Statement type exposes the following members.
Constructors

  NameDescription
Public methodStatement
Initializes a new instance of the Statement class
Back to Top
Methods

  NameDescription
Public methodSetBinNames
Set query bin names.
Public methodSetFilters
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.
Public methodSetIndexName
Set optional query index name. If not set, the server will determine the index from the filter's bin name.
Public methodSetNamespace
Set query namespace.
Public methodSetSetName
Set optional query setname.
Public methodTaskId
Set optional query task id.
Back to Top
See Also