Share via


ChangeFeedOptions.PartitionKey プロパティ

定義

Azure Cosmos DB サービスの現在の要求のパーティション キーを取得または設定します。

public Microsoft.Azure.Documents.PartitionKey PartitionKey { get; set; }
member this.PartitionKey : Microsoft.Azure.Documents.PartitionKey with get, set
Public Property PartitionKey As PartitionKey

プロパティ値

var options = new ChangeFeedOptions() { PartitionKey = new PartitionKey("c7580115-8f46-4ac4-a0c7-22eae9aaabf1"), StartFromBeginning = true };

注釈

PartitionKeyRangeId と共に PartitionKey を指定することはできません。

適用対象