AerospikeResponsePayloadStatus Property

Status of the corresponding request. if status equals 0 The proxy received a valid response from Aerospike. The payload's result code should be used as the client result code. else The request failed at the proxy. This status should be used as the client result code.

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public int Status { get; set; }

Property Value

Int32

See Also