IDataBoxCustomerDiskCopyProgress Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxCustomerDiskCopyProgressTypeConverter))]
public interface IDataBoxCustomerDiskCopyProgress : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.ICopyProgress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.DataBoxCustomerDiskCopyProgressTypeConverter))>]
type IDataBoxCustomerDiskCopyProgress = interface
interface IJsonSerializable
interface ICopyProgress
Public Interface IDataBoxCustomerDiskCopyProgress
Implements ICopyProgress
- Derived
- Attributes
- Implements
Properties
AccountId |
Id of the account where the data needs to be uploaded. (Inherited from ICopyProgress) |
Action |
Available actions on the job. (Inherited from ICopyProgress) |
AdditionalInfo |
Gets or sets additional error info. (Inherited from ICopyProgress) |
BytesProcessed |
To indicate bytes transferred. (Inherited from ICopyProgress) |
Code |
Error code. (Inherited from ICopyProgress) |
CopyStatus |
The Status of the copy |
DataAccountType |
Data Account Type. (Inherited from ICopyProgress) |
Detail |
Gets or sets details for the error. (Inherited from ICopyProgress) |
DirectoriesErroredOut |
To indicate directories errored out in the job. (Inherited from ICopyProgress) |
FilesErroredOut |
Number of files which could not be copied (Inherited from ICopyProgress) |
FilesProcessed |
Number of files processed (Inherited from ICopyProgress) |
InvalidDirectoriesProcessed |
To indicate directories renamed (Inherited from ICopyProgress) |
InvalidFileBytesUploaded |
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming (Inherited from ICopyProgress) |
InvalidFilesProcessed |
Number of files not adhering to azure naming conventions which were processed by automatic renaming (Inherited from ICopyProgress) |
IsEnumerationInProgress |
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid. (Inherited from ICopyProgress) |
Message |
The error message parsed from the body of the http error response. (Inherited from ICopyProgress) |
RenamedContainerCount |
Number of folders not adhering to azure naming conventions which were processed by automatic renaming (Inherited from ICopyProgress) |
SerialNumber |
Disk Serial Number. |
StorageAccountName |
Name of the storage account. This will be empty for data account types other than storage account. (Inherited from ICopyProgress) |
Target |
Gets or sets the target of the error. (Inherited from ICopyProgress) |
TotalBytesToProcess |
Total amount of data to be processed by the job. (Inherited from ICopyProgress) |
TotalFilesToProcess |
Total files to process (Inherited from ICopyProgress) |
TransferType |
Transfer type of data (Inherited from ICopyProgress) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |