PoolConfiguration EnableOperationTiming Property Couchbase .NET SDK 2.0
Writes the elasped time for an operation to the log appender Disabled by default.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool EnableOperationTiming { get; }

Property Value

Type: Boolean
Remarks
When enabled will cause severe performance degradation.
Remarks
Requires a LogLevelof DEBUG to be enabled as well.
See Also