Поделиться через


DataBoxDiskGranularCopyProgress Class

Definition

DataBox Disk Granular Copy Progress.

public class DataBoxDiskGranularCopyProgress : Azure.ResourceManager.DataBox.Models.GranularCopyProgress, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyProgress>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyProgress>
type DataBoxDiskGranularCopyProgress = class
    inherit GranularCopyProgress
    interface IJsonModel<DataBoxDiskGranularCopyProgress>
    interface IPersistableModel<DataBoxDiskGranularCopyProgress>
Public Class DataBoxDiskGranularCopyProgress
Inherits GranularCopyProgress
Implements IJsonModel(Of DataBoxDiskGranularCopyProgress), IPersistableModel(Of DataBoxDiskGranularCopyProgress)
Inheritance
DataBoxDiskGranularCopyProgress
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxDiskGranularCopyProgress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataBoxDiskGranularCopyProgress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<GranularCopyProgress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from GranularCopyProgress)
IJsonModel<GranularCopyProgress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from GranularCopyProgress)
IPersistableModel<DataBoxDiskGranularCopyProgress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxDiskGranularCopyProgress>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataBoxDiskGranularCopyProgress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<GranularCopyProgress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from GranularCopyProgress)
IPersistableModel<GranularCopyProgress>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from GranularCopyProgress)
IPersistableModel<GranularCopyProgress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from GranularCopyProgress)

Applies to