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