Click or drag to resize
DocumentTExpiry Property
The time-to-live or TTL for the document before it's evicated from disk

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

Property Value

Type: UInt32

Implements

IDocumentTExpiry
Remarks
Setting this to zero or less will give the document infinite lifetime
See Also