RangeChecksum
org.sagebionetworks.repo.model.migration.RangeChecksum
The calculated checksum for a single batch of rows.
Field | Type | Description |
---|---|---|
binNumber | INTEGER | The bin number for this batch. |
count | INTEGER | The total number of rows included in this range checksum. |
checksum | STRING | The checksum result for this range. |
minimumId | INTEGER | The ID of the minimum row in this checksum range. |
maximumId | INTEGER | The ID of the maximum row in this checksum range. |