FeedRange.FromPartitionKey(PartitionKey) メソッド

定義

1 つの PartitionKey 値のみにまたがるフィード範囲を作成します。

public static Microsoft.Azure.Cosmos.FeedRange FromPartitionKey (Microsoft.Azure.Cosmos.PartitionKey partitionKey);
static member FromPartitionKey : Microsoft.Azure.Cosmos.PartitionKey -> Microsoft.Azure.Cosmos.FeedRange
Public Shared Function FromPartitionKey (partitionKey As PartitionKey) As FeedRange

パラメーター

partitionKey
PartitionKey

フィード範囲を作成するパーティション キーの値。

戻り値

パーティションにまたがるフィード範囲。

適用対象