Class ServerSideCumulativeMetrics
Metrics received for queries from the backend.
public abstract class ServerSideCumulativeMetrics
- Inheritance
-
ServerSideCumulativeMetrics
- Inherited Members
- Extension Methods
Constructors
ServerSideCumulativeMetrics()
protected ServerSideCumulativeMetrics()
Properties
CumulativeMetrics
Gets the ServerSideMetrics accumulated for a single round trip.
public abstract ServerSideMetrics CumulativeMetrics { get; }
Property Value
PartitionedMetrics
Gets the list of ServerSideMetrics, one for for each partition.
public abstract IReadOnlyList<ServerSidePartitionedMetrics> PartitionedMetrics { get; }
Property Value
TotalRequestCharge
Gets the total request charge for all partitions.
public abstract double TotalRequestCharge { get; }