FeedOptions.EnableCrossPartitionQuery Property

Definition

Gets or sets a value indicating whether users are enabled to send more than one request to execute the query in the Azure DocumentDB database service. More than one request is necessary if the query is not scoped to single partition key value.

public bool EnableCrossPartitionQuery { get; set; }
Property Value

Option is true if cross-partition query execution is enabled; otherwise, false.

Remarks

This option only applies to queries on documents and document attachments.