Table of Contents

Class ServerSideCumulativeMetrics

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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

ServerSideMetrics

PartitionedMetrics

Gets the list of ServerSideMetrics, one for for each partition.

public abstract IReadOnlyList<ServerSidePartitionedMetrics> PartitionedMetrics { get; }

Property Value

IReadOnlyList<ServerSidePartitionedMetrics>

TotalRequestCharge

Gets the total request charge for all partitions.

public abstract double TotalRequestCharge { get; }

Property Value

double