22 lines
413 B
JSON
22 lines
413 B
JSON
{
|
|
"name": "ADLS_MyLocalFile",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "AzureDataLakeStorage1",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"folder": {
|
|
"name": "Lab5"
|
|
},
|
|
"annotations": [],
|
|
"type": "Binary",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "AzureBlobFSLocation",
|
|
"fileName": "mylocalfile.txt",
|
|
"folderPath": "Raw",
|
|
"fileSystem": "lakeroot"
|
|
}
|
|
}
|
|
}
|
|
} |