azureDataLakeConnector 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 a connection to data uploaded to an Azure Data Lake.

Inherits from fileDataConnector.

Methods

Method Return type Description
Create microsoft.graph.industryData.azureDataLakeConnector Create a new azureDataLakeConnector object.
Update microsoft.graph.industryData.azureDataLakeConnector Update the properties of an azureDataLakeConnector object.
Get upload session microsoft.graph.industryData.fileUploadSession Retrieve an upload session used to supply file-based data to an inbound flow.

Properties

Property Type Description
displayName String The name of the data connector. Inherited from industryDataConnector.
fileFormat microsoft.graph.industryData.fileFormatReferenceValue The file format that external systems can upload using this connector.

Relationships

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

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.industryData.azureDataLakeConnector",
  "displayName": "String",
  "fileFormat": {
    "@odata.type": "microsoft.graph.industryData.fileFormatReferenceValue"
  }
}