Aerospike LINDPad Driver

ASecondaryIndexAccess..::..Query Method (Object, array<String>[]()[][])

Performs a search on the secondary index based idxBinValue and the index associated bin (). For more information see Filter.

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

Syntax


public IEnumerable<ARecord> Query(
	Object idxBinValue,
	params string[] bins
)

Parameters

idxBinValue
Type: Object
The searchValue used to conduct the search associated with BinName
bins
Type: array<String>[]()[][]
Only include these bins in the result.

Return Value

A collection of records that match the filters.

Exceptions


ExceptionCondition
AerospikeExceptionThrown if an index cannot be found to match the filter