Closed Andrei15193 closed 3 years ago
CloudTable Exists method will be deprecated in the future releases.
Will ExistsAsync still be available? What about other synchronous operations?
@Andrei15193 You can take a look of the new SDK. it's in beta4. https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/tables/Azure.Data.Tables
@PaulCheng oh, I see. Lots of changes happening. Will the new Azure.Data.Tables package replace Microsoft.Azure.Cosmos.Table NuGet package for working with Azure Table Storage?
Yes, Azure.Data.Tables is meant to be used against both Storage Table and CosmosDB Table API endpoints.
Cool, thanks for the info! Is it ok if I close the ticket?