Skip to content

Commit

Permalink
Update Container.cs (#1891)
Browse files Browse the repository at this point in the history
Co-authored-by: j82w <j82w@users.noreply.github.com>
Co-authored-by: kirankumarkolli <kirankk@microsoft.com>
  • Loading branch information
3 people committed Oct 5, 2020
1 parent e4c6ff6 commit 01c36b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Microsoft.Azure.Cosmos/src/Resource/Container/Container.cs
Original file line number Diff line number Diff line change
Expand Up @@ -796,9 +796,6 @@ public abstract Task<ItemResponse<T>> DeleteItemAsync<T>(
/// <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.</param>
/// <returns>An iterator to go through the items.</returns>
/// <remarks>
/// Query as a stream only supports single partition queries
/// </remarks>
/// <exception>https://aka.ms/cosmosdb-dot-net-exceptions#stream-api</exception>
/// <example>
/// Create a query to get all the ToDoActivity that have a cost greater than 9000 for the specified partition
Expand Down Expand Up @@ -1384,4 +1381,4 @@ public abstract FeedIterator<T> GetItemQueryIterator<T>(
QueryRequestOptions requestOptions = null);
#endif
}
}
}

0 comments on commit 01c36b2

Please sign in to comment.