28 lines
480 B
JSON
28 lines
480 B
JSON
{
|
|
"name": "HTTP_BIN_AdventureWorks",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "HTTP_AWGitHub",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"parameters": {
|
|
"Entity": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"folder": {
|
|
"name": "Labs"
|
|
},
|
|
"annotations": [],
|
|
"type": "Binary",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "HttpServerLocation",
|
|
"relativeUrl": {
|
|
"value": "@{dataset().Entity}.csv",
|
|
"type": "Expression"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |