Skip to content

Commit b77d1d8

Browse files
authored
Update README.md (Azure#22076)
1 parent 011bc8c commit b77d1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmos/azure-cosmos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ print(json.dumps(container_props['defaultTtl']))
433433

434434
For more information on TTL, see [Time to Live for Azure Cosmos DB data][cosmos_ttl].
435435

436-
### Using the asynchronous client
436+
### Using the asynchronous client (Preview)
437437

438438
The asynchronous cosmos client is a separate client that looks and works in a similar fashion to the existing synchronous client. However, the async client needs to be imported separately and its methods need to be used with the async/await keywords.
439439

@@ -483,7 +483,7 @@ async with CosmosClient(URL, credential=KEY) as client: # the with statement wil
483483
)
484484
```
485485

486-
### Queries with the asynchronous client
486+
### Queries with the asynchronous client (Preview)
487487

488488
Unlike the synchronous client, the async client does not have an `enable_cross_partition` flag in the request. Queries without a specified partition key value will attempt to do a cross partition query by default.
489489

0 commit comments

Comments
 (0)