JobSHA256TreeHash Property
The SHA256 tree hash value for the requested range of an archive.
Syntax
__property String JobSHA256TreeHash[int JobIndex] = {read=FJobSHA256TreeHash, write=FSetJobSHA256TreeHash};
Default Value
""
Remarks
The SHA256 tree hash value for the requested range of an archive. This is only applicable when JobType is 0 (archive retrieval) and a JobRetrievalByteRange is set to a tree-hash aligned range.
When the whole archive is retrieved this values is the same as JobArchiveSHA256TreeHash.
The size of the array is controlled by the JobCount property.
This property is read-only and not available at design time.
Data Type
String