checksum MethodOptional
The cryptographic hash (any algorithm) of the document's content. If defined, it must be guaranteed to change when the document's content changes.
The method of computing this value is known only to the connector or source repository. If not defined, version must be defined.
This function will not be called if lastModifiedTime
is defined and is not equal to the version property of the stored aspect.
checksum(): undefined | string
Returns - undefined | string
Defined in
- Synchronizer.ts Line 155
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.