Version 1.4.92
  • 03 Sep 2021
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Version 1.4.92

  • Dark
    Light
  • PDF

Article summary

October 2020

Version 1.4.92

Cosmos DB - SQL API

  • Updated Cerulean to make use of the latest version of Cosmos DB SDK.
  • Added support for "Autoscale" throughput for databases and containers. When creating databases, you can choose to have no throughput, fixed throughput or autoscale throughput for the database. Similarly when creating containers, you can choose to have container share databases's throughput, fixed throughput or autoscale throughput for the container. You can also change the throughput value on the fly.
  • Copy documents from one container to another in same or different Cosmos DB account. You can copy all documents or documents matching a query from one container to another.
  • Download documents from a container to local file in JSON format. You can download all documents or documents matching a query from a container.
  • Delete documents from a container. You can delete all documents or documents matching a query from a container.

Cosmos DB - Gremlin API

  • Added support for "Autoscale" throughput for databases and containers. When creating databases, you can choose to have no throughput, fixed throughput or autoscale throughput for the database. Similarly when creating containers, you can choose to have container share databases's throughput, fixed throughput or autoscale throughput for the container. You can also change the throughput value on the fly.

Cosmos DB - Table API

  • Added support for "Autoscale" throughput for database and tables. When creating databases, you can choose to have no throughput, fixed throughput or autoscale throughput for the database. Similarly when creating table, you can choose to have container share databases's throughput, fixed throughput or autoscale throughput for the table. You can also change the throughput value on the fly.
  • Download data from a table in multiple formats. You can choose between JSON, Typed JSON, CSV or Typed CSV.

Storage Table

  • Download data from a table in multiple formats. You can choose between JSON, Typed JSON, CSV or Typed CSV.

Was this article helpful?

What's Next