Skip to content

Commit

Permalink
Update README.md (#20992)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigossz committed Oct 1, 2021
1 parent 40f3d19 commit d23b8c9
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions sdk/cosmos/azure-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,33 +96,33 @@ Currently the features below are **not supported**. For alternatives options, ch

### Data Plane Limitations:

* Group By queries (in roadmap for 2021).
* Language Native async i/o (in roadmap for 2021).
* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C).
* Bulk/Transactional batch processing.
* Direct TCP Mode access.
* Continuation token for cross partitions queries.
* Change Feed: Processor.
* Change Feed: Read multiple partitions key values.
* Change Feed: Read specific time.
* Change Feed: Read from the beggining.
* Change Feed: Pull model.
* Cross-partition ORDER BY for mixed types.
* Group By queries
* Language Native async i/o
* Queries with COUNT from a DISTINCT subquery: SELECT COUNT (1) FROM (SELECT DISTINCT C.ID FROM C)
* Bulk/Transactional batch processing
* Direct TCP Mode access
* Continuation token for cross partitions queries
* Change Feed: Processor
* Change Feed: Read multiple partitions key values
* Change Feed: Read specific time
* Change Feed: Read from the beggining
* Change Feed: Pull model
* Cross-partition ORDER BY for mixed types
* Integrated Cache using the default consistency level, that is "Session". To take advantage of the new [Cosmos DB Integrated Cache](https://docs.microsoft.com/azure/cosmos-db/integrated-cache), it is required to explicitly set CosmosClient consistency level to "Eventual": `consistency_level= Eventual`.

### Control Plane Limitations:

* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics.
* Create Geospatial Index.
* Provision Autoscale DBs or containers.
* Update Autoscale throughput.
* Update analytical store ttl (time to live).
* Get the connection string.
* Get the minimum RU/s of a container.
* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics
* Create Geospatial Index
* Provision Autoscale DBs or containers
* Update Autoscale throughput
* Update analytical store ttl (time to live)
* Get the connection string
* Get the minimum RU/s of a container

### Security Limitations:

* AAD support.
* AAD support

## Workarounds

Expand Down

0 comments on commit d23b8c9

Please sign in to comment.