AerospikeException.BatchRecordArray Class

Exception thrown when a batch write method fails. The records fields contains responses for key requests that succeeded and result codes for key requests that failed.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public sealed class BatchRecordArray : AerospikeException
Inheritance
Object    Exception    AerospikeException    AerospikeException.BatchRecordArray

Constructors

AerospikeException.BatchRecordArray(BatchRecord[], Exception)Initializes a new instance of the AerospikeException.BatchRecordArray class
AerospikeException.BatchRecordArray(BatchRecord[], String, Exception)Initializes a new instance of the AerospikeException.BatchRecordArray class

Properties

BaseMessage Return base message without extra metadata.
(Inherited from AerospikeException)
InDoubt Is it possible that write command may have completed.
(Inherited from AerospikeException)
Iteration Number of attempts before failing.
(Inherited from AerospikeException)
Message Return error message string.
(Inherited from AerospikeException)
Node Last node used.
(Inherited from AerospikeException)
Policy Command policy.
(Inherited from AerospikeException)
Result Get integer result code.
(Inherited from AerospikeException)

Methods

KeepConnection Should connection be put back into pool.
(Inherited from AerospikeException)
ShouldSerializeNode Signal the Newtonsoft JSON serializer that Node should not be serialized. There is no need to call this method directly.
(Inherited from AerospikeException)

Fields

See Also