devlooped/TableStorage

For PutAsync, allow selecting Replace vs Merge behavior

kzu opened this issue · 0 comments

kzu commented

Currently we use TableOperation.InsertOrReplace in PutAsync. In some cases, it might be preferable for the consumer to use InsertOrMerge instead.