Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Microsoft.Azure.Cosmos/src/Resource/Item/CosmosItems.cs
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ public virtual CosmosResultSetIterator<T> CreateItemQuery<T>(
/// For more information on preparing SQL statements with parameterized values, please see <see cref="CosmosSqlQueryDefinition"/>.
/// </summary>
/// <param name="sqlQueryDefinition">The cosmos SQL query definition.</param>
/// <param name="maxConcurrency">The partition key for the item. <see cref="PartitionKey"/></param>
/// <param name="maxConcurrency">The number of concurrent operations run client side during parallel query execution in the Azure Cosmos DB service.</param>
/// <param name="maxItemCount">(Optional) The max item count to return as part of the query</param>
/// <param name="continuationToken">(Optional) The continuation token in the Azure Cosmos DB service.</param>
/// <param name="requestOptions">(Optional) The options for the item query request <see cref="CosmosQueryRequestOptions"/></param>
Expand Down Expand Up @@ -979,7 +979,7 @@ public virtual CosmosResultSetIterator<T> CreateItemQuery<T>(
/// For more information on preparing SQL statements with parameterized values, please see <see cref="CosmosSqlQueryDefinition"/>.
/// </summary>
/// <param name="sqlQueryText">The cosmos SQL query text.</param>
/// <param name="maxConcurrency">The partition key for the item. <see cref="PartitionKey"/></param>
/// <param name="maxConcurrency">The number of concurrent operations run client side during parallel query execution in the Azure Cosmos DB service.</param>
/// <param name="maxItemCount">(Optional) The max item count to return as part of the query</param>
/// <param name="continuationToken">(Optional) The continuation token in the Azure Cosmos DB service.</param>
/// <param name="requestOptions">(Optional) The options for the item query request <see cref="CosmosQueryRequestOptions"/></param>
Expand Down