| title | fileDataConnector resource type |
|---|---|
| description | Represents an abstract type that provides the resources to establish a connection with a file-based data source. |
| 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 type that provides the resources to establish a connection with a file-based data source.
Inherits from industryDataConnector.
Base type of azureDataLakeConnector.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the data connector. Inherited from industryDataConnector. |
| Relationship | Type | Description |
|---|---|---|
| sourceSystem | microsoft.graph.industryData.sourceSystemDefinition | The sourceSystemDefinition this connector is connected to. Inherited from industryDataConnector. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.fileDataConnector",
"displayName": "String"
}