次の方法で共有


industryDataRunStatistics リソースの種類

名前空間: microsoft.graph.industryData

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

1 回の実行の統計情報を表します。

プロパティ

プロパティ 説明
activityStatistics microsoft.graph.industryData.industryDataActivityStatistics コレクション この実行に含まれる各アクティビティの統計のコレクション。
inboundTotals microsoft.graph.industryData.aggregatedInboundStatistics すべての受信フローの集計統計。
runId String 統計の基になる実行の ID。
status microsoft.graph.industryData.industryDataRunStatus 実行の最新の状態。 使用可能な値: runningfailedcompletedcompletedWithErrorscompletedWithWarningsunknownFutureValue

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.industryData.industryDataRunStatistics",
  "activityStatistics": [
    {
      "@odata.type": "microsoft.graph.industryData.inboundActivityResults"
    }
  ],
  "inboundTotals": {
    "@odata.type": "microsoft.graph.industryData.aggregatedInboundStatistics"
  },
  "runId": "String",
  "status": "String"
}