BucketConfiguration.DefaultOperationLifespan Property Couchbase .NET SDK 2.0
The maximum time allowed for an operation to live, in milliseconds, for this specific bucket.
Remarks
Default value is 2500 (2.5 seconds)

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
See Also