Copy Progress Response
data class CopyProgressResponse(val accountId: String, val bytesProcessed: Double, val dataAccountType: String, val directoriesErroredOut: Double, 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, bytesProcessed: Double, dataAccountType: String, directoriesErroredOut: Double, 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