etag property

String etag
getter/setter pair

An opaque string representing stored keys in the backup. Clients can compare it with the etag value they received in the request of their last key storage request. If not equal, another client has modified the backup.

Implementation

String etag;