The Statement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | SetAggregateFunction(String, String, Value ) |
Set Lua aggregation function parameters for a Lua package located on the filesystem.
This function will be called on both the server and client for each selected item.
|
![]() | SetAggregateFunction(String, String, String, Value ) |
Set Lua aggregation function parameters for a Lua package located in a string with lua code.
This function will be called on both the server and client for each selected item.
|
![]() | SetAggregateFunction(Assembly, String, String, String, Value ) |
Set Lua aggregation function parameters for a Lua package located in an assembly resource.
This function will be called on both the server and client for each selected item.
|
![]() | SetBinNames |
Set query bin names.
|
![]() | SetFilter |
Set optional query index filter. This filter is applied to the secondary index on query.
Query index filters must reference a bin which has a secondary index defined.
|
![]() | 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.
|
![]() | SetRecordsPerSecond |
Set returned records per second (rps) rate for each server.
|
![]() | SetSetName |
Set optional query set name.
|
![]() | SetTaskId |
Set optional query task id.
|
See Also