次の方法で共有


ServerEndpointSyncStatus クラス

定義

サーバー エンドポイントの同期状態

public class ServerEndpointSyncStatus
type ServerEndpointSyncStatus = class
Public Class ServerEndpointSyncStatus
継承
ServerEndpointSyncStatus

コンストラクター

ServerEndpointSyncStatus()

ServerEndpointSyncStatus クラスの新しいインスタンスを初期化します。

ServerEndpointSyncStatus(String, String, String, String, Nullable<Int64>, Nullable<DateTime>, ServerEndpointSyncSessionStatus, ServerEndpointSyncSessionStatus, ServerEndpointSyncActivityStatus, ServerEndpointSyncActivityStatus, String, ServerEndpointBackgroundDataDownloadActivity)

ServerEndpointSyncStatus クラスの新しいインスタンスを初期化します。

プロパティ

BackgroundDataDownloadActivity

バックグラウンド データのダウンロード アクティビティを取得します

CombinedHealth

結合された正常性状態を取得します。 使用可能な値は、'Unavailable'、'Healthy'、'Error' です。

DownloadActivity

ダウンロード同期アクティビティを取得します

DownloadHealth

ダウンロードの正常性状態を取得します。 使用可能な値は、'Unavailable'、'Healthy'、'Error' です。

DownloadStatus

ダウンロード状態を取得します

LastUpdatedTimestamp

最後に更新されたタイムスタンプを取得します

OfflineDataTransferStatus

オフラインデータ転送状態を取得します。 指定できる値は、'InProgress'、'Stopping'、'NotRunning'、'Complete' です。

SyncActivity

同期アクティビティを取得します。 指定できる値は、'Upload'、'Download'、'UploadAndDownload' です。

TotalPersistentFilesNotSyncingCount

同期されていない永続的なファイルの合計数を取得します (結合されたアップロードとダウンロード)。

UploadActivity

アップロード同期アクティビティを取得します

UploadHealth

アップロードの正常性状態を取得します。 使用可能な値は、'Unavailable'、'Healthy'、'Error' です。

UploadStatus

アップロードの状態を取得します

メソッド

Validate()

オブジェクトを検証します。

適用対象