CopyProgress interface

Copy progress.

Properties

accountId

Id of the account where the data needs to be uploaded. NOTE: This property will not be serialized. It can only be populated by the server.

actions

Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server.

bytesProcessed

To indicate bytes transferred. NOTE: This property will not be serialized. It can only be populated by the server.

dataAccountType

Data Account Type. NOTE: This property will not be serialized. It can only be populated by the server.

directoriesErroredOut

To indicate directories errored out in the job. NOTE: This property will not be serialized. It can only be populated by the server.

error

Error, if any, in the stage NOTE: This property will not be serialized. It can only be populated by the server.

filesErroredOut

Number of files which could not be copied NOTE: This property will not be serialized. It can only be populated by the server.

filesProcessed

Number of files processed NOTE: This property will not be serialized. It can only be populated by the server.

invalidDirectoriesProcessed

To indicate directories renamed NOTE: This property will not be serialized. It can only be populated by the server.

invalidFileBytesUploaded

Total amount of data not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

invalidFilesProcessed

Number of files not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

isEnumerationInProgress

To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. NOTE: This property will not be serialized. It can only be populated by the server.

renamedContainerCount

Number of folders not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountName

Name of the storage account. This will be empty for data account types other than storage account. NOTE: This property will not be serialized. It can only be populated by the server.

totalBytesToProcess

Total amount of data to be processed by the job. NOTE: This property will not be serialized. It can only be populated by the server.

totalFilesToProcess

Total files to process NOTE: This property will not be serialized. It can only be populated by the server.

transferType

Transfer type of data NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

accountId

Id of the account where the data needs to be uploaded. NOTE: This property will not be serialized. It can only be populated by the server.

accountId?: string

Property Value

string

actions

Available actions on the job. NOTE: This property will not be serialized. It can only be populated by the server.

actions?: CustomerResolutionCode[]

Property Value

bytesProcessed

To indicate bytes transferred. NOTE: This property will not be serialized. It can only be populated by the server.

bytesProcessed?: number

Property Value

number

dataAccountType

Data Account Type. NOTE: This property will not be serialized. It can only be populated by the server.

dataAccountType?: DataAccountType

Property Value

directoriesErroredOut

To indicate directories errored out in the job. NOTE: This property will not be serialized. It can only be populated by the server.

directoriesErroredOut?: number

Property Value

number

error

Error, if any, in the stage NOTE: This property will not be serialized. It can only be populated by the server.

error?: CloudError

Property Value

filesErroredOut

Number of files which could not be copied NOTE: This property will not be serialized. It can only be populated by the server.

filesErroredOut?: number

Property Value

number

filesProcessed

Number of files processed NOTE: This property will not be serialized. It can only be populated by the server.

filesProcessed?: number

Property Value

number

invalidDirectoriesProcessed

To indicate directories renamed NOTE: This property will not be serialized. It can only be populated by the server.

invalidDirectoriesProcessed?: number

Property Value

number

invalidFileBytesUploaded

Total amount of data not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

invalidFileBytesUploaded?: number

Property Value

number

invalidFilesProcessed

Number of files not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

invalidFilesProcessed?: number

Property Value

number

isEnumerationInProgress

To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. NOTE: This property will not be serialized. It can only be populated by the server.

isEnumerationInProgress?: boolean

Property Value

boolean

renamedContainerCount

Number of folders not adhering to azure naming conventions which were processed by automatic renaming NOTE: This property will not be serialized. It can only be populated by the server.

renamedContainerCount?: number

Property Value

number

storageAccountName

Name of the storage account. This will be empty for data account types other than storage account. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountName?: string

Property Value

string

totalBytesToProcess

Total amount of data to be processed by the job. NOTE: This property will not be serialized. It can only be populated by the server.

totalBytesToProcess?: number

Property Value

number

totalFilesToProcess

Total files to process NOTE: This property will not be serialized. It can only be populated by the server.

totalFilesToProcess?: number

Property Value

number

transferType

Transfer type of data NOTE: This property will not be serialized. It can only be populated by the server.

transferType?: TransferType

Property Value