File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
sdk/cosmos/azure-cosmos/azure/cosmos Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments