Azure / azure-cosmos-table-dotnet

.NET SDK for Azure Cosmos Table API
14 stars 6 forks source link

Make CloudTable.Exists Virtual #66

Closed Andrei15193 closed 3 years ago

Andrei15193 commented 3 years ago
PaulCheng commented 3 years ago

CloudTable Exists method will be deprecated in the future releases.

Andrei15193 commented 3 years ago

Will ExistsAsync still be available? What about other synchronous operations?

PaulCheng commented 3 years ago

@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

Andrei15193 commented 3 years ago

@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?

PaulCheng commented 3 years ago

Yes, Azure.Data.Tables is meant to be used against both Storage Table and CosmosDB Table API endpoints.

Andrei15193 commented 3 years ago

Cool, thanks for the info! Is it ok if I close the ticket?