ServerEndpointSyncActivityStatus Class
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.
Sync Session status object.
public class ServerEndpointSyncActivityStatus
type ServerEndpointSyncActivityStatus = class
Public Class ServerEndpointSyncActivityStatus
- Inheritance
-
ServerEndpointSyncActivityStatus
Constructors
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. |
Properties
AppliedBytes |
Gets applied bytes |
AppliedItemCount |
Gets applied item count. |
PerItemErrorCount |
Gets per item error count |
SessionMinutesRemaining |
Gets session minutes remaining (if available) |
SyncMode |
Gets sync mode. Possible values include: 'Regular', 'NamespaceDownload', 'InitialUpload', 'SnapshotUpload', 'InitialFullDownload' |
Timestamp |
Gets timestamp when properties were updated |
TotalBytes |
Gets total bytes (if available) |
TotalItemCount |
Gets total item count (if available) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET