container Module
Create, read, update and delete items in the Azure Cosmos DB SQL API service.
Classes
ContainerProxy |
An interface to interact with a specific DB Container. This class should not be instantiated directly. Instead, use the get_container_client method to get an existing container, or the create_container method to create a new container. A container in an Azure Cosmos DB SQL API database is a collection of documents, each of which is represented as an Item. |