d-markey / azure_cosmosdb

Connector for Azure Cosmos DB on Dart and Flutter platforms. Supports Cosmos DB SQL API, indexing policies, users, permissions, spatial types, batch operations, and hierarchical partition keys (experimental/preview).
https://pub.dev/packages/azure_cosmosdb
MIT License
5 stars 2 forks source link

No parameter to Enable or Disable Analytical Store on a newly created Container. #8

Open wreyford opened 1 year ago

wreyford commented 1 year ago

Hello, is there a way to mimic azure cosmosdb portal for Enabling or Disabling Analytical store for newly created container?

Analytical store

d-markey commented 1 year ago

Hello, indeed this new feature is not supported (yet?) in azure_cosmosdb. Generally speaking, the Cosmos DB control plane is only minimally supported. For more advanced options, you can use the Azure CLI to provision your databases and collections.

Contributions are welcome to improve this part ;-)