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