For client operate(), return a result for every operation.
Namespace: Aerospike.ClientSome list operations do not return results by default (ListOperation.clear() for example). This can sometimes make it difficult to determine the desired result offset in the returned bin's result list.
Setting respondAllOps to true makes it easier to identify the desired result offset (result offset equals bin's operate sequence). This only makes sense when multiple list operations are used in one operate call and some of those operations do not return results by default.
Default: false
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.2.0.0 (3.2.0)
Syntax
See Also