ClientConfiguration.DefaultOperationLifespan Property Couchbase .NET SDK 2.0
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.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public uint DefaultOperationLifespan { get; set; }

Property Value

Type: UInt32
Remarks
The default is 2500 (2.5 seconds)
Remarks
When getting the value, prefer looking in DefaultOperationLifespan since it will inherit and possibly overwrite this value.
See Also