sha256Checksum property

String? sha256Checksum
getter/setter pair

The sorted list of all hashes, hashed again with SHA256.

This is the checksum for the sorted list of all hashes present in the database after applying the provided update. In the case that no updates were provided, the server will omit this field to indicate that the client should use the existing checksum.

Implementation

core.String? sha256Checksum;