database Module
Interact with databases in the Azure Cosmos DB SQL API service.
Classes
DatabaseProxy |
An interface to interact with a specific database. This class should not be instantiated directly. Instead use the <xref:CosmosClient.get_database_client> method. A database contains one or more containers, each of which can contain items, stored procedures, triggers, and user-defined functions. A database can also have associated users, each of which is configured with a set of permissions for accessing certain containers, stored procedures, triggers, user-defined functions, or items. An Azure Cosmos DB SQL API database has the following system-generated properties. These properties are read-only:
|
Azure SDK for Python