次の方法で共有


sharePointMigrationJobProgressEvent リソースの種類

名前空間: microsoft.graph

移行ジョブの進行状況 (進行中または終了) します

sharePointMigrationEvent から継承します。

メソッド

サポートされているメソッドの一覧については、「 sharePointMigrationEvent」を参照してください。

プロパティ

プロパティ 説明
bytesProcessed Int64 処理されたバイト数。 読み取り専用です。
bytesProcessedOnlyCurrentVersion Int64 バージョン履歴を除外して処理されたバイト数。 読み取り専用です。
correlationId String 移行ジョブの関連付け ID。 読み取り専用です。 sharePointMigrationEvent から継承されます。
cpuDurationMs Int64 CPU 期間 (ミリ秒)。 読み取り専用です。
eventDateTime DateTimeOffset ジョブの状態が [進行中] または [終了] に変わる日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。 読み取り専用です。 sharePointMigrationEvent から継承されます。
filesProcessed Int64 処理されたファイルの数。 読み取り専用です。
filesProcessedOnlyCurrentVersion Int64 バージョン履歴が除外された状態で処理されたファイルの数。 読み取り専用です。
id 文字列 このイベントの一意識別子。 読み取り専用です。 sharePointMigrationEvent から継承されます。
isCompleted ブール型 True ジョブの状態が [終了] の場合。 False ジョブが 進行中の場合。 読み取り専用です。
jobId 文字列 移行ジョブの一意識別子。 読み取り専用です。 sharePointMigrationEvent から継承されます。
lastProcessedObjectId 文字列 最後に処理されたオブジェクトの一意識別子。 読み取り専用です。
objectsProcessed Int64 処理されたオブジェクトの数。 読み取り専用です。
sqlDurationMs Int64 SQL 期間 (ミリ秒単位)。 読み取り専用です。
sqlQueryCount Int64 SQL クエリ数。 読み取り専用です。
totalDurationMs Int64 合計時間 (ミリ秒)。 読み取り専用です。
totalErrors Int64 合計エラー数。 読み取り専用です。
totalExpectedBytes Int64 処理される合計バイト数。 読み取り専用です。
totalExpectedObjects Int64 処理するオブジェクトの数。 読み取り専用です。
totalRetryCount Int32 ジョブの現在の再試行回数。 読み取り専用です。
totalWarnings Int64 警告の合計。 読み取り専用です。
waitTimeOnSqlThrottlingMs Int64 SQL 調整による待機時間 (ミリ秒単位)。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.sharePointMigrationJobProgressEvent",
  "bytesProcessed": "Int64",
  "bytesProcessedOnlyCurrentVersion": "Int64",
  "correlationId": "String",
  "cpuDurationMs": "Int64",
  "eventDateTime": "String (timestamp)",
  "filesProcessed": "Int64",
  "filesProcessedOnlyCurrentVersion": "Int64",
  "id": "String (identifier)",
  "isCompleted": "Boolean",
  "jobId": "String",
  "lastProcessedObjectId": "String",
  "objectsProcessed": "Int64",
  "sqlDurationMs": "Int64",
  "sqlQueryCount": "Int64",
  "totalDurationMs": "Int64",
  "totalErrors": "Int64",
  "totalExpectedBytes": "Int64",
  "totalExpectedObjects": "Int64",
  "totalRetryCount": "Int32",
  "totalWarnings": "Int64",
  "waitTimeOnSqlThrottlingMs": "Int64"
}