{ "name": "LaptopFolders", "properties": { "linkedServiceName": { "referenceName": "LaptopFiles", "type": "LinkedServiceReference" }, "parameters": { "Directory": { "type": "string" } }, "folder": { "name": "Laptop" }, "annotations": [], "type": "DelimitedText", "typeProperties": { "location": { "type": "FileServerLocation", "folderPath": { "value": "@dataset().Directory", "type": "Expression" } }, "columnDelimiter": ",", "escapeChar": "\\", "quoteChar": "\"" }, "schema": [] }, "type": "Microsoft.DataFactory/factories/datasets" }