Share via


ChangeFeedOptions.PartitionKeyRangeId Property

Definition

Gets or sets the partition key range id for the current request in the Azure Cosmos DB service.

public string PartitionKeyRangeId { get; set; }
member this.PartitionKeyRangeId : string with get, set
Public Property PartitionKeyRangeId As String

Property Value

Remarks

ChangeFeed requests can be executed against specific partition key ranges. This is used to process the change feed in parallel across multiple consumers. PartitionKeyRangeId cannot be specified along with PartitionKey.

Applies to