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'
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET