Checksum
org.sagebionetworks.repo.model.drs.Checksum
The hex-string encoded checksum for the drs object. At least one checksum must be provided. For blobs, the checksum is computed over the bytes in the blob that is md5. For bundles, the checksum is computed over a sorted concatenation of the checksums of its top-level contained objects.
Field | Type | Description |
---|---|---|
checksum | STRING | The hex-encoded md5 string. |
type | ChecksumType | The digest method used to create the checksum eg md5. |