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 : Microsoft.Azure.Management.DataBox.Models.CopyProgress
type DataBoxCustomerDiskCopyProgress = class
inherit CopyProgress
Public Class DataBoxCustomerDiskCopyProgress
Inherits CopyProgress
- Inheritance
Constructors
DataBoxCustomerDiskCopyProgress() |
Initializes a new instance of the DataBoxCustomerDiskCopyProgress class. |
DataBoxCustomerDiskCopyProgress(String, Nullable<TransferType>, Nullable<DataAccountType>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, String, String) |
Initializes a new instance of the DataBoxCustomerDiskCopyProgress class. |
Properties
AccountId |
Gets id of the account where the data needs to be uploaded. (Inherited from CopyProgress) |
BytesProcessed |
Gets to indicate bytes transferred. (Inherited from CopyProgress) |
CopyStatus |
Gets the Status of the copy. Possible values include: 'NotStarted', 'InProgress', 'Completed', 'CompletedWithErrors', 'Failed', 'NotReturned', 'HardwareError', 'DeviceFormatted', 'DeviceMetadataModified', 'StorageAccountNotAccessible', 'UnsupportedData', 'DriveNotReceived', 'UnsupportedDrive', 'OtherServiceError', 'OtherUserError', 'DriveNotDetected', 'DriveCorrupted', 'MetadataFilesModifiedOrRemoved' |
DataAccountType |
Gets data Account Type. Possible values include: 'StorageAccount', 'ManagedDisk' (Inherited from CopyProgress) |
DirectoriesErroredOut |
Gets to indicate directories errored out in the job. (Inherited from CopyProgress) |
FilesErroredOut |
Gets number of files which could not be copied (Inherited from CopyProgress) |
FilesProcessed |
Gets number of files processed (Inherited from CopyProgress) |
InvalidDirectoriesProcessed |
Gets to indicate directories renamed (Inherited from CopyProgress) |
InvalidFileBytesUploaded |
Gets total amount of data not adhering to azure naming conventions which were processed by automatic renaming (Inherited from CopyProgress) |
InvalidFilesProcessed |
Gets number of files not adhering to azure naming conventions which were processed by automatic renaming (Inherited from CopyProgress) |
IsEnumerationInProgress |
Gets to indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. (Inherited from CopyProgress) |
RenamedContainerCount |
Gets number of folders not adhering to azure naming conventions which were processed by automatic renaming (Inherited from CopyProgress) |
SerialNumber |
Gets disk Serial Number. |
StorageAccountName |
Gets name of the storage account. This will be empty for data account types other than storage account. (Inherited from CopyProgress) |
TotalBytesToProcess |
Gets total amount of data to be processed by the job. (Inherited from CopyProgress) |
TotalFilesToProcess |
Gets total files to process (Inherited from CopyProgress) |
TransferType |
Gets transfer type of data. Possible values include: 'ImportToAzure', 'ExportFromAzure' (Inherited from CopyProgress) |
Applies to
Azure SDK for .NET