Statement PropertiesAerospike
The Statement type exposes the following members.
Properties

  NameDescription
Public propertyBinNames
Query bin names.
Public propertyFilter
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.
Public propertyFunctionArgs
Arguments to pass to function name, if any. Used by aggregate queries only.
Public propertyFunctionName
Aggregation function name. Used by aggregate queries only.
Public propertyIndexName
Optional query index name. If not set, the server will determine the index from the filter's bin name.
Public propertyNamespace
Query namespace.
Public propertyPackageContents
String containing lua code that comprises a package. Used by aggregate queries only when aggregation function is defined in a string.
Public propertyPackageName
Server package where user defined function resides. Used by aggregate queries only.
Public propertyPredExp
Optional predicate expression filters in postfix notation.

This is an experimental property and subject to change.

Public propertyResourceAssembly
Assembly where resource is located. Current assembly can be obtained by: Assembly.GetExecutingAssembly(). Used by aggregate queries only.
Public propertyResourcePath
Namespace path where Lua resource is located. Example: Aerospike.Client.Resources.mypackage.lua Used by aggregate queries only.
Public propertySetName
Optional query set name.
Public propertyTaskId
Optional query task id.
Back to Top
See Also