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; set; }
public bool EnableOperationTiming { get; set; }
Public Property EnableOperationTiming As Boolean
Get
Set
Public Property EnableOperationTiming As Boolean
Get
Set
public:
property bool EnableOperationTiming {
bool get ();
void set (bool value);
}
public:
property bool EnableOperationTiming {
bool get ();
void set (bool value);
}
member EnableOperationTiming : bool with get, set
member EnableOperationTiming : bool with get, set
Property Value
Type:
Boolean
RemarksWhen enabled will cause severe performance degradation.
RemarksRequires a LogLevelof DEBUG to be enabled as well.
See Also