DataBoxCustomerDiskCopyProgress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DataBox CustomerDisk Copy Progress.
public class DataBoxCustomerDiskCopyProgress : Azure.ResourceManager.DataBox.Models.DataBoxCopyProgress
type DataBoxCustomerDiskCopyProgress = class
inherit DataBoxCopyProgress
Public Class DataBoxCustomerDiskCopyProgress
Inherits DataBoxCopyProgress
- Inheritance
Properties
AccountId |
Id of the account where the data needs to be uploaded. (Inherited from DataBoxCopyProgress) |
Actions |
Available actions on the job. (Inherited from DataBoxCopyProgress) |
BytesProcessed |
To indicate bytes transferred. (Inherited from DataBoxCopyProgress) |
CopyStatus |
The Status of the copy. |
DataAccountType |
Data Account Type. (Inherited from DataBoxCopyProgress) |
DirectoriesErroredOut |
To indicate directories errored out in the job. (Inherited from DataBoxCopyProgress) |
Error |
Error, if any, in the stage. (Inherited from DataBoxCopyProgress) |
FilesErroredOut |
Number of files which could not be copied. (Inherited from DataBoxCopyProgress) |
FilesProcessed |
Number of files processed. (Inherited from DataBoxCopyProgress) |
InvalidDirectoriesProcessed |
To indicate directories renamed. (Inherited from DataBoxCopyProgress) |
InvalidFileBytesUploaded |
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from DataBoxCopyProgress) |
InvalidFilesProcessed |
Number of files not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from DataBoxCopyProgress) |
IsEnumerationInProgress |
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. (Inherited from DataBoxCopyProgress) |
RenamedContainerCount |
Number of folders not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from DataBoxCopyProgress) |
SerialNumber |
Disk Serial Number. |
StorageAccountName |
Name of the storage account. This will be empty for data account types other than storage account. (Inherited from DataBoxCopyProgress) |
TotalBytesToProcess |
Total amount of data to be processed by the job. (Inherited from DataBoxCopyProgress) |
TotalFilesToProcess |
Total files to process. (Inherited from DataBoxCopyProgress) |
TransferType |
Transfer type of data. (Inherited from DataBoxCopyProgress) |
Applies to
Azure SDK for .NET