What is azure-cosmosdb-table?
The azure-cosmosdb-table Python library provides a client interface to interact with Azure Cosmos DB's Table API. It enables developers to create, read, update, and delete table-based data within their Azure Cosmos DB database instances. The library abstracts the underlying REST API, allowing developers to utilize Cosmos DB's table storage capabilities directly from their Python applications. Key features include support for table and entity management, batched operations, and querying capabilities. Developers can leverage the library to build Python applications that seamlessly integrate with Azure Cosmos DB's table-based data storage and analysis services
Highlights
- Table and Entity Management: Create, read, update, and delete tables and entities within an Azure Cosmos DB database
- Batched Operations: Perform multiple create, update, or delete operations in a single request to improve efficiency
- Querying Capabilities: Execute queries against tables to retrieve data based on specified criteria.