1

创建 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
    }
}
}

应该用什么代替'????' 我放在那里?不接受的关键字。

4

1 回答 1

1

我应该使用关键字“容器”来指向工作容器。

于 2015-11-24T00:06:39.790 回答