Skip to content

Instantly share code, notes, and snippets.

@cloudolaf
Last active June 26, 2017 23:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cloudolaf/172f30d7579f3efafff9f5f0581da0e9 to your computer and use it in GitHub Desktop.
Save cloudolaf/172f30d7579f3efafff9f5f0581da0e9 to your computer and use it in GitHub Desktop.
ADF demo - HttpTableLocation1
{
"$schema": "http://datafactories.schema.management.azure.com/schemas/2015-09-01/Microsoft.DataFactory.Table.json",
"name": "HttpTableLocation1",
"properties": {
"type": "Http",
"linkedServiceName": "WebLinkedService1",
"structure": [
{
"name": "CustomerID",
"type": "Int32"
},
{
"name": "Title",
"type": "String"
},
{
"name": "FirstName",
"type": "String"
},
{
"name": "MiddleName",
"type": "String"
},
{
"name": "LastName",
"type": "String"
}
],
"typeProperties": {
"relativeUrl": "/18l22kx1"
},
"availability": {
"frequency": "Minute",
"interval": 15
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment