Skip to content

Commit 9616abc

Browse files
authored
Merge pull request #116177 from SnehaGunda/master
Updating Table storage NuGet library references
2 parents 54502eb + 8f58f8e commit 9616abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/table-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how Azure Cosmos DB Table API and Azure Storage Tables work t
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-table
66
ms.topic: overview
7-
ms.date: 12/02/2019
7+
ms.date: 05/21/2020
88
author: sakash279
99
ms.author: akshanka
1010
ms.reviewer: sngun
@@ -35,7 +35,7 @@ Additional information about working with the Table API is available in the [FAQ
3535

3636
Azure Table storage has these SDKs available for development:
3737

38-
- [WindowsAzure.Storage .NET SDK](https://www.nuget.org/packages/WindowsAzure.Storage/). This library enables you to work with the storage Table service.
38+
- The [Microsoft.Azure.Storage.Blob](https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/), [Microsoft.Azure.Storage.File](https://www.nuget.org/packages/Microsoft.Azure.Storage.File/), [Microsoft.Azure.Storage.Queue](https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/), and [Microsoft.Azure.Storage.Common](https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/) libraries allow you to work with the Azure Table storage service. If you are using the Table API in Azure Cosmos DB, you can instead use the [Microsoft.Azure.CosmosDB.Table](https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/) library.
3939
- [Python SDK](https://github.com/Azure/azure-cosmos-table-python). The Azure Cosmos DB Table SDK for Python supports the Table Storage service (because Azure Table Storage and Cosmos DB's Table API share the same features and functionalities, and in an effort to factorize our SDK development efforts, we recommend to use this SDK).
4040
- [Azure Storage SDK for Java](https://github.com/azure/azure-storage-java). This Azure Storage SDK provides a client library in Java to consume Azure Table storage.
4141
- [Node.js SDK](https://github.com/Azure/azure-storage-node). This SDK provides a Node.js package and a browser-compatible JavaScript client library to consume the storage Table service.

0 commit comments

Comments
 (0)