CopyProgress Class
Copy progress.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
CopyProgress
Constructor
CopyProgress(**kwargs)
Variables
- storage_account_name
- str
Name of the storage account. This will be empty for data account types other than storage account.
- transfer_type
- str or <xref:azure.mgmt.databox.models.TransferType>
Transfer type of data. Possible values include: "ImportToAzure", "ExportFromAzure".
- data_account_type
- str or <xref:azure.mgmt.databox.models.DataAccountType>
Data Account Type. Possible values include: "StorageAccount", "ManagedDisk".
- account_id
- str
Id of the account where the data needs to be uploaded.
- bytes_processed
- <xref:long>
To indicate bytes transferred.
- total_bytes_to_process
- <xref:long>
Total amount of data to be processed by the job.
- files_processed
- <xref:long>
Number of files processed.
- total_files_to_process
- <xref:long>
Total files to process.
- invalid_files_processed
- <xref:long>
Number of files not adhering to azure naming conventions which were processed by automatic renaming.
- invalid_file_bytes_uploaded
- <xref:long>
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.
- renamed_container_count
- <xref:long>
Number of folders not adhering to azure naming conventions which were processed by automatic renaming.
- files_errored_out
- <xref:long>
Number of files which could not be copied.
- directories_errored_out
- <xref:long>
To indicate directories errored out in the job.
- invalid_directories_processed
- <xref:long>
To indicate directories renamed.
- is_enumeration_in_progress
- bool
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
Feedback
Submit and view feedback for