BackgroundExecutePolicyExpiration Property

Record expiration. Also known as ttl (time to live). Seconds record will live before being removed by the server. Expiration values: - -2: Do not change ttl when record is updated. - -1: Never expire. - 0: Default to namespace configuration variable "default-ttl" on the server. - &gt; 0: Actual ttl in seconds.<br> Default: 0

Definition

Namespace: Aerospike.Client.KVS
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
C#
public uint Expiration { get; set; }

Property Value

UInt32

See Also