ServerEndpointSyncStatus 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.
Server Endpoint sync status
public class ServerEndpointSyncStatus
type ServerEndpointSyncStatus = class
Public Class ServerEndpointSyncStatus
- Inheritance
-
ServerEndpointSyncStatus
Constructors
ServerEndpointSyncStatus() |
Initializes a new instance of the ServerEndpointSyncStatus class. |
ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity) |
Initializes a new instance of the ServerEndpointSyncStatus class. |
Properties
BackgroundDataDownloadActivity |
Gets background data download activity |
CombinedHealth |
Gets combined Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error' |
DownloadActivity |
Gets download sync activity |
DownloadHealth |
Gets download Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error' |
DownloadStatus |
Gets download Status |
LastUpdatedTimestamp |
Gets last Updated Timestamp |
OfflineDataTransferStatus |
Gets offline Data Transfer State. Possible values include: 'InProgress', 'Stopping', 'NotRunning', 'Complete' |
SyncActivity |
Gets sync activity. Possible values include: 'Upload', 'Download', 'UploadAndDownload' |
TotalPersistentFilesNotSyncingCount |
Gets total count of persistent files not syncing (combined upload + download). |
UploadActivity |
Gets upload sync activity |
UploadHealth |
Gets upload Health Status. Possible values include: 'Unavailable', 'Healthy', 'Error' |
UploadStatus |
Gets upload Status |
Methods
Validate() |
Validate the object. |