ChangeFeedOptions.PartitionKeyRangeId Property

Definition

Gets or sets the partition key range id for the current request in the Azure DocumentDB database service.

public string PartitionKeyRangeId { get; set; }
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.