In Azure Storage (using TableClient in C#), how can I get the (updated) ETag when updating an Entity?
I'm running a multi-stage process which needs to update a given Entity (which already exists before the process starts) several times. There's some time between subsequent updates, during which other parties are expected to observe the intermediary states of the…