Aerospike LINDPad Driver

ASecondaryIndexAccess..::..GetFilter Method (Int64, Int64, array<CTX>[]()[][])

Creates a Range(String, Int64, Int64, array<CTX>[]()[][]) based on the secondary index attributes.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public Filter GetFilter(
	long inclusiveStartRange,
	long inclusiveEndRange,
	params CTX[] ctxArgs
)

Parameters

inclusiveStartRange
Type: Int64
Start range, inclusive
inclusiveEndRange
Type: Int64
End range, inclusive
ctxArgs
Type: array<CTX>[]()[][]
Advance criteria for the search. See CTX.

Return Value

A Range(String, Int64, Int64, array<CTX>[]()[][]) filter

Exceptions


ExceptionCondition
ArgumentExceptionThrown if inclusiveStartRange is greater than inclusiveEndRange