CalculateOptimalRangeRequest
org.sagebionetworks.repo.model.migration.CalculateOptimalRangeRequest
Request to calculate the ID ranges with the optimal number of rows.
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. |
minimumId | INTEGER | The first ID in the range of IDs (inclusive) |
maximumId | INTEGER | The last ID in the range of IDs (inclusive) |
optimalRowsPerRange | INTEGER | The optimal number of rows per range. |