Policy attributes used in batch read commands.
Inheritance Hierarchy
Aerospike.ClientBatchReadPolicy
Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 5.3.0.0 (5.3.0)
Syntax
C#
public sealed class BatchReadPolicy
The BatchReadPolicy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BatchReadPolicy |
Default constructor.
|
![]() | BatchReadPolicy(BatchReadPolicy) |
Copy constructor.
|
Fields
Name | Description | |
---|---|---|
![]() | filterExp |
Optional expression filter. If filterExp exists and evaluates to false, the specific batch key
request is not performed and resultCode is set to
FILTERED_OUT.
If exists, this filter overrides the batch parent filter for the specific key in batch commands that allow a different policy per key. Otherwise, this filter is ignored. Default: null |
![]() | readModeAP |
Read policy for AP (availability) namespaces.
Default: ONE |
![]() | readModeSC |
Read policy for SC (strong consistency) namespaces.
Default: SESSION |
See Also