The time-to-live or TTL for the document before it's evicated from disk
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint Expiry { get; set; }
public uint Expiry { get; set; }
Public Property Expiry As UInteger
Get
Set
Public Property Expiry As UInteger
Get
Set
public:
virtual property unsigned int Expiry {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
public:
virtual property unsigned int Expiry {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract Expiry : uint32 with get, set
override Expiry : uint32 with get, set
abstract Expiry : uint32 with get, set
override Expiry : uint32 with get, set
Property Value
Type:
UInt32Implements
IDocument<T>.Expiry
RemarksSetting this to zero or less will give the document infinite lifetime
See Also