ServerEndpointSyncSessionStatus Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ServerEndpointSyncSessionStatus() |
Inicializa uma nova instância da classe ServerEndpointSyncSessionStatus. |
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String) |
Inicializa uma nova instância da classe ServerEndpointSyncSessionStatus. |
ServerEndpointSyncSessionStatus()
Inicializa uma nova instância da classe ServerEndpointSyncSessionStatus.
public ServerEndpointSyncSessionStatus ();
Public Sub New ()
Aplica-se a
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String)
Inicializa uma nova instância da classe ServerEndpointSyncSessionStatus.
public ServerEndpointSyncSessionStatus (int? lastSyncResult = default, DateTime? lastSyncTimestamp = default, DateTime? lastSyncSuccessTimestamp = default, long? lastSyncPerItemErrorCount = default, long? persistentFilesNotSyncingCount = default, long? transientFilesNotSyncingCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointFilesNotSyncingError> filesNotSyncingErrors = default, string lastSyncMode = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus : Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointFilesNotSyncingError> * string -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncSessionStatus
Public Sub New (Optional lastSyncResult As Nullable(Of Integer) = Nothing, Optional lastSyncTimestamp As Nullable(Of DateTime) = Nothing, Optional lastSyncSuccessTimestamp As Nullable(Of DateTime) = Nothing, Optional lastSyncPerItemErrorCount As Nullable(Of Long) = Nothing, Optional persistentFilesNotSyncingCount As Nullable(Of Long) = Nothing, Optional transientFilesNotSyncingCount As Nullable(Of Long) = Nothing, Optional filesNotSyncingErrors As IList(Of ServerEndpointFilesNotSyncingError) = Nothing, Optional lastSyncMode As String = Nothing)
Parâmetros
Contagem de arquivos transitórios que não estão sendo sincronizados.
- filesNotSyncingErrors
- IList<ServerEndpointFilesNotSyncingError>
Matriz de erros por item provenientes da última sessão de sincronização.
- lastSyncMode
- String
Modo de sincronização. Os valores possíveis incluem: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'
Aplica-se a
Azure SDK for .NET