AerospikeResponsePayloadHasNext Property

For requests with multiple responses like batch and queries, hasNext flag indicates if there are more responses to follow this response or if this is the last response for this request.

Definition

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

Property Value

Boolean

See Also