Relative Content

Tag Archive for c#databaseazure-cosmosdbazure-data-tables

Do Azure Data Tables `UpdateMerge` and `UpsertMerge` have the same behavior?

I’m in the process of converting a code base from Microsoft.Azure.Cosmos.Table => Azure.Data.Tables in light of the deprecation of the former, and for the most part I’ve found there to be representative methods in the new api for everything I used in the previous version with the one exception: the Merge operation on the TableBatchOperation class.