A dataset in Data Factory can be defined in a JSON format for programmatic creation as follows:
JSON
{
“name”: ““,
“properties”: {
“type”: ““,
“linkedServiceName”: {
“referenceName”: ““,
“type”: “LinkedServiceReference”,
},
“schema”: [
{
“name”: ““,
“type”: “”
}
],
“typeProperties”: {
““: ““,
““: ““,
}
}
}
Which of the JSON properties are required? (Select all that apply)
Select 3 option(s):