次の方法で共有


PartitionKeyRangeStatistics.PartitionKeyStatistics プロパティ

定義

Azure Cosmos DB サービスのパーティション キー範囲のパーティション キー統計を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="partitionKeys")]
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.PartitionKeyStatistics> PartitionKeyStatistics { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="partitionKeys")>]
member this.PartitionKeyStatistics : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Documents.PartitionKeyStatistics>
Public ReadOnly Property PartitionKeyStatistics As IReadOnlyList(Of PartitionKeyStatistics)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

これは、パーティション キー範囲内のパーティション キーのサブサンプリングに基づいて報告されるため、これらは概算です。 パーティション キーがストレージの 1 GB を下回っている場合は、報告された統計に表示されない可能性があります。

適用対象