eTag property

String? eTag
getter/setter pair

The entity tag is an MD5 hash of the object. ETag reflects only changes to the contents of an object, not its metadata.

Implementation

String? eTag;