Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 3.79 KB

industrydata-azuredatalakeconnector.md

File metadata and controls

62 lines (47 loc) · 3.79 KB
title description author ms.localizationpriority ms.subservice doc_type
azureDataLakeConnector resource type
Represents a connection to data uploaded to an Azure Data Lake.
mlafleur
medium
industry-data-etl
resourcePageType

azureDataLakeConnector resource type

Namespace: microsoft.graph.industryData

[!INCLUDE beta-disclaimer]

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"
  }
}