Policy.Txn Property

Transaction identifier. If this field is populated, the corresponding command will be included in the transaction. This field is ignored for scan/query.

Default: null

Definition

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

Property Value

Txn

See Also