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 where the data needs to be uploaded.

account_id
str

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

bytes_sent_to_cloud
<xref:long>

Amount of data uploaded by the job as of now.

total_bytes_to_process
<xref:long>

Total amount of data to be processed by the job.

files_processed
<xref:long>

Number of files processed by the job as of now.

total_files_to_process
<xref:long>

Total number of files to be processed by the job.