PartitionStatus Class

Partition status used to perform partial scans on client side retries.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public sealed class PartitionStatus : IMessage<PartitionStatus>, 
	IMessage, IEquatable<PartitionStatus>, IDeepCloneable<PartitionStatus>, 
	IBufferMessage
Inheritance
Object    PartitionStatus
Implements
IBufferMessage, IDeepCloneablePartitionStatus, IMessage, IMessagePartitionStatus, IEquatablePartitionStatus

Constructors

PartitionStatusInitializes a new instance of the PartitionStatus class
PartitionStatus(PartitionStatus)Initializes a new instance of the PartitionStatus class

Properties

BVal Begin value to start scanning / querying after.
Descriptor 
Digest Digest to start scanning / querying after.
HasBValGets whether the "bVal" field is set
HasDigestGets whether the "digest" field is set
HasIdGets 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.

Methods

CalculateSize 
ClearBValClears the value of the "bVal" field
ClearDigestClears the value of the "digest" field
ClearIdClears the value of the "id" field
Clone 
Equals(Object)
(Overrides ObjectEquals(Object))
Equals(PartitionStatus) 
GetHashCode
(Overrides ObjectGetHashCode)
MergeFrom(CodedInputStream) 
MergeFrom(PartitionStatus) 
ToString
(Overrides ObjectToString)
WriteTo 

Fields

BValFieldNumberField number for the "bVal" field.
DigestFieldNumberField number for the "digest" field.
IdFieldNumberField number for the "id" field.
RetryFieldNumberField number for the "retry" field.

See Also