Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.26 KB

File metadata and controls

53 lines (39 loc) · 2.26 KB
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

fileDataConnector resource type

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.

Properties

Property Type Description
displayName String The name of the data connector. Inherited from industryDataConnector.

Relationships

Relationship Type Description
sourceSystem microsoft.graph.industryData.sourceSystemDefinition The sourceSystemDefinition this connector is connected to. Inherited from industryDataConnector.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.industryData.fileDataConnector",
  "displayName": "String"
}