35 lines
597 B
JSON
35 lines
597 B
JSON
{
|
|
"name": "LaptopFilesBinary",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "LaptopFiles",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"parameters": {
|
|
"Directory": {
|
|
"type": "string"
|
|
},
|
|
"File": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Laptop"
|
|
},
|
|
"annotations": [],
|
|
"type": "Binary",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "FileServerLocation",
|
|
"fileName": {
|
|
"value": "@dataset().File",
|
|
"type": "Expression"
|
|
},
|
|
"folderPath": {
|
|
"value": "@dataset().Directory",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |