Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

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

Return a collection of [ARecord] based on records

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

Syntax


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

Parameters

records
Type: IEnumerable<(Of <(<'ARecord>)>)>
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
Type of the dump.
definedBins
Type: array<String>[]()[][]
internal use

Return Value

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

See Also


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