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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python