ServerSidePartitionedMetrics.PartitionKeyRangeId Property

Definition

Gets the partition key range id for the partition.

public abstract int? PartitionKeyRangeId { get; }
member this.PartitionKeyRangeId : Nullable<int>
Public MustOverride ReadOnly Property PartitionKeyRangeId As Nullable(Of Integer)

Property Value

Remarks

Only has a value in direct mode. When using gateway mode, this is null.

Applies to