DataBoxDiskGranularCopyProgress 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 Disk Granular Copy Progress.
public class DataBoxDiskGranularCopyProgress : Azure.ResourceManager.DataBox.Models.GranularCopyProgress
type DataBoxDiskGranularCopyProgress = class
inherit GranularCopyProgress
Public Class DataBoxDiskGranularCopyProgress
Inherits GranularCopyProgress
- Inheritance
Properties
AccountId |
Id of the account where the data needs to be uploaded. (Inherited from GranularCopyProgress) |
Actions |
Available actions on the job. (Inherited from GranularCopyProgress) |
BytesProcessed |
To indicate bytes transferred. (Inherited from GranularCopyProgress) |
CopyStatus |
The Status of the copy. |
DataAccountType |
Data Account Type. (Inherited from GranularCopyProgress) |
DirectoriesErroredOut |
To indicate directories errored out in the job. (Inherited from GranularCopyProgress) |
Error |
Error, if any, in the stage. (Inherited from GranularCopyProgress) |
FilesErroredOut |
Number of files which could not be copied. (Inherited from GranularCopyProgress) |
FilesProcessed |
Number of files processed. (Inherited from GranularCopyProgress) |
InvalidDirectoriesProcessed |
To indicate directories renamed. (Inherited from GranularCopyProgress) |
InvalidFileBytesUploaded |
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from GranularCopyProgress) |
InvalidFilesProcessed |
Number of files not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from GranularCopyProgress) |
IsEnumerationInProgress |
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. (Inherited from GranularCopyProgress) |
RenamedContainerCount |
Number of folders not adhering to azure naming conventions which were processed by automatic renaming. (Inherited from GranularCopyProgress) |
SerialNumber |
Disk Serial Number. |
StorageAccountName |
Name of the storage account. This will be empty for data account types other than storage account. (Inherited from GranularCopyProgress) |
TotalBytesToProcess |
Total amount of data to be processed by the job. (Inherited from GranularCopyProgress) |
TotalFilesToProcess |
Total files to process. (Inherited from GranularCopyProgress) |
TransferType |
Transfer type of data. (Inherited from GranularCopyProgress) |
Applies to
Azure SDK for .NET