- Enable cross-partition query
-
- Send more than one request while executing a query. More than one request is necessary if the query is
- not scoped to single partition key value.
-
-
-
+
+
+ Send more than one request while executing a query. More than one request is necessary if the query is
+ not scoped to single partition key value.
+ {
{shouldShowParallelismOption && (
-
+
+
+
+ Gets or sets the number of concurrent operations run client side during parallel query execution. A
+ positive property value limits the number of concurrent operations to the set value. If it is set to
+ less than 0, the system automatically decides the number of concurrent operations to run.
+