API Reference
ServerFeatureBenchmarkModeResult
Benchmark metrics for a single server feature collection mode.
Inheritance
- Object
- ServerFeatureBenchmarkModeResult
Constructors
public ServerFeatureBenchmarkModeResult() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Boolean IncludeAvailable { get; set; } #Gets or sets a value indicating whether this sample used catalog parity mode.
public Double AverageQueryMilliseconds { get; set; } #Gets or sets average query latency in milliseconds.
public Double MinimumQueryMilliseconds { get; set; } #Gets or sets minimum query latency in milliseconds.
public Double MaximumQueryMilliseconds { get; set; } #Gets or sets maximum query latency in milliseconds.
public Double AverageQueryAndFlattenMilliseconds { get; set; } #Gets or sets average combined query+flatten latency in milliseconds. When flattening is disabled this equals AverageQueryMilliseconds.
public Double MinimumQueryAndFlattenMilliseconds { get; set; } #Gets or sets minimum combined query+flatten latency in milliseconds. When flattening is disabled this equals MinimumQueryMilliseconds.
public Double MaximumQueryAndFlattenMilliseconds { get; set; } #Gets or sets maximum combined query+flatten latency in milliseconds. When flattening is disabled this equals MaximumQueryMilliseconds.
public Int32 AveragePayloadBytes { get; set; } #Gets or sets average UTF-8 JSON payload size in bytes.
public Int32 AverageRowCount { get; set; } #Gets or sets average collected row count.
public Int32 AverageFlattenedCount { get; set; } #Gets or sets average flattened row count.
public Int32 LastRowCount { get; set; } #Gets or sets the row count observed on the last timed iteration.
public Int32 LastFlattenedCount { get; set; } #Gets or sets the flattened row count observed on the last timed iteration.