Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..BatchRead Method (IEnumerable<(Of <(<'Key>)>)>, BatchPolicy, BatchReadPolicy, Expression, array<String>[]()[][], DumpTypes, array<String>[]()[][])

Return a collection of [ARecord] based on primaryKeys

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

Syntax


public IEnumerable<ARecord> BatchRead(
	IEnumerable<Key> primaryKeys,
	BatchPolicy batchPolicy,
	BatchReadPolicy batchReadPolicy,
	Expression filterExpression,
	string[] returnBins,
	ARecord..::..DumpTypes dumpType,
	string[] definedBins
)

Parameters

primaryKeys
Type: IEnumerable<(Of <(<'Key>)>)>
A collection of that will be part of the collection
batchPolicy
Type: BatchPolicy
batchReadPolicy
Type: BatchReadPolicy
filterExpression
Type: Expression
The expression that will be applied to the result set. Can be null.
returnBins
Type: array<String>[]()[][]
Only return these bins
dumpType
Type: Aerospike.Database.LINQPadDriver.Extensions..::..ARecord..::..DumpTypes
definedBins
Type: array<String>[]()[][]
internal use

Return Value

A collection of records based on primaryKeys or an empty collection. If a key is not found, there will be no bins associated with the record.

See Also


[Key]
[BatchPolicy]
[BatchReadPolicy]
[BatchRead(IEnumerable{ARecord}, BatchPolicy, BatchReadPolicy, Expression, string[], ARecord.DumpTypes, string[])]
[BatchRead{P}(string, IEnumerable{P}, BatchPolicy, BatchReadPolicy, Expression, string[], ARecord.DumpTypes, string[])]