Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

ANamespaceAccess..::..BatchRead<(Of <(<'P>)>)> Method (String, IEnumerable<(Of <(<'P>)>)>, 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<P>(
	string setName,
	IEnumerable<P> primaryKeys,
	BatchPolicy batchPolicy,
	BatchReadPolicy batchReadPolicy,
	Expression filterExpression,
	string[] returnBins,
	ARecord..::..DumpTypes dumpType,
	string[] definedBins
)

Type Parameters

P
Primary Key Type

Parameters

setName
Type: String
The Set Name
primaryKeys
Type: IEnumerable<(Of <(<'P>)>)>
A collection of Primarily Keys 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.