| title | industryDataActivityStatistics resource type |
|---|---|
| description | Represents an abstract base type for statistics for a single activity within a run. |
| author | mlafleur |
| ms.localizationpriority | medium |
| ms.subservice | industry-data-etl |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
Represents an abstract base type for statistics for a single activity within a run.
Base type of inboundActivityResults.
| Property | Type | Description |
|---|---|---|
| activityId | String | The identifier for the activity that is being reported on. |
| displayName | String | The display name of the underlying flow. |
| status | microsoft.graph.industryData.industryDataActivityStatus | The latest status of the activity in the run. The possible values are: inProgress, skipped, failed, completed, completedWithErrors, completedWithWarnings, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.industryDataActivityStatistics",
"activityId": "String",
"displayName": "String",
"status": "String"
}