Skip to content

Commit 8f65cd2

Browse files
authored
Query : Adds Missing QueryMetrics Documentation (#4127)
* Update ServerSidePartitionedMetrics.cs * Update ServerSidePartitionedMetrics.cs
1 parent 20547bc commit 8f65cd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Microsoft.Azure.Cosmos/src/Query/Core/Metrics/ServerSidePartitionedMetrics.cs

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ public abstract class ServerSidePartitionedMetrics
2222
/// <summary>
2323
/// Gets the partition key range id for the partition.
2424
/// </summary>
25+
/// <remarks>
26+
/// Only has a value in direct mode. When using gateway mode, this is null.
27+
/// </remarks>
2528
public abstract int? PartitionKeyRangeId { get; }
2629
}
2730
}

0 commit comments

Comments
 (0)