Total transaction timeout in milliseconds.
Namespace: Aerospike.ClientThe totalTimeout is tracked on the client and sent to the server along with the transaction in the wire protocol. The client will most likely timeout first, but the server also has the capability to timeout the transaction.
If totalTimeout is not zero and totalTimeout is reached before the transaction completes, the transaction will abort with AerospikeException Timeout.
If totalTimeout is zero, there will be no total time limit.
Default: 0 (no time limit)
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 3.6.7.0 (3.6.7)
Syntax
See Also