You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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`.
112
112
113
113
### Control Plane Limitations:
114
114
115
-
* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics.
116
-
* Create Geospatial Index.
117
-
* Provision Autoscale DBs or containers.
118
-
* Update Autoscale throughput.
119
-
* Update analytical store ttl (time to live).
120
-
* Get the connection string.
121
-
* Get the minimum RU/s of a container.
115
+
* Get CollectionSizeUsage, DatabaseUsage, and DocumentUsage metrics
0 commit comments