The Statement type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| BinNames |
Query bin names.
| |
| Filter |
Optional query filter. This filter is applied to the secondary index on query.
Query index filters must reference a bin which has a secondary index defined.
| |
| Filters |
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.
This property is obsolete. Use Filter instead. | |
| FunctionArgs |
Arguments to pass to function name, if any.
Used by aggregate queries only.
| |
| FunctionName |
Aggregation function name.
Used by aggregate queries only.
| |
| IndexName |
Optional query index name. If not set, the server
will determine the index from the filter's bin name.
| |
| Namespace |
Query namespace.
| |
| PackageName |
Server package where user defined function resides.
Used by aggregate queries only.
| |
| PredExp |
Optional predicate expression filters in postfix notation.
This is an experimental property and subject to change. | |
| ResourceAssembly |
Assembly where resource is located. Current assembly can be obtained by: Assembly.GetExecutingAssembly().
Used by aggregate queries only.
| |
| ResourcePath |
Namespace path where Lua resource is located. Example: Aerospike.Client.Resources.mypackage.lua
Used by aggregate queries only.
| |
| SetName |
Optional query set name.
| |
| TaskId |
Optional query task id.
|
See Also