IDocument T  Expiry Property Couchbase .NET SDK 2.1.0 Documentation
The time-to-live or TTL for the document before it's evicted from disk in milliseconds.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
uint Expiry { get; set; }

Property Value

Type: UInt32
Remarks
Setting this to zero or less will give the document infinite lifetime
See Also