Class QueryMetrics
Assembly: Couchbase.NetClient.dll
Syntax
public class QueryMetrics
Properties
|
Edit this page
View Source
ElapsedTime
Declaration
public string ElapsedTime { get; set; }
Property Value
|
Edit this page
View Source
ElaspedTime
Declaration
[Obsolete("Use ElapsedTime property instead.")]
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
[Obsolete("Use ResultSizeLong instead, this can overflow")]
[JsonIgnore]
[JsonIgnore]
public uint ResultSize { get; set; }
Property Value
|
Edit this page
View Source
ResultSizeLong
Declaration
[JsonProperty("resultSize")]
[JsonPropertyName("resultSize")]
public ulong ResultSizeLong { 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