Class AnalyticsMetrics
Inheritance
AnalyticsMetrics
Assembly: Couchbase.NetClient.dll
Syntax
public class AnalyticsMetrics
Properties
|
Edit this page
View Source
ElaspedTime
Declaration
public string ElaspedTime { get; set; }
Property Value
|
Edit this page
View Source
ErrorCount
Declaration
public uint ErrorCount { get; set; }
Property Value
|
Edit this page
View Source
ExecutionTime
Declaration
public string ExecutionTime { get; set; }
Property Value
|
Edit this page
View Source
MutationCount
Declaration
public uint MutationCount { get; set; }
Property Value
|
Edit this page
View Source
ResultCount
Declaration
public uint ResultCount { get; set; }
Property Value
|
Edit this page
View Source
ResultSize
Declaration
public uint ResultSize { get; set; }
Property Value
|
Edit this page
View Source
SortCount
Declaration
public uint SortCount { get; set; }
Property Value
|
Edit this page
View Source
WarningCount
Declaration
public uint WarningCount { get; set; }
Property Value