FilterContains(String, IndexCollectionType, String, CTX) Method
Create contains string filter for query on collection index.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Filter Contains(
string name,
IndexCollectionType type,
string value,
params CTX[] ctx
)
- name String
- bin name
- type IndexCollectionType
- index collection type
- value String
- filter value
- ctx CTX
- optional context for elements within a CDT
Filter