IAerospikeClientTxnVerifyPolicyDefault Property

Default transaction policy when verifying record versions in a batch on a commit. Use when the policy will not be modified. Use Clone when the policy will be modified for use in a specific command.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 8.1.0+5933a5a54dcb0179652c01f6f4d6ef13e789846e
C#
TxnVerifyPolicy TxnVerifyPolicyDefault { get; set; }

Property Value

TxnVerifyPolicy

See Also