TableETag: OpaqueType<string, "TableETag">

Cloud Service only. Represents table entity tag (ETag).

Table ETag is an opaque value that represents the current version of the table itself and can be used in table modification operations such as tableDDL, setTableLimits and setTableTags to only perform them if the ETag for the table has not changed. This is an optimistic concurrency control mechanism allowing an application to ensure that no unexpected modifications have been made to the table.

The value of the ETag passed to the table modification operations must be the value etag returned in the previous TableResult. If set for on-premises service, the ETag is silently ignored.

Generated using TypeDoc