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