Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where has Microsoft.WindowsAzure.Storage.Tables gone?

On the GitHub page for https://github.com/Azure/azure-storage-net it states "As of 9.4.0, Tables are not supported by this library."

Does anyone know where this namespace has gone ?

like image 277
Merrion Avatar asked Nov 20 '18 22:11

Merrion


People also ask

Is Azure table storage being deprecated?

Azure table storage is deprecated, but still in use by some organizations. Many organizations are still using Azure table storage because it is easy to use, and it has a lot of features. However, as Azure table storage becomes more difficult to use, organizations may want to look into alternatives, such as Cosmos DB.

How do I find my Azure storage table?

To view table data. In Cloud Explorer, open the Azure node, and then open the Storage node. Open the storage account node that you are interested in, and then open the Tables node to see a list of tables for the storage account. Open the shortcut menu for a table, and then select View Table.

Is Azure Blob storage deprecated?

The Azure Storage Emulator is now deprecated.

Is Cosmos DB deprecated?

The support for cosmos DB accounts using Azure storage explorer will be deprecated in future versions that is why you can see deprecated is showing besides cosmos DB accounts option.


1 Answers

It seems that (despite the confusing name) it has been put in with the CosmosDB table package - https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table

like image 83
Merrion Avatar answered Oct 02 '22 12:10

Merrion