etag property

String? etag
getter/setter pair

The checksum of a table object computed by the server based on the value of other fields.

It may be sent on update requests to ensure the client has an up-to-date value before proceeding. It is only checked for update table operations.

Implementation

core.String? etag;