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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python