创建 HDInsight On Demand 链接资源时,数据工厂会为 hdinsight 创建一个新容器。我想知道如何创建一个指向该容器的表?这是我的表定义
{
"name": "AzureBlobLocation",
"properties": {
"published": false,
"type": "AzureBlob",
"linkedServiceName": "AzureBlobLinkedService",
"typeProperties": {
"folderPath": "????/Folder1/Folder2/Output/Aggregation/",
"format": {
"type": "TextFormat"
}
},
"availability": {
"frequency": "Day",
"interval": 1
}
}
}
应该用什么代替'????' 我放在那里?不接受的关键字。