ServerEndpointSyncSessionStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServerEndpointSyncSessionStatus() |
Initializes a new instance of the ServerEndpointSyncSessionStatus class. |
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String) |
Initializes a new instance of the ServerEndpointSyncSessionStatus class. |
ServerEndpointSyncSessionStatus()
Initializes a new instance of the ServerEndpointSyncSessionStatus class.
public ServerEndpointSyncSessionStatus ();
Public Sub New ()
Applies to
ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String)
Initializes a new instance of the ServerEndpointSyncSessionStatus class.
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)
Parameters
- filesNotSyncingErrors
- IList<ServerEndpointFilesNotSyncingError>
Array of per-item errors coming from the last sync session.
- lastSyncMode
- String
Sync mode. Possible values include: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'
Applies to
Azure SDK for .NET