Skip to content

Commit 967ca1d

Browse files
authored
Read Many Documentation (#44159)
* change workloads based on feedback * add staging yml file * add staging yml file * update readmany documentation
1 parent ada9ad8 commit 967ca1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/cosmos/azure-cosmos/azure/cosmos/aio/_container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ async def read_items(
462462
:keyword int throughput_bucket: The desired throughput bucket for the client
463463
:raises ~azure.cosmos.exceptions.CosmosHttpResponseError: The read-many operation failed.
464464
:returns: A CosmosList containing the retrieved items. Items that were not found are omitted from the list.
465+
The returned items have no guaranteed ordering.
465466
:rtype: ~azure.cosmos.CosmosList
466467
"""
467468

sdk/cosmos/azure-cosmos/azure/cosmos/container.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ def read_items(
323323
:keyword int throughput_bucket: The desired throughput bucket for the client
324324
:raises ~azure.cosmos.exceptions.CosmosHttpResponseError: The read-many operation failed.
325325
:returns: A CosmosList containing the retrieved items. Items that were not found are omitted from the list.
326+
The returned items have no guaranteed ordering.
326327
:rtype: ~azure.cosmos.CosmosList
327328
"""
328329

0 commit comments

Comments
 (0)