如何在Azure数据工厂中定义表

时间:2015-11-20 21:29:32

标签: azure hdinsight azure-data-factory cortana-intelligence

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

该怎么回事而不是' ????'我放在那里?关键字未被接受。

0 个答案:

没有答案