PartitionStatus Class
Partition status used to perform partial scans on client side retries.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public sealed class PartitionStatus : IMessage<PartitionStatus>,
IMessage, IEquatable<PartitionStatus>, IDeepCloneable<PartitionStatus>,
IBufferMessage
- Inheritance
- Object PartitionStatus
- Implements
- IBufferMessage, IDeepCloneablePartitionStatus, IMessage, IMessagePartitionStatus, IEquatablePartitionStatus
BVal |
Begin value to start scanning / querying after.
|
Descriptor | |
Digest |
Digest to start scanning / querying after.
|
HasBVal | Gets whether the "bVal" field is set |
HasDigest | Gets whether the "digest" field is set |
HasId | Gets whether the "id" field is set |
Id |
The partition status.
|
Parser | |
Retry |
Indicates this partition should be tried.
Should be set to true for the first attempt as well.
|