ServerEndpointSyncActivityStatus 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
ServerEndpointSyncActivityStatus() |
Initializes a new instance of the ServerEndpointSyncActivityStatus class. |
ServerEndpointSyncActivityStatus(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int32>) |
Initializes a new instance of the ServerEndpointSyncActivityStatus class. |
ServerEndpointSyncActivityStatus()
Initializes a new instance of the ServerEndpointSyncActivityStatus class.
public ServerEndpointSyncActivityStatus ();
Public Sub New ()
Applies to
ServerEndpointSyncActivityStatus(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int32>)
Initializes a new instance of the ServerEndpointSyncActivityStatus class.
public ServerEndpointSyncActivityStatus (DateTime? timestamp = default, long? perItemErrorCount = default, long? appliedItemCount = default, long? totalItemCount = default, long? appliedBytes = default, long? totalBytes = default, string syncMode = default, int? sessionMinutesRemaining = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus : Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string * Nullable<int> -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointSyncActivityStatus
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional perItemErrorCount As Nullable(Of Long) = Nothing, Optional appliedItemCount As Nullable(Of Long) = Nothing, Optional totalItemCount As Nullable(Of Long) = Nothing, Optional appliedBytes As Nullable(Of Long) = Nothing, Optional totalBytes As Nullable(Of Long) = Nothing, Optional syncMode As String = Nothing, Optional sessionMinutesRemaining As Nullable(Of Integer) = Nothing)
Parameters
- syncMode
- String
Sync mode. Possible values include: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload'