Compartilhar via


ServerEndpointBackgroundDataDownloadActivity Construtores

Definição

Sobrecargas

ServerEndpointBackgroundDataDownloadActivity()

Inicializa uma nova instância da classe ServerEndpointBackgroundDataDownloadActivity.

ServerEndpointBackgroundDataDownloadActivity(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int64>)

Inicializa uma nova instância da classe ServerEndpointBackgroundDataDownloadActivity.

ServerEndpointBackgroundDataDownloadActivity()

Inicializa uma nova instância da classe ServerEndpointBackgroundDataDownloadActivity.

public ServerEndpointBackgroundDataDownloadActivity ();
Public Sub New ()

Aplica-se a

ServerEndpointBackgroundDataDownloadActivity(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int64>)

Inicializa uma nova instância da classe ServerEndpointBackgroundDataDownloadActivity.

public ServerEndpointBackgroundDataDownloadActivity (DateTime? timestamp = default, DateTime? startedTimestamp = default, int? percentProgress = default, long? downloadedBytes = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity : Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<int64> -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointBackgroundDataDownloadActivity
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional startedTimestamp As Nullable(Of DateTime) = Nothing, Optional percentProgress As Nullable(Of Integer) = Nothing, Optional downloadedBytes As Nullable(Of Long) = Nothing)

Parâmetros

timestamp
Nullable<DateTime>

Carimbo de data/hora quando as propriedades foram atualizadas

startedTimestamp
Nullable<DateTime>

Carimbo de data/hora quando a operação foi iniciada

percentProgress
Nullable<Int32>

Percentual de progresso

downloadedBytes
Nullable<Int64>

Execução da contagem de bytes baixados

Aplica-se a