fileDataConnector resource type

Namespace: microsoft.graph.industryData

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 is a JSON representation of the resource.

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