Create contains number filter for query on collection index.
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.1.0 (5.3.1)
Syntax
C#
public static Filter Contains( string name, IndexCollectionType type, long value, params CTX[] ctx )
Parameters
- name
- Type: SystemString
bin name - type
- Type: Aerospike.ClientIndexCollectionType
index collection type - value
- Type: SystemInt64
filter value - ctx
- Type: Aerospike.ClientCTX
optional context for elements within a CDT
Return Value
Type: FilterSee Also