The maximum time allowed for an operation to live, in milliseconds, for this specific bucket.
RemarksDefault value is 2500 (2.5 seconds)
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic uint DefaultOperationLifespan { get; set; }
public uint DefaultOperationLifespan { get; set; }
Public Property DefaultOperationLifespan As UInteger
Get
Set
Public Property DefaultOperationLifespan As UInteger
Get
Set
public:
property unsigned int DefaultOperationLifespan {
unsigned int get ();
void set (unsigned int value);
}
public:
property unsigned int DefaultOperationLifespan {
unsigned int get ();
void set (unsigned int value);
}
member DefaultOperationLifespan : uint32 with get, set
member DefaultOperationLifespan : uint32 with get, set
Property Value
Type:
UInt32
See Also