The maximum time allowed for an operation to live, in milliseconds. This servers as the default
for buckets where the lifespan is not explicitely specified.
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
RemarksThe default is 2500 (2.5 seconds)
RemarksWhen getting the value, prefer looking in
DefaultOperationLifespan
since it will inherit and possibly overwrite this value.
See Also