FilterContains(String, IndexCollectionType, Int64, CTX) Method

Create contains number filter for query on collection index.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public static Filter Contains(
	string name,
	IndexCollectionType type,
	long value,
	params CTX[] ctx
)

Parameters

name  String
bin name
type  IndexCollectionType
index collection type
value  Int64
filter value
ctx  CTX
optional context for elements within a CDT

Return Value

Filter

See Also