次の方法で共有


ServerEndpointSyncSessionStatus クラス

定義

セッション状態オブジェクトを同期します。

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

コンストラクター

ServerEndpointSyncSessionStatus()

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

ServerEndpointSyncSessionStatus(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<ServerEndpointFilesNotSyncingError>, String)

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

プロパティ

FilesNotSyncingErrors

最後の同期セッションから発生した項目ごとのエラーの配列を取得します。

LastSyncMode

同期モードを取得します。 使用できる値は、'Regular'、'NamespaceDownload'、'InitialUpload'、'SnapshotUpload'、'InitialFullDownload' です。

LastSyncPerItemErrorCount

アイテムごとの最後の同期エラー数を取得します。

LastSyncResult

最後の同期結果を取得します (HResult)

LastSyncSuccessTimestamp

最後の同期成功タイムスタンプを取得します

LastSyncTimestamp

最後の同期タイムスタンプを取得します

PersistentFilesNotSyncingCount

同期されていない永続的なファイルの数を取得します。

TransientFilesNotSyncingCount

同期されていない一時的なファイルの数を取得します。

メソッド

Validate()

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

適用対象