Copy Progress Response
data class CopyProgressResponse(val accountId: String, val actions: List<String>, val bytesProcessed: Double, 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 storageAccountName: String, val totalBytesToProcess: Double, val totalFilesToProcess: Double, val transferType: String)
Copy progress.
Constructors
Link copied to clipboard
fun CopyProgressResponse(accountId: String, actions: List<String>, bytesProcessed: Double, dataAccountType: String, directoriesErroredOut: Double, error: CloudErrorResponse, filesErroredOut: Double, filesProcessed: Double, invalidDirectoriesProcessed: Double, invalidFileBytesUploaded: Double, invalidFilesProcessed: Double, isEnumerationInProgress: Boolean, renamedContainerCount: Double, storageAccountName: String, totalBytesToProcess: Double, totalFilesToProcess: Double, transferType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard