| title | industryDataActivity resource type |
|---|---|
| description | Represents an abstract base type for all activities that are run by the underlying scheduler. |
| 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 all activities that are run by the underlying scheduler.
Base type of inboundFlow.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the activity. Maximum supported length is 100 characters. |
| readinessStatus | microsoft.graph.industryData.readinessStatus | The state of the activity from creation through to ready to do work. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.industryDataActivity",
"displayName": "String",
"readinessStatus": "String"
}