Class ServerSidePartitionedMetrics
Represents server side metrics specific for a single partition.
public abstract class ServerSidePartitionedMetrics
- Inheritance
-
ServerSidePartitionedMetrics
- Inherited Members
- Extension Methods
Constructors
ServerSidePartitionedMetrics()
protected ServerSidePartitionedMetrics()
Properties
FeedRange
Gets the FeedRange for the partition.
public abstract string FeedRange { get; }
Property Value
PartitionKeyRangeId
Gets the partition key range id for the partition.
public abstract int? PartitionKeyRangeId { get; }
Property Value
- int?
Remarks
Only has a value in direct mode. When using gateway mode, this is null.
RequestCharge
Gets the request charge for the operation on this partition.
public abstract double RequestCharge { get; }
Property Value
ServerSideMetrics
Gets the backend metrics for the request.
public abstract ServerSideMetrics ServerSideMetrics { get; }