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.ExtensionsAssembly: 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