BatchChecksumRequest
org.sagebionetworks.repo.model.migration.BatchChecksumRequest
Get n number of checksums for the given ID range. The given ID range will be batched into sub-ranges and the checksum for each batch will be calculated.
| Field | Type | Description |
|---|---|---|
| concreteType | STRING | |
| migrationType | MigrationType | JSON enum for the types of objects which can be migrated. NOTE: The order of this enumeration determines the migration order. |
| salt | STRING | Client generated salt to be added to each checksum |
| minimumId | INTEGER | The minimum ID defining the full range of rows (inclusive). |
| maximumId | INTEGER | The maximum ID defining the full range of rows (inclusive). |
| batchSize | INTEGER | The size of each batch of IDs |