ServerEndpointSyncSessionStatus Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ServerEndpointSyncSessionStatus() |
Initialise une nouvelle instance de la classe ServerEndpointSyncSessionStatus. |
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String) |
Initialise une nouvelle instance de la classe ServerEndpointSyncSessionStatus. |
ServerEndpointSyncSessionStatus()
Initialise une nouvelle instance de la classe ServerEndpointSyncSessionStatus.
public ServerEndpointSyncSessionStatus ();
Public Sub New ()
S’applique à
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String)
Initialise une nouvelle instance de la 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)
Paramètres
Horodatage de la réussite de la dernière synchronisation
- filesNotSyncingErrors
- IList<ServerEndpointFilesNotSyncingError>
Tableau d’erreurs par élément provenant de la dernière session de synchronisation.
- lastSyncMode
- String
Mode de synchronisation. Les valeurs possibles sont les suivantes : 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'
S’applique à
Azure SDK for .NET