Share via


ServerEndpointSyncActivityStatus クラス

定義

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

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

コンストラクター

ServerEndpointSyncActivityStatus()

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

ServerEndpointSyncActivityStatus(Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Int32>)

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

プロパティ

AppliedBytes

適用されたバイト数を取得します

AppliedItemCount

適用された項目数を取得します。

PerItemErrorCount

項目ごとのエラー数を取得します

SessionMinutesRemaining

残りのセッション分を取得します (使用可能な場合)

SyncMode

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

Timestamp

プロパティが更新されたときのタイムスタンプを取得します

TotalBytes

合計バイト数を取得します (使用可能な場合)

TotalItemCount

アイテムの合計数を取得します (使用可能な場合)

メソッド

Validate()

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

適用対象