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 ?
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 ?
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
There have been multiple renames and moves of the .NET SDK for Azure Storage tables. The versions go like this, chronologically:
For some time, the SDK became part of the Azure Cosmos DB SDK (instead of Azure Storage SDK), allegedly to ease the migration, but now it has its own package that seems to go in the direction of separation and unification as part of the implementation of the Track2 architecture of Azure SDKs.
There is a migration guide to the new SDK, but it does not cover the first SDK version in the sequence, which is sadly the one this question is about.
© 2022 - 2024 — McMap. All rights reserved.