Author : MD TAREQ HASSAN | Updated : 2020/10/23
Introduction
- Table API of Azure Cosmos DB is one of the several APIs to access Cosmos DB
- Azure Cosmos DB Table API is:
- A premium offering for table storage
- Throughput-optimized tables
- Guaranteed high availability
- Global distribution and automatic secondary indexes
- Links:
Dependency
The following package works for both ‘Azure table storage’ and ‘Azure CosmosBD Table API’
Install-Package Microsoft.Azure.Cosmos.Table