BucketConfiguration UpdateOperationLifespanDefault Method Couchbase .NET SDK 2.0
Conditionally change the DefaultOperationLifespan property value, if and only if it wasn't already changed from its default value.
Remarks
Calling this method doesn't count as a changed from default value. That is, calling it twice will return true both times.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool UpdateOperationLifespanDefault(
	uint newDefault
)

Parameters

newDefault
Type: System UInt32
The new value to be affected to DefaultOperationLifespan if it hasn't been changed since construction.

Return Value

Type: Boolean
true if the value was applied, false otherwise (denoting that a custom value had already been applied)
See Also