Sdílet prostřednictvím


ServerEndpointBackgroundDataDownloadActivity Class

Definition

Background data download activity object.

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

Properties

DownloadedBytes

Running count of bytes downloaded.

PercentProgress

Progress percentage.

StartedOn

Timestamp when the operation started.

Timestamp

Timestamp when properties were updated.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServerEndpointBackgroundDataDownloadActivity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServerEndpointBackgroundDataDownloadActivity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerEndpointBackgroundDataDownloadActivity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerEndpointBackgroundDataDownloadActivity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServerEndpointBackgroundDataDownloadActivity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to