BucketElement.OperationLifespan Property Couchbase .NET SDK 2.0
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.0.0.0 (2.0.0.0)
Syntax
public Nullable<uint> OperationLifespan { get; set; }

Property Value

Type: Nullable<UInt32>
See Also