Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 3.81 KB

File metadata and controls

63 lines (48 loc) · 3.81 KB
title azureDataLakeConnector resource type
description Represents a connection to data uploaded to an Azure Data Lake.
author mlafleur
ms.localizationpriority medium
ms.subservice industry-data-etl
doc_type resourcePageType
ms.date 07/22/2024

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 JSON representation shows the resource type.

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