Particular / TimeoutMigrationTool

Other
4 stars 1 forks source link

Microsoft.Azure.Cosmos.Table is deprecated in favor of Azure.Data.Table #200

Open SeanFeldman opened 3 years ago

SeanFeldman commented 3 years ago

Azure.Data.Table is replacing the currently used Microsoft.Azure.Cosmos.Table. It has been announced not long ago that the plan is to consolidate Table Storage and Cosmos DB Table API SDKs into one under the Azure SDK roof.

Related issues:

jjxtra commented 2 years ago

I found building dynamic queries much easier with the cosmos api, are there examples on how to build dynamic queries using the new api? There is an odata example here: https://devblogs.microsoft.com/azure-sdk/announcing-the-new-azure-data-tables-libraries/#comments, but the TableOdataFilter class is internal...?

mauroservienti commented 2 years ago

@jjxtra I'm not sure this is the right place to ask such a question unless it's somehow related to the TimeoutMigration tool.