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.
- > 0: Actual ttl in seconds.<br>
Default: 0
Namespace: Aerospike.Client.KVSAssembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.0
public uint Expiration { get; set; }
Property Value
UInt32