All Products
Search
Document Center

Data Online Migration:CreateJobInfo

Last Updated:Jun 16, 2025
ParameterTypeDescriptionExample
object

The information about the migration task.

Namestring

The task name.
The name can contain lowercase letters, digits, hyphens (-), and underscores (_). The name must be 3 to 63 characters in length. The name is case-sensitive and encoded in UTF-8. The name cannot start with a hyphen (-) or an underscore (_). You must specify a name.

test_name
SrcAddressstring

The name of the source data address.

test_src_address
DestAddressstring

The name of the destination data address.

test_dest_address
OverwriteModestring

The file overwriting mode.
Valid values: never and always.

always
TransferModestring

The file transfer mode.
Valid values: all and lastmodified. all: transfers the full data of files. lastmodified: transfers the incremental data of files.
Valid values if OverwriteMode and TransferMode are used together:

  • A combination of always and all indicates that all files are forcefully overwritten.
  • A combination of always and lastmodified indicates that files are overwritten based on the last modification time.
  • A combination of never and all indicates that the files with the same name are not overwritten.
all
Tagsstring

The tags in the key:value format.
The value can contain letters, digits, hyphens (-), underscores (_), and commas (,). The value can be up to 1,024 characters in length.

K1:V1,K2:V2
ParentVersionstring

The ID of the parent task. When you create a subtask to migrate a file that failed to be migrated, you can specify the ID of the parent task.

6af62558-970d-4f44-8663-4e297170fd6a
ConvertSymlinkTargetboolean

Indicates whether the Target attribute value of the symbolic links at the source data address is converted. You can convert the Target attribute value of the symbolic links at the source data address in one of the following scenarios: The source data address is an Object Storage Service (OSS) data address and the destination data address is a local data address. The source data address is a local data address and the destination data address is an OSS data address. The source data address is a local data address and the destination data address is another local data address. This ensures that the symbolic links at the destination data address can point to their objects as expected.

false
AuditAudit

The audit method.

EnableMultiVersioningboolean

Specifies whether to enable multi-version migration. Multi-version migration is not supported.

false
FilterRuleFilterRule

The filtering rule.

ImportQosImportQos

The throttling settings of the task.

ScheduleRuleScheduleRule

The scheduling rule.

CreateReportboolean

Specifies whether to create a migration report.

true