Query/Question
Will there be a Azure.Storage.Tables package for table storage? What should we use instead if not?
Why is this not a Bug or a feature Request?
It is a question, though it may lead to a feature request.
Setup (please complete the following information if applicable):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
Thank you for opening this issue! We are routing it to the appropriate team for follow up.
Please refer to the links below - there is a supported SDK available here:
@Sudheer-Dhulipalla And just to confirm, that nuget package is suitable, and recommended, for "legacy" (i.e. non Cosmos DB backed) Table Storage as well? If so it's a kind of confusing namespace.
@Sudheer-Dhulipalla Your answer points us at Cosmos DB which is _not_ the same service. I believe this issue is opened about Azure Table Storage as described here.
It looks like perhaps https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/tables/Azure.Data.Tables is the home of a (yet to be released?) package for accessing Azure Table Storage. But it's unclear because the package isn't on nuget and the docs haven't been written for it.
OK, just noticed that https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table in fact alleges to be one SDK that targets Azure Table Storage as well as Cosmos DB. I'll give that a try.
We shipped Azure Tables Beta 1 - you can find it here: https://aka.ms/azsdk/releases
Most helpful comment
@Sudheer-Dhulipalla And just to confirm, that nuget package is suitable, and recommended, for "legacy" (i.e. non Cosmos DB backed) Table Storage as well? If so it's a kind of confusing namespace.