Contents

versionIdentifier

A data value used to determine when the item changes.

Declaration

optional var versionIdentifier: Data? { get }

Discussion

This property contains a data object that can uniquely identify each version of the item; for example, the hash of a document’s contents.

Version identifiers are limited to 1000 bytes.

See Also

Tracking Versions