Share via


UpdateDownloadProgress Class

Definition

Details about the download progress of update.

public class UpdateDownloadProgress : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress>
public class UpdateDownloadProgress
type UpdateDownloadProgress = class
    interface IJsonModel<UpdateDownloadProgress>
    interface IPersistableModel<UpdateDownloadProgress>
type UpdateDownloadProgress = class
Public Class UpdateDownloadProgress
Implements IJsonModel(Of UpdateDownloadProgress), IPersistableModel(Of UpdateDownloadProgress)
Public Class UpdateDownloadProgress
Inheritance
UpdateDownloadProgress
Implements

Properties

DownloadPhase

The download phase.

NumberOfUpdatesDownloaded

Number of updates downloaded.

NumberOfUpdatesToDownload

Number of updates to download.

PercentComplete

Percentage of completion.

TotalBytesDownloaded

Total bytes downloaded.

TotalBytesToDownload

Total bytes to download.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateDownloadProgress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateDownloadProgress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateDownloadProgress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateDownloadProgress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateDownloadProgress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to