Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.14 KB

File metadata and controls

50 lines (37 loc) · 2.14 KB
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

industryDataActivityStatistics resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.industryDataActivityStatistics",
  "activityId": "String",
  "displayName": "String",
  "status": "String"
}