BackupTypeRangeRequest
org.sagebionetworks.repo.model.migration.BackupTypeRangeRequest
Request to create a migration backup for a given MigrationType using a range of Ids.
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. |
aliasType | BackupAliasType | The value to use as the alias in the XML migration backup file |
batchSize | INTEGER | The batch size determines the maxiumum number of rows that will be loaded into memory at one time. |
minimumId | INTEGER | The first ID in the range of IDs (inclusive) |
maximumId | INTEGER | The last ID in the range of IDs (inclusive) |