CopyProgress Class

Copy progress.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databox._serialization.Model
CopyProgress

Constructor

CopyProgress(**kwargs: Any)

Variables

Name Description
storage_account_name
str

Name of the storage account. This will be empty for data account types other than storage account.

transfer_type

Transfer type of data. Known values are: "ImportToAzure" and "ExportFromAzure".

data_account_type

Data Account Type. Known values are: "StorageAccount" and "ManagedDisk".

account_id
str

Id of the account where the data needs to be uploaded.

bytes_processed
int

To indicate bytes transferred.

total_bytes_to_process
int

Total amount of data to be processed by the job.

files_processed
int

Number of files processed.

total_files_to_process
int

Total files to process.

invalid_files_processed
int

Number of files not adhering to azure naming conventions which were processed by automatic renaming.

invalid_file_bytes_uploaded
int

Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.

renamed_container_count
int

Number of folders not adhering to azure naming conventions which were processed by automatic renaming.

files_errored_out
int

Number of files which could not be copied.

directories_errored_out
int

To indicate directories errored out in the job.

invalid_directories_processed
int

To indicate directories renamed.

is_enumeration_in_progress

To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.