fsprojects / FSharp.Azure.Storage

F# API for using Microsoft Azure Table Storage service
MIT License
75 stars 16 forks source link

add support for timestamp and etag annotation #32

Closed coolya closed 5 years ago

coolya commented 6 years ago

Add support for Etag and TimeStamp annotations that allow to integrate meta data directly into the records. There values are only loaded when the table is queried and ignored on write. As discussed in #25.

Operations like replace, merge and delete ignore these properties completely, it might be worth investigating how to make use of these annotations in these scenarios.