Writes the elasped time for an operation to the log appender Disabled by default.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool EnableOperationTiming { get; }
public bool EnableOperationTiming { get; }
Public ReadOnly Property EnableOperationTiming As Boolean
Get
Public ReadOnly Property EnableOperationTiming As Boolean
Get
public:
property bool EnableOperationTiming {
bool get ();
}
public:
property bool EnableOperationTiming {
bool get ();
}
member EnableOperationTiming : bool with get
member EnableOperationTiming : bool with get
Property Value
Type:
Boolean
RemarksWhen enabled will cause severe performance degradation.
RemarksRequires a LogLevelof DEBUG to be enabled as well.
See Also