From d182b95cebcfe997508fefaba241f8a0ec0b2549 Mon Sep 17 00:00:00 2001 From: Nick Chapsas Date: Tue, 4 Dec 2018 19:25:09 +0000 Subject: [PATCH] Fixed the maxConcurrency parameter summary --- Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs b/Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs index e6537ec3d8..fbf9546a49 100644 --- a/Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs +++ b/Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs @@ -924,7 +924,7 @@ public virtual CosmosResultSetIterator CreateItemQuery( /// For more information on preparing SQL statements with parameterized values, please see . /// /// The cosmos SQL query definition. - /// The partition key for the item. + /// The number of concurrent operations run client side during parallel query execution in the Azure Cosmos DB service. /// (Optional) The max item count to return as part of the query /// (Optional) The continuation token in the Azure Cosmos DB service. /// (Optional) The options for the item query request @@ -979,7 +979,7 @@ public virtual CosmosResultSetIterator CreateItemQuery( /// For more information on preparing SQL statements with parameterized values, please see . /// /// The cosmos SQL query text. - /// The partition key for the item. + /// The number of concurrent operations run client side during parallel query execution in the Azure Cosmos DB service. /// (Optional) The max item count to return as part of the query /// (Optional) The continuation token in the Azure Cosmos DB service. /// (Optional) The options for the item query request