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.
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public int Status { get; set; }
Property Value
Int32