DataBoxCustomerDiskCopyProgressResponse

data class DataBoxCustomerDiskCopyProgressResponse(val accountId: String, val actions: List<String>, val bytesProcessed: Double, val copyStatus: String, val dataAccountType: String, val directoriesErroredOut: Double, val error: CloudErrorResponse, val filesErroredOut: Double, val filesProcessed: Double, val invalidDirectoriesProcessed: Double, val invalidFileBytesUploaded: Double, val invalidFilesProcessed: Double, val isEnumerationInProgress: Boolean, val renamedContainerCount: Double, val serialNumber: String, val storageAccountName: String, val totalBytesToProcess: Double, val totalFilesToProcess: Double, val transferType: String)

DataBox CustomerDisk Copy Progress

Constructors

Link copied to clipboard
constructor(accountId: String, actions: List<String>, bytesProcessed: Double, copyStatus: String, dataAccountType: String, directoriesErroredOut: Double, error: CloudErrorResponse, filesErroredOut: Double, filesProcessed: Double, invalidDirectoriesProcessed: Double, invalidFileBytesUploaded: Double, invalidFilesProcessed: Double, isEnumerationInProgress: Boolean, renamedContainerCount: Double, serialNumber: String, storageAccountName: String, totalBytesToProcess: Double, totalFilesToProcess: Double, transferType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Available actions on the job.

Link copied to clipboard

To indicate bytes transferred.

Link copied to clipboard

The Status of the copy

Link copied to clipboard

Data Account Type.

Link copied to clipboard

To indicate directories errored out in the job.

Link copied to clipboard

Error, if any, in the stage

Link copied to clipboard

Number of files which could not be copied

Link copied to clipboard

Number of files processed

Link copied to clipboard

To indicate directories renamed

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Disk Serial Number.

Link copied to clipboard

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

Link copied to clipboard

Total amount of data to be processed by the job.

Link copied to clipboard

Total files to process

Link copied to clipboard

Transfer type of data