BucketElement OperationLifespan Property Couchbase .NET SDK 2.1.0 Documentation
Gets or sets the operation lifespan, maximum time in milliseconds allowed for an operation to run.

Namespace: Couchbase.Configuration.Client.Providers
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public Nullable<uint> OperationLifespan { get; set; }

Property Value

Type: Nullable UInt32 
See Also