The Open API specification for Synapse is now available for download!

Download Open API Spec

BackupTypeRequest <INTERFACE>

org.sagebionetworks.repo.model.migration.BackupTypeRequest

Abstract Request to create a migration backup.

Known Implementations:
BackupTypeRangeRequest
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.