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. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python