.NET SDK for Azure Cosmos Table API
Перейти к файлу
microsoft-github-policy-service[bot] 75655539d9
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:45:01 +00:00
.github/ISSUE_TEMPLATE Issue Reporting template (#11) 2019-08-26 11:18:06 -07:00
.gitignore Initial commit 2019-02-05 21:04:30 -08:00
README.md Add README (#13) 2019-08-26 11:18:52 -07:00
SECURITY.md Microsoft mandatory file 2023-01-27 20:57:00 +00:00

README.md

Microsoft Azure Cosmos DB Table .NET Standard SDK

This client library enables working with the Microsoft Azure Cosmos DB Table API, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables.

This library can also be used to access Azure Storage Table endpoints: https://docs.microsoft.com/en-us/azure/cosmos-db/table-storage-overview.

Versions

1.0.0 series

The 1.0.0 series is GA and takes the dependency on Microsoft.Azure.DocumentDB.Core.

2.0.0 series

The 2.0.0 Table SDK is in preview now. It takes dependency on Microsoft.Azure.Cosmos, with performance improvements and namespace consolidation to Cosmos DB endpoint. The public API remains the same.