Txn.Timeout Property

Transaction timeout in seconds. The timer starts when the transaction monitor record is created. This occurs when the first command in the transaction is executed. If the timeout is reached before a commit or abort is called, the server will expire and rollback the transaction.

If the transaction timeout is zero, the server configuration mrt-duration is used. The default mrt-duration is 10 seconds.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
C#
public int Timeout { get; set; }

Property Value

Int32

See Also