| 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 |
Namespace: microsoft.graph.industryData
[!INCLUDE beta-disclaimer]
Represents a connection to data uploaded to an Azure Data Lake.
Inherits from fileDataConnector.
| 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. |
| 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. |
| Relationship | Type | Description |
|---|---|---|
| sourceSystem | microsoft.graph.industryData.sourceSystemDefinition | The sourceSystemDefinition object that this connector is connected to. Inherited from industryDataConnector |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.industryData.azureDataLakeConnector",
"displayName": "String",
"fileFormat": {
"@odata.type": "microsoft.graph.industryData.fileFormatReferenceValue"
}
}