共用方式為


Microsoft.DataFactory factoryies/datasets 2018-06-01

Bicep 資源定義

工廠/資料集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factoryies/datasets 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.DataFactory/factories/datasets@2018-06-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    annotations: [
      any(Azure.Bicep.Types.Concrete.AnyType)
    ]
    description: 'string'
    folder: {
      name: 'string'
    }
    linkedServiceName: {
      parameters: {
        {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
      }
      referenceName: 'string'
      type: 'string'
    }
    parameters: {
      {customized property}: {
        defaultValue: any(Azure.Bicep.Types.Concrete.AnyType)
        type: 'string'
      }
    }
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    structure: any(Azure.Bicep.Types.Concrete.AnyType)
    type: 'string'
    // For remaining properties, see Dataset objects
  }
}

DatasetStorageFormat 物件

設定 類型 屬性,以指定物件的類型。

針對 AvroFormat,請使用:

{
  type: 'AvroFormat'
}

針對 JsonFormat,請使用:

{
  encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
  filePattern: any(Azure.Bicep.Types.Concrete.AnyType)
  jsonNodeReference: any(Azure.Bicep.Types.Concrete.AnyType)
  jsonPathDefinition: any(Azure.Bicep.Types.Concrete.AnyType)
  nestingSeparator: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'JsonFormat'
}

針對 OrcFormat,請使用:

{
  type: 'OrcFormat'
}

針對 ParquetFormat,請使用:

{
  type: 'ParquetFormat'
}

針對 TextFormat,請使用:

{
  columnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
  encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
  escapeChar: any(Azure.Bicep.Types.Concrete.AnyType)
  firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
  nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
  quoteChar: any(Azure.Bicep.Types.Concrete.AnyType)
  rowDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
  skipLineCount: any(Azure.Bicep.Types.Concrete.AnyType)
  treatEmptyAsNull: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'TextFormat'
}

數據集物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonMWSObject,請使用:

{
  type: 'AmazonMWSObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AmazonRdsForOracleTable,請使用:

{
  type: 'AmazonRdsForOracleTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AmazonRdsForSqlServerTable,請使用:

{
  type: 'AmazonRdsForSqlServerTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AmazonRedshiftTable,請使用:

{
  type: 'AmazonRedshiftTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AmazonS3Object,請使用:

{
  type: 'AmazonS3Object'
  typeProperties: {
    bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    key: any(Azure.Bicep.Types.Concrete.AnyType)
    modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
    modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
    prefix: any(Azure.Bicep.Types.Concrete.AnyType)
    version: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Avro,請使用:

{
  type: 'Avro'
  typeProperties: {
    avroCompressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
    avroCompressionLevel: int
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 AzureBlob,請使用:

{
  type: 'AzureBlob'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    fileName: any(Azure.Bicep.Types.Concrete.AnyType)
    folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
    modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
    tableRootLocation: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 azureBlobFSFile,請使用:

{
  type: 'AzureBlobFSFile'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    fileName: any(Azure.Bicep.Types.Concrete.AnyType)
    folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDataExplorerTable,請使用:

{
  type: 'AzureDataExplorerTable'
  typeProperties: {
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureDataLakeStoreFile,請使用:

{
  type: 'AzureDataLakeStoreFile'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    fileName: any(Azure.Bicep.Types.Concrete.AnyType)
    folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDatabricksDeltaLakeDataset,請使用:

{
  type: 'AzureDatabricksDeltaLakeDataset'
  typeProperties: {
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureMariaDBTable,請使用:

{
  type: 'AzureMariaDBTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureMySqlTable,請使用:

{
  type: 'AzureMySqlTable'
  typeProperties: {
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzurePostgreSqlTable,請使用:

{
  type: 'AzurePostgreSqlTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 azureSearchIndex,請使用:

{
  type: 'AzureSearchIndex'
  typeProperties: {
    indexName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSqlDWTable,請使用:

{
  type: 'AzureSqlDWTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSqlMITable,請使用:

{
  type: 'AzureSqlMITable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureSqlTable,請使用:

{
  type: 'AzureSqlTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 AzureTable,請使用:

{
  type: 'AzureTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Binary,請使用:

{
  type: 'Binary'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 CassandraTable,請使用:

{
  type: 'CassandraTable'
  typeProperties: {
    keyspace: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CommonDataServiceForAppsEntity,請使用:

{
  type: 'CommonDataServiceForAppsEntity'
  typeProperties: {
    entityName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ConcurObject,請使用:

{
  type: 'ConcurObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CosmosDbMongoDbApiCollection,請使用:

{
  type: 'CosmosDbMongoDbApiCollection'
  typeProperties: {
    collection: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CosmosDbSqlApiCollection,請使用:

{
  type: 'CosmosDbSqlApiCollection'
  typeProperties: {
    collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CouchbaseTable,請使用:

{
  type: 'CouchbaseTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 CustomDataset,請使用:

{
  type: 'CustomDataset'
  typeProperties: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 Db2Table,請使用:

{
  type: 'Db2Table'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DelimitedText,請使用:

{
  type: 'DelimitedText'
  typeProperties: {
    columnDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
    compressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
    compressionLevel: any(Azure.Bicep.Types.Concrete.AnyType)
    encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
    escapeChar: any(Azure.Bicep.Types.Concrete.AnyType)
    firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
    quoteChar: any(Azure.Bicep.Types.Concrete.AnyType)
    rowDelimiter: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DocumentDbCollection,請使用:

{
  type: 'DocumentDbCollection'
  typeProperties: {
    collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DrillTable,請使用:

{
  type: 'DrillTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DynamicsAXResource,請使用:

{
  type: 'DynamicsAXResource'
  typeProperties: {
    path: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DynamicsCrmEntity,請使用:

{
  type: 'DynamicsCrmEntity'
  typeProperties: {
    entityName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 DynamicsEntity,請使用:

{
  type: 'DynamicsEntity'
  typeProperties: {
    entityName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 EloquaObject,請使用:

{
  type: 'EloquaObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Excel,請使用:

{
  type: 'Excel'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    firstRowAsHeader: any(Azure.Bicep.Types.Concrete.AnyType)
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
    range: any(Azure.Bicep.Types.Concrete.AnyType)
    sheetIndex: any(Azure.Bicep.Types.Concrete.AnyType)
    sheetName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 FileShare,請使用:

{
  type: 'FileShare'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    fileFilter: any(Azure.Bicep.Types.Concrete.AnyType)
    fileName: any(Azure.Bicep.Types.Concrete.AnyType)
    folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd: any(Azure.Bicep.Types.Concrete.AnyType)
    modifiedDatetimeStart: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 GoogleAdWordsObject,請使用:

{
  type: 'GoogleAdWordsObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 GoogleBigQueryObject,請使用:

{
  type: 'GoogleBigQueryObject'
  typeProperties: {
    dataset: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 GoogleBigQueryV2Object,請使用:

{
  type: 'GoogleBigQueryV2Object'
  typeProperties: {
    dataset: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 GreenplumTable,請使用:

{
  type: 'GreenplumTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 HBaseObject,請使用:

{
  type: 'HBaseObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 HiveObject,請使用:

{
  type: 'HiveObject'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 HttpFile,請使用:

{
  type: 'HttpFile'
  typeProperties: {
    additionalHeaders: any(Azure.Bicep.Types.Concrete.AnyType)
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    format: {
      deserializer: any(Azure.Bicep.Types.Concrete.AnyType)
      serializer: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
    requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 HubspotObject,請使用:

{
  type: 'HubspotObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Iceberg,請使用:

{
  type: 'Iceberg'
  typeProperties: {
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 ImpalaObject,請使用:

{
  type: 'ImpalaObject'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 InformixTable,請使用:

{
  type: 'InformixTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 JiraObject,請使用:

{
  type: 'JiraObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Json,請使用:

{
  type: 'Json'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 LakeHouseTable,請使用:

{
  type: 'LakeHouseTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MagentoObject,請使用:

{
  type: 'MagentoObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MariaDBTable,請使用:

{
  type: 'MariaDBTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MarketoObject,請使用:

{
  type: 'MarketoObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MicrosoftAccessTable,請使用:

{
  type: 'MicrosoftAccessTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MongoDbAtlasCollection,請使用:

{
  type: 'MongoDbAtlasCollection'
  typeProperties: {
    collection: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MongoDbCollection,請使用:

{
  type: 'MongoDbCollection'
  typeProperties: {
    collectionName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MongoDbV2Collection,請使用:

{
  type: 'MongoDbV2Collection'
  typeProperties: {
    collection: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 MySqlTable,請使用:

{
  type: 'MySqlTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 netezzaTable ,請使用:

{
  type: 'NetezzaTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ODataResource,請使用:

{
  type: 'ODataResource'
  typeProperties: {
    path: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 OdbcTable,請使用:

{
  type: 'OdbcTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Office365Table,請使用:

{
  type: 'Office365Table'
  typeProperties: {
    predicate: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 OracleServiceCloudObject,請使用:

{
  type: 'OracleServiceCloudObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 OracleTable,請使用:

{
  type: 'OracleTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Orc,請使用:

{
  type: 'Orc'
  typeProperties: {
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    orcCompressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Parquet,請使用:

{
  type: 'Parquet'
  typeProperties: {
    compressionCodec: any(Azure.Bicep.Types.Concrete.AnyType)
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 PaypalObject,請使用:

{
  type: 'PaypalObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 PhoenixObject,請使用:

{
  type: 'PhoenixObject'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 PostgreSqlTable,請使用:

{
  type: 'PostgreSqlTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 PostgreSqlV2Table,請使用:

{
  type: 'PostgreSqlV2Table'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 PrestoObject,請使用:

{
  type: 'PrestoObject'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 QuickBooksObject,請使用:

{
  type: 'QuickBooksObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 RelationalTable,請使用:

{
  type: 'RelationalTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ResponsysObject,請使用:

{
  type: 'ResponsysObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 RestResource,請使用:

{
  type: 'RestResource'
  typeProperties: {
    additionalHeaders: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    paginationRules: {
      {customized property}: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
    requestBody: any(Azure.Bicep.Types.Concrete.AnyType)
    requestMethod: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SalesforceMarketingCloudObject,請使用:

{
  type: 'SalesforceMarketingCloudObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SalesforceObject,請使用:

{
  type: 'SalesforceObject'
  typeProperties: {
    objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SalesforceServiceCloudObject,請使用:

{
  type: 'SalesforceServiceCloudObject'
  typeProperties: {
    objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SalesforceServiceCloudV2Object,請使用:

{
  type: 'SalesforceServiceCloudV2Object'
  typeProperties: {
    objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
    reportId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SalesforceV2Object,請使用:

{
  type: 'SalesforceV2Object'
  typeProperties: {
    objectApiName: any(Azure.Bicep.Types.Concrete.AnyType)
    reportId: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapBwCube,請使用:

{
  type: 'SapBwCube'
}

針對 SapCloudForCustomerResource,請使用:

{
  type: 'SapCloudForCustomerResource'
  typeProperties: {
    path: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapEccResource,請使用:

{
  type: 'SapEccResource'
  typeProperties: {
    path: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapHanaTable,請使用:

{
  type: 'SapHanaTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapOdpResource,請使用:

{
  type: 'SapOdpResource'
  typeProperties: {
    context: any(Azure.Bicep.Types.Concrete.AnyType)
    objectName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapOpenHubTable,請使用:

{
  type: 'SapOpenHubTable'
  typeProperties: {
    baseRequestId: any(Azure.Bicep.Types.Concrete.AnyType)
    excludeLastRequest: any(Azure.Bicep.Types.Concrete.AnyType)
    openHubDestinationName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SapTableResource,請使用:

{
  type: 'SapTableResource'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ServiceNowObject,請使用:

{
  type: 'ServiceNowObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ServiceNowV2Object,請使用:

{
  type: 'ServiceNowV2Object'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

若為 SharePointOnlineListResource,請使用:

{
  type: 'SharePointOnlineListResource'
  typeProperties: {
    listName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ShopifyObject,請使用:

{
  type: 'ShopifyObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SnowflakeTable,請使用:

{
  type: 'SnowflakeTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SnowflakeV2Table,請使用:

{
  type: 'SnowflakeV2Table'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SparkObject,請使用:

{
  type: 'SparkObject'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SqlServerTable,請使用:

{
  type: 'SqlServerTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SquareObject,請使用:

{
  type: 'SquareObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 SybaseTable,請使用:

{
  type: 'SybaseTable'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 TeradataTable,請使用:

{
  type: 'TeradataTable'
  typeProperties: {
    database: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 VerticaTable,請使用:

{
  type: 'VerticaTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 WarehouseTable,請使用:

{
  type: 'WarehouseTable'
  typeProperties: {
    schema: any(Azure.Bicep.Types.Concrete.AnyType)
    table: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 WebTable,請使用:

{
  type: 'WebTable'
  typeProperties: {
    index: any(Azure.Bicep.Types.Concrete.AnyType)
    path: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 XeroObject,請使用:

{
  type: 'XeroObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 Xml,請使用:

{
  type: 'Xml'
  typeProperties: {
    compression: {
      level: any(Azure.Bicep.Types.Concrete.AnyType)
      type: any(Azure.Bicep.Types.Concrete.AnyType)
    }
    encodingName: any(Azure.Bicep.Types.Concrete.AnyType)
    location: {
      fileName: any(Azure.Bicep.Types.Concrete.AnyType)
      folderPath: any(Azure.Bicep.Types.Concrete.AnyType)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

針對 ZohoObject,請使用:

{
  type: 'ZohoObject'
  typeProperties: {
    tableName: any(Azure.Bicep.Types.Concrete.AnyType)
  }
}

DatasetLocation 物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonS3CompatibleLocation,請使用:

{
  bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'AmazonS3CompatibleLocation'
  version: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 AmazonS3Location,請使用:

{
  bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'AmazonS3Location'
  version: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 AzureBlobFSLocation,請使用:

{
  fileSystem: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'AzureBlobFSLocation'
}

針對 AzureBlobStorageLocation,請使用:

{
  container: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'AzureBlobStorageLocation'
}

針對 AzureDataLakeStoreLocation,請使用:

{
  type: 'AzureDataLakeStoreLocation'
}

針對 AzureFileStorageLocation,請使用:

{
  type: 'AzureFileStorageLocation'
}

針對 FileServerLocation,請使用:

{
  type: 'FileServerLocation'
}

針對 FtpServerLocation,請使用:

{
  type: 'FtpServerLocation'
}

針對 GoogleCloudStorageLocation,請使用:

{
  bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'GoogleCloudStorageLocation'
  version: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 HdfsLocation,請使用:

{
  type: 'HdfsLocation'
}

針對 HttpServerLocation,請使用:

{
  relativeUrl: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'HttpServerLocation'
}

針對 LakeHouseLocation,請使用:

{
  type: 'LakeHouseLocation'
}

針對 OracleCloudStorageLocation,請使用:

{
  bucketName: any(Azure.Bicep.Types.Concrete.AnyType)
  type: 'OracleCloudStorageLocation'
  version: any(Azure.Bicep.Types.Concrete.AnyType)
}

針對 SftpLocation,請使用:

{
  type: 'SftpLocation'
}

屬性值

AmazonMWSObjectDataset

名字 描述 價值
類型 數據集的類型。 'AmazonMWSObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForOracleTable' (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名字 描述 價值
圖式 AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRdsForSqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForSqlServerTable' (必要)
typeProperties 適用於 SQL Server 資料集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRedshiftTable' (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名字 描述 價值
圖式 Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AmazonS3CompatibleLocation

名字 描述 價值
bucketName 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3CompatibleLocation' (必要)
版本 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Dataset

名字 描述 價值
類型 數據集的類型。 'AmazonS3Object' (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名字 描述 價值
bucketName Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
壓縮 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
鑰匙 Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeEnd S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
前綴 S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 任何
版本 S3 物件的版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Location

名字 描述 價值
bucketName 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3Location' (必要)
版本 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 任何

AvroDataset

名字 描述 價值
類型 數據集的類型。 'Avro' (必要)
typeProperties Avro 數據集屬性。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名字 描述 價值
avroCompressionCodec data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 任何
avroCompressionLevel int

約束:
最小值 = 1
最大值 = 9
位置 avro 記憶體的位置。 DatasetLocation (必要)

AvroFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'AvroFormat' (必要)

AzureBlobDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlob' (必要)
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Blob 記憶體的格式。 DatasetStorageFormat
modifiedDatetimeEnd Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
tableRootLocation Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 任何

AzureBlobFSDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlobFSFile' (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Data Lake Storage Gen2 記憶體的格式。 DatasetStorageFormat

AzureBlobFSLocation

名字 描述 價值
fileSystem 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobFSLocation' (必要)

AzureBlobStorageLocation

名字 描述 價值
容器 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobStorageLocation' (必要)

AzureDatabricksDeltaLakeDataset

名字 描述 價值
類型 數據集的類型。 'AzureDatabricksDeltaLakeDataset' (必要)
typeProperties 此數據集類型特有的屬性。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名字 描述 價值
資料庫 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerDatasetTypeProperties

名字 描述 價值
桌子 Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataExplorerTable' (必要)
typeProperties Azure 資料總管 (Kusto) 資料集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataLakeStoreDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataLakeStoreFile' (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名字 描述 價值
壓縮 Azure Data Lake Store 中用於專案的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Data Lake Store 的格式。 DatasetStorageFormat

AzureDataLakeStoreLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureDataLakeStoreLocation' (必要)

AzureFileStorageLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureFileStorageLocation' (必要)

AzureMariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMySqlTable' (必要)
typeProperties Azure MySQL 資料庫數據集屬性。 AzureMySqlTableDatasetTypeProperties (必要)

AzureMySqlTableDatasetTypeProperties

名字 描述 價值
桌子 Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzurePostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzurePostgreSqlTable' (必要)
typeProperties 此數據集類型特有的屬性。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 任何

AzureSearchIndexDataset

名字 描述 價值
類型 數據集的類型。 'AzureSearchIndex' (必要)
typeProperties 此數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名字 描述 價值
indexName Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDWTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlDWTable' (必要)
typeProperties Azure SQL 數據倉儲數據集屬性。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlMITableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlMITable' (必要)
typeProperties Azure SQL 受控實例數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlTable' (必要)
typeProperties Azure SQL 資料集屬性。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureTable' (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名字 描述 價值
tableName Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

BinaryDataset

名字 描述 價值
類型 數據集的類型。 'Binary' (必要)
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名字 描述 價值
壓縮 用於二進位數據集的數據壓縮方法。 DatasetCompression
位置 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

名字 描述 價值
類型 數據集的類型。 'CassandraTable' (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名字 描述 價值
keyspace Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 任何
tableName Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsEntityDataset

名字 描述 價值
類型 數據集的類型。 'CommonDataServiceForAppsEntity' (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurObjectDataset

名字 描述 價值
類型 數據集的類型。 'ConcurObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbMongoDbApiCollection' (必要)
typeProperties CosmosDB (MongoDB API) 資料庫數據集屬性。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名字 描述 價值
收集 CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CosmosDbSqlApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbSqlApiCollection' (必要)
typeProperties CosmosDB (SQL API) 集合數據集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名字 描述 價值
collectionName CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CouchbaseTableDataset

名字 描述 價值
類型 數據集的類型。 'CouchbaseTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CustomDataset

名字 描述 價值
類型 數據集的類型。 'CustomDataset' (必要)
typeProperties 自訂數據集屬性。 任何

數據

名字 描述 價值
附註 可用於描述數據集的標記清單。 any[]
描述 數據集描述。 字串
資料夾 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 DatasetFolder
linkedServiceName 鏈接的服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
圖式 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 任何
結構 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 任何
類型 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 設定為 'CommonDataServiceForAppsEntity'。 針對 concurObjectDataset 類型設定為 'ConcurObject',。 針對 CosmosDbMongoDbApiCollectionDataset 類型設定為 'CosmosDbMongoDbApiCollectionDataset'。 針對 CosmosDbSqlApiCollectionDataset 類型設定為 'CosmosDbSqlApiCollectionDataset',。 針對 couchbaseTableDataset 類型設定為 'CouchbaseTable',。 針對 customDataset 類型設定為 'CustomDataset',。 將 類型設定為 'Db2Table',Db2TableDataset。 針對 DelimitedTextDataset 類型 設定為 'DelimitedText',。 針對 DocumentDbCollectionDataset 類型設定為 'DocumentDbCollection',。 針對 DrillTableDataset 類型 設定為 'DrillTable',。 針對 DynamicsAXResourceDataset 類型設定為 'DynamicsAXResource',。 針對 DynamicsCrmEntityDataset類型 設定為 'DynamicsCrmEntity'。 針對 DynamicsEntityDataset 類型設定為 'DynamicsEntity',。 針對類型 EloquaObjectDataset,設定為 'EloquaObject'。 將 類型設定為 'Excel',ExcelDataset。 針對 FileShareDataset 類型 設定為 'FileShare',。 針對 GoogleAdWordsObjectDataset 類型設定為 'GoogleAdWordsObject',。 針對 GoogleBigQueryObjectDataset 類型設定為 'GoogleBigQueryObject',。 針對 GoogleBigQueryV2ObjectDataset 類型設定為 'GoogleBigQueryV2ObjectDataset',。 針對 greenplumTableDataset 類型 設定為 'GreenplumTable',。 針對 HBaseObjectDataset 類型 設定為 'HBaseObject',。 針對HiveObjectDataset類型 設定為 'HiveObject',。 將 類型設定為 'HttpFile',HttpDataset。 針對 HubspotObjectDataset 類型設定為 'HubspotObject',。 針對 icebergDataset 類型 設定為 'Iceberg',。 針對impalaObjectDataset類型 設定為 'ImpalaObject',。 針對 informixTableDataset 類型 設定為 'InformixTable',。 將 類型設定為 'JiraObject',JiraObjectDataset。 針對 jsonDataset 類型 設定為 『Json』,。 將 類型設定為 'LakeHouseTable',LakeHouseTableDataset。 針對 MagentoObjectDataset 類型設定為 'MagentoObject',。 設定為 'MariaDBTable' 類型 MariaDBTableDataset。 將 類型設定為 'MarketoObject',MarketoObjectDataset。 將 類型設定為 'MicrosoftAccessTable',MicrosoftAccessTableDataset。 針對 mongoDbAtlasCollection 資料類型 設定為 'MongoDbAtlasCollection',。 針對 mongoDbCollectionDataset類型 設定為 'MongoDbCollection'。 針對 mongoDbV2Collection 資料類型 設定為 'MongoDbV2Collection',。 將 類型設定為 'MySqlTable',MySqlTableDataset。 針對 netezzaTableDataset 類型設定為 'NetezzaTable',。 將 類型設定為 'ODataResource' ODataResourceDataset。 將 類型設定為 'OdbcTable' OdbcTableDataset。 將 類型設定為 'Office365Table',Office365Dataset。 針對 OracleServiceCloudObjectDataset 類型設定為 'OracleServiceCloudObject',。 針對 OracleTableDataset 類型設定為 'OracleTable',。 針對 OrcDataset 類型設定為 'Orc',。 將 類型設定為 'Parquet',ParquetDataset。 針對 PaypalObject 資料類型 設定為 'PaypalObject',。 針對 phoenixObjectDataset 類型設定為 'PhoenixObject',。 針對 postgreSqlTableDataset 類型設定為 'PostgreSqlTable',。 針對 postgreSqlV2Table 類型設定為 'PostgreSqlV2Table',PostgreSqlV2TableDataset。 針對 prestoObject 資料類型設定為 'PrestoObject ',。 將 QuickBooksObjectDataset 類型設定為 'QuickBooksObject',。 將 類型設定為 'RelationalTable',RelationalTableDataset。 針對類型 ResponsysObjectDataset設定為 'ResponsysObject'。 針對 restResourceDataset 類型 設定為 'RestResource',。 針對 salesforceMarketingCloudObject 類型 設定為 'SalesforceMarketingCloudObject',。 針對 salesforceObject 資料類型 設定為 'SalesforceObject',。 針對 salesforceServiceCloudObject 類型 設定為 'SalesforceServiceCloudObject',。 針對 salesforceServiceCloudV2Object 類型 設定為 'SalesforceServiceCloudV2Object',。 針對 salesforceV2Object 類型 設定為 'SalesforceV2Object',。 針對 sapBwCube 資料類型設定為 'SapBwCube',sapBwCubeDataset。 針對 SapCloudForCustomerResourceDataset 類型設定為 'SapCloudForCustomerResourceResource',。 針對 SapEccResourceDataset 類型設定為 'SapEccResource',。 針對 sapHanaTableDataset 類型 設定為 'SapHanaTable',。 針對 SapOdpResourceDataset 類型設定為 'SapOdpResource',。 針對 SapOpenHubTableDataset 類型設定為 'SapOpenHubTable',。 針對 sapTableResourceDataset 類型 設定為 'SapTableResource',。 將 類型設定為 'ServiceNowObject' ServiceNowObjectDataset。 針對 type ServiceNowV2ObjectDataset,設定為 'ServiceNowV2Object'。 將 設定為 'SharePointOnlineListResource' 類型 SharePointOnlineListResourceDataset。 設定為 'ShopifyObject' 類型 ShopifyObjectDataset。 針對 snowflakeDataset 類型設定為 'SnowflakeTable',。 針對類型 SnowflakeV2Dataset,設定為 'SnowflakeV2Table'。 針對sparkObjectDataset類型 設定為 'SparkObject',。 將 類型設定為 'SqlServerTable',SqlServerTableDataset。 設定為 'SquareObject' 類型 SquareObjectDataset。 針對 SybaseTableDataset 類型 設定為 'SybaseTable',。 將 類型設定為 'TeradataTable',TeradataTableDataset。 將 類型設定為 'VerticaTable',VerticaTableDataset。 針對 warehouseTableDataset 類型 設定為 'WarehouseTable',。 將 類型設定為 'WebTable',WebTableDataset。 針對 XeroObjectDataset 類型 設定為 'XeroObject',。 將 類型設定為 'Xml',XmlDataset。 針對類型 ZohoObjectDataset設定為 'ZohoObject'。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
冰山”
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakeHouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必要)

DatasetCompression

名字 描述 價值
水準 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 任何
類型 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 任何 (必要)

DatasetFolder

名字 描述 價值
名字 此數據集位於的資料夾名稱。 字串

DatasetLocation

名字 描述 價值
檔名 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 任何
folderPath 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) 任何
類型 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation'。 針對 ftpServerLocation 類型設定為 'FtpServerLocation'。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必要)

DatasetStorageFormat

名字 描述 價值
還原串行化程式 還原串行化程式。 Type:string (或 expression with resultType string) 。 任何
串行化程式 串行化程式。 Type:string (或 expression with resultType string) 。 任何
類型 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必要)

Db2TableDataset

名字 描述 價值
類型 數據集的類型。 'Db2Table' (必要)
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名字 描述 價值
圖式 Db2 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DelimitedTextDataset

名字 描述 價值
類型 數據集的類型。 'DelimitedText' (必要)
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
compressionLevel 用於 DelimitedText 的數據壓縮方法。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何

DocumentDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'DocumentDbCollection' (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

DrillDatasetTypeProperties

名字 描述 價值
圖式 Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DrillTableDataset

名字 描述 價值
類型 數據集的類型。 'DrillTable' (必要)
typeProperties 此數據集類型特有的屬性。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsAXResource' (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 DynamicsAXResourceDatasetTypeProperties (必要)

DynamicsAXResourceDatasetTypeProperties

名字 描述 價值
路徑 Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

DynamicsCrmEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsCrmEntity' (必要)
typeProperties Dynamics CRM 實體數據集屬性。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsEntity' (必要)
typeProperties Dynamics 實體數據集屬性。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaObjectDataset

名字 描述 價值
類型 數據集的類型。 'EloquaObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ExcelDataset

名字 描述 價值
類型 數據集的類型。 'Excel' (必要)
typeProperties Excel 資料集屬性。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
範圍 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 任何
sheetIndex excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) 任何
sheetName Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 任何

FileServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FileServerLocation' (必要)

FileShareDataset

名字 描述 價值
類型 數據集的類型。 'FileShare' (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名字 描述 價值
壓縮 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 任何
檔名 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 檔案格式。 DatasetStorageFormat
modifiedDatetimeEnd 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 任何

FtpServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FtpServerLocation' (必要)

GenericDatasetTypeProperties

名字 描述 價值
tableName 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleAdWordsObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 任何

GoogleBigQueryObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryObject' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleBigQueryV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

名字 描述 價值
bucketName 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'GoogleCloudStorageLocation' (必要)
版本 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 任何

GreenplumDatasetTypeProperties

名字 描述 價值
圖式 Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

GreenplumTableDataset

名字 描述 價值
類型 數據集的類型。 'GreenplumTable' (必要)
typeProperties 此數據集類型特有的屬性。 GreenplumDatasetTypeProperties

HBaseObjectDataset

名字 描述 價值
類型 數據集的類型。 'HBaseObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

HdfsLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'HdfsLocation' (必要)

HiveDatasetTypeProperties

名字 描述 價值
圖式 Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

HiveObjectDataset

名字 描述 價值
類型 數據集的類型。 'HiveObject' (必要)
typeProperties 此數據集類型特有的屬性。 HiveDatasetTypeProperties

HttpDataset

名字 描述 價值
類型 數據集的類型。 'HttpFile' (必要)
typeProperties 此數據集類型特有的屬性。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名字 描述 價值
additionalHeaders HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。
任何
壓縮 檔案上使用的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 任何
requestBody HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 任何

HttpServerLocation

名字 描述 價值
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'HttpServerLocation' (必要)

HubspotObjectDataset

名字 描述 價值
類型 數據集的類型。 'HubspotObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

IcebergDataset

名字 描述 價值
類型 數據集的類型。 冰山“(必要)
typeProperties Iceberg 資料集屬性。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

名字 描述 價值
位置 冰山儲存區的位置。 冰山格式不允許設定檔名。 DatasetLocation (必要)

ImpalaDatasetTypeProperties

名字 描述 價值
圖式 Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ImpalaObjectDataset

名字 描述 價值
類型 數據集的類型。 'ImpalaObject' (必要)
typeProperties 此數據集類型特有的屬性。 ImpalaDatasetTypeProperties

InformixTableDataset

名字 描述 價值
類型 數據集的類型。 'InformixTable' (必要)
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名字 描述 價值
tableName Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

JiraObjectDataset

名字 描述 價值
類型 數據集的類型。 'JiraObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

JsonDataset

名字 描述 價值
類型 數據集的類型。 'Json' (必要)
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)

JsonFormat

名字 描述 價值
encodingName 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 任何
filePattern JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 任何
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 任何
jsonPathDefinition 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 任何
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存格式的類型。 'JsonFormat' (必要)

LakeHouseLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'LakeHouseLocation' (必要)

LakeHouseTableDataset

名字 描述 價值
類型 數據集的類型。 'LakeHouseTable' (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft Fabric LakeHouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft Fabric LakeHouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MagentoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'MariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MarketoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MarketoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

Microsoft.DataFactory/factories/datasets

名字 描述 價值
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:處理站
性能 數據集屬性。 資料集 (必要)

MicrosoftAccessTableDataset

名字 描述 價值
類型 數據集的類型。 'MicrosoftAccessTable' (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名字 描述 價值
tableName Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbAtlasCollection' (必要)
typeProperties MongoDB Atlas 資料庫數據集屬性。 MongoDbAtlasCollectionDatasetTypeProperties (必要)

MongoDbAtlasCollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbCollection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbV2CollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbV2Collection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbV2CollectionDatasetTypeProperties (必要)

MongoDbV2CollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'MySqlTable' (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名字 描述 價值
tableName MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

NetezzaTableDataset

名字 描述 價值
類型 數據集的類型。 'NetezzaTable' (必要)
typeProperties 此數據集類型特有的屬性。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名字 描述 價值
圖式 Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ODataResourceDataset

名字 描述 價值
類型 數據集的類型。 'ODataResource' (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名字 描述 價值
路徑 OData 資源路徑。 Type:string (或 expression with resultType string) 。 任何

OdbcTableDataset

名字 描述 價值
類型 數據集的類型。 'OdbcTable' (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名字 描述 價值
tableName ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

Office365Dataset

名字 描述 價值
類型 數據集的類型。 'Office365Table' (必要)
typeProperties Office365 數據集屬性。 Office365DatasetTypeProperties (必要)

Office365DatasetTypeProperties

名字 描述 價值
謂語 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 任何
tableName 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLocation

名字 描述 價值
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'OracleCloudStorageLocation' (必要)
版本 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 任何

OracleServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'OracleServiceCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

OracleTableDataset

名字 描述 價值
類型 數據集的類型。 'OracleTable' (必要)
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名字 描述 價值
圖式 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

OrcDataset

名字 描述 價值
類型 數據集的類型。 'Orc' (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名字 描述 價值
位置 ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 任何

OrcFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'OrcFormat' (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParquetDataset

名字 描述 價值
類型 數據集的類型。 'Parquet' (必要)
typeProperties Parquet 資料集屬性。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名字 描述 價值
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
位置 parquet 記憶體的位置。 DatasetLocation (必要)

ParquetFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'ParquetFormat' (必要)

PaypalObjectDataset

名字 描述 價值
類型 數據集的類型。 'PaypalObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

名字 描述 價值
圖式 Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PhoenixObjectDataset

名字 描述 價值
類型 數據集的類型。 'PhoenixObject' (必要)
typeProperties 此數據集類型特有的屬性。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlTable' (必要)
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PostgreSqlV2TableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlV2Table' (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

PrestoDatasetTypeProperties

名字 描述 價值
圖式 Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PrestoObjectDataset

名字 描述 價值
類型 數據集的類型。 'PrestoObject' (必要)
typeProperties 此數據集類型特有的屬性。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

名字 描述 價值
類型 數據集的類型。 'QuickBooksObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

名字 描述 價值
類型 數據集的類型。 'RelationalTable' (必要)
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名字 描述 價值
tableName 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 任何

ResponsysObjectDataset

名字 描述 價值
類型 數據集的類型。 'ResponsysObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RestResourceDataset

名字 描述 價值
類型 數據集的類型。 'RestResource' (必要)
typeProperties 此數據集類型特有的屬性。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名字 描述 價值
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 撰寫下一頁要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 任何
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 任何

RestResourceDatasetTypePropertiesAdditionalHeaders

名字 描述 價值

RestResourceDatasetTypePropertiesPaginationRules

名字 描述 價值

SalesforceMarketingCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceMarketingCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SalesforceObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceObject' (必要)
typeProperties Salesforce 對象資料集屬性。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudObject' (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudV2Object' (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceV2Object' (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 任何

SapBwCubeDataset

名字 描述 價值
類型 數據集的類型。 'SapBwCube' (必要)

SapCloudForCustomerResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapCloudForCustomerResource' (必要)
typeProperties SAP Cloud For Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapEccResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapEccResource' (必要)
typeProperties SAP ECC OData 資源數據集屬性。 SapEccResourceDatasetTypeProperties (必要)

SapEccResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapHanaTableDataset

名字 描述 價值
類型 數據集的類型。 'SapHanaTable' (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名字 描述 價值
圖式 SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapOdpResource' (必要)
typeProperties SAP ODP 資源屬性。 SapOdpResourceDatasetTypeProperties (必要)

SapOdpResourceDatasetTypeProperties

名字 描述 價值
上下文 SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 任何 (必要)
objectName SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapOpenHubTableDataset

名字 描述 價值
類型 數據集的類型。 'SapOpenHubTable' (必要)
typeProperties Sap Business Warehouse Open Hub 目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名字 描述 價值
baseRequestId 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 任何
excludeLastRequest 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
openHubDestinationName [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapTableResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapTableResource' (必要)
typeProperties SAP 資料表資源屬性。 SapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

名字 描述 價值
tableName SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

ServiceNowObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SftpLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'SftpLocation' (必要)

SharePointOnlineListDatasetTypeProperties

名字 描述 價值
listName SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListResourceDataset

名字 描述 價值
類型 數據集的類型。 'SharePointOnlineListResource' (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

名字 描述 價值
類型 數據集的類型。 'ShopifyObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SnowflakeDataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeTable' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

名字 描述 價值
圖式 Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SnowflakeV2Dataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeV2Table' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkDatasetTypeProperties

名字 描述 價值
圖式 Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SparkObjectDataset

名字 描述 價值
類型 數據集的類型。 'SparkObject' (必要)
typeProperties 此數據集類型特有的屬性。 SparkDatasetTypeProperties

SqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'SqlServerTable' (必要)
typeProperties 內部部署 SQL Server 資料集屬性。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SquareObjectDataset

名字 描述 價值
類型 數據集的類型。 'SquareObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SybaseTableDataset

名字 描述 價值
類型 數據集的類型。 'SybaseTable' (必要)
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名字 描述 價值
tableName Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataTableDataset

名字 描述 價值
類型 數據集的類型。 'TeradataTable' (必要)
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名字 描述 價值
資料庫 Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TextFormat

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 任何
treatEmptyAsNull 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
類型 數據集儲存格式的類型。 'TextFormat' (必要)

VerticaDatasetTypeProperties

名字 描述 價值
圖式 Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

VerticaTableDataset

名字 描述 價值
類型 數據集的類型。 'VerticaTable' (必要)
typeProperties 此數據集類型特有的屬性。 VerticaDatasetTypeProperties

WarehouseTableDataset

名字 描述 價值
類型 數據集的類型。 'WarehouseTable' (必要)
typeProperties Microsoft網狀架構倉儲數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

WebTableDataset

名字 描述 價值
類型 數據集的類型。 'WebTable' (必要)
typeProperties Web 資料表數據集屬性。 WebTableDatasetTypeProperties (必要)

WebTableDatasetTypeProperties

名字 描述 價值
指數 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 任何 (必要)
路徑 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 任何

XeroObjectDataset

名字 描述 價值
類型 數據集的類型。 'XeroObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

XmlDataset

名字 描述 價值
類型 數據集的類型。 'Xml' (必要)
typeProperties Xml 資料集屬性。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何

ZohoObjectDataset

名字 描述 價值
類型 數據集的類型。 'ZohoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
建立 V2 Data Factory 此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory 此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

ARM 樣本資源定義

工廠/資料集資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/datasets 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.DataFactory/factories/datasets",
  "apiVersion": "2018-06-01",
  "name": "string",
  "properties": {
    "annotations": [ {} ],
    "description": "string",
    "folder": {
      "name": "string"
    },
    "linkedServiceName": {
      "parameters": {
        "{customized property}": {}
      },
      "referenceName": "string",
      "type": "string"
    },
    "parameters": {
      "{customized property}": {
        "defaultValue": {},
        "type": "string"
      }
    },
    "schema": {},
    "structure": {},
    "type": "string"
    // For remaining properties, see Dataset objects
  }
}

DatasetStorageFormat 物件

設定 類型 屬性,以指定物件的類型。

針對 AvroFormat,請使用:

{
  "type": "AvroFormat"
}

針對 JsonFormat,請使用:

{
  "encodingName": {},
  "filePattern": {},
  "jsonNodeReference": {},
  "jsonPathDefinition": {},
  "nestingSeparator": {},
  "type": "JsonFormat"
}

針對 OrcFormat,請使用:

{
  "type": "OrcFormat"
}

針對 ParquetFormat,請使用:

{
  "type": "ParquetFormat"
}

針對 TextFormat,請使用:

{
  "columnDelimiter": {},
  "encodingName": {},
  "escapeChar": {},
  "firstRowAsHeader": {},
  "nullValue": {},
  "quoteChar": {},
  "rowDelimiter": {},
  "skipLineCount": {},
  "treatEmptyAsNull": {},
  "type": "TextFormat"
}

數據集物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonMWSObject,請使用:

{
  "type": "AmazonMWSObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 AmazonRdsForOracleTable,請使用:

{
  "type": "AmazonRdsForOracleTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 AmazonRdsForSqlServerTable,請使用:

{
  "type": "AmazonRdsForSqlServerTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 AmazonRedshiftTable,請使用:

{
  "type": "AmazonRedshiftTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 AmazonS3Object,請使用:

{
  "type": "AmazonS3Object",
  "typeProperties": {
    "bucketName": {},
    "compression": {
      "level": {},
      "type": {}
    },
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "key": {},
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {},
    "prefix": {},
    "version": {}
  }
}

針對 Avro,請使用:

{
  "type": "Avro",
  "typeProperties": {
    "avroCompressionCodec": {},
    "avroCompressionLevel": "int",
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 AzureBlob,請使用:

{
  "type": "AzureBlob",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {},
    "tableRootLocation": {}
  }
}

針對 azureBlobFSFile,請使用:

{
  "type": "AzureBlobFSFile",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDataExplorerTable,請使用:

{
  "type": "AzureDataExplorerTable",
  "typeProperties": {
    "table": {}
  }
}

針對 AzureDataLakeStoreFile,請使用:

{
  "type": "AzureDataLakeStoreFile",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDatabricksDeltaLakeDataset,請使用:

{
  "type": "AzureDatabricksDeltaLakeDataset",
  "typeProperties": {
    "database": {},
    "table": {}
  }
}

針對 AzureMariaDBTable,請使用:

{
  "type": "AzureMariaDBTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 AzureMySqlTable,請使用:

{
  "type": "AzureMySqlTable",
  "typeProperties": {
    "table": {},
    "tableName": {}
  }
}

針對 AzurePostgreSqlTable,請使用:

{
  "type": "AzurePostgreSqlTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 azureSearchIndex,請使用:

{
  "type": "AzureSearchIndex",
  "typeProperties": {
    "indexName": {}
  }
}

針對 AzureSqlDWTable,請使用:

{
  "type": "AzureSqlDWTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 AzureSqlMITable,請使用:

{
  "type": "AzureSqlMITable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 AzureSqlTable,請使用:

{
  "type": "AzureSqlTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 AzureTable,請使用:

{
  "type": "AzureTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Binary,請使用:

{
  "type": "Binary",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 CassandraTable,請使用:

{
  "type": "CassandraTable",
  "typeProperties": {
    "keyspace": {},
    "tableName": {}
  }
}

針對 CommonDataServiceForAppsEntity,請使用:

{
  "type": "CommonDataServiceForAppsEntity",
  "typeProperties": {
    "entityName": {}
  }
}

針對 ConcurObject,請使用:

{
  "type": "ConcurObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 CosmosDbMongoDbApiCollection,請使用:

{
  "type": "CosmosDbMongoDbApiCollection",
  "typeProperties": {
    "collection": {}
  }
}

針對 CosmosDbSqlApiCollection,請使用:

{
  "type": "CosmosDbSqlApiCollection",
  "typeProperties": {
    "collectionName": {}
  }
}

針對 CouchbaseTable,請使用:

{
  "type": "CouchbaseTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 CustomDataset,請使用:

{
  "type": "CustomDataset",
  "typeProperties": {}
}

針對 Db2Table,請使用:

{
  "type": "Db2Table",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 DelimitedText,請使用:

{
  "type": "DelimitedText",
  "typeProperties": {
    "columnDelimiter": {},
    "compressionCodec": {},
    "compressionLevel": {},
    "encodingName": {},
    "escapeChar": {},
    "firstRowAsHeader": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {},
    "quoteChar": {},
    "rowDelimiter": {}
  }
}

針對 DocumentDbCollection,請使用:

{
  "type": "DocumentDbCollection",
  "typeProperties": {
    "collectionName": {}
  }
}

針對 DrillTable,請使用:

{
  "type": "DrillTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 DynamicsAXResource,請使用:

{
  "type": "DynamicsAXResource",
  "typeProperties": {
    "path": {}
  }
}

針對 DynamicsCrmEntity,請使用:

{
  "type": "DynamicsCrmEntity",
  "typeProperties": {
    "entityName": {}
  }
}

針對 DynamicsEntity,請使用:

{
  "type": "DynamicsEntity",
  "typeProperties": {
    "entityName": {}
  }
}

針對 EloquaObject,請使用:

{
  "type": "EloquaObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Excel,請使用:

{
  "type": "Excel",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "firstRowAsHeader": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {},
    "range": {},
    "sheetIndex": {},
    "sheetName": {}
  }
}

針對 FileShare,請使用:

{
  "type": "FileShare",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "fileFilter": {},
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {}
  }
}

針對 GoogleAdWordsObject,請使用:

{
  "type": "GoogleAdWordsObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 GoogleBigQueryObject,請使用:

{
  "type": "GoogleBigQueryObject",
  "typeProperties": {
    "dataset": {},
    "table": {},
    "tableName": {}
  }
}

針對 GoogleBigQueryV2Object,請使用:

{
  "type": "GoogleBigQueryV2Object",
  "typeProperties": {
    "dataset": {},
    "table": {}
  }
}

針對 GreenplumTable,請使用:

{
  "type": "GreenplumTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 HBaseObject,請使用:

{
  "type": "HBaseObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 HiveObject,請使用:

{
  "type": "HiveObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 HttpFile,請使用:

{
  "type": "HttpFile",
  "typeProperties": {
    "additionalHeaders": {},
    "compression": {
      "level": {},
      "type": {}
    },
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "relativeUrl": {},
    "requestBody": {},
    "requestMethod": {}
  }
}

針對 HubspotObject,請使用:

{
  "type": "HubspotObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Iceberg,請使用:

{
  "type": "Iceberg",
  "typeProperties": {
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 ImpalaObject,請使用:

{
  "type": "ImpalaObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 InformixTable,請使用:

{
  "type": "InformixTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 JiraObject,請使用:

{
  "type": "JiraObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Json,請使用:

{
  "type": "Json",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "encodingName": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 LakeHouseTable,請使用:

{
  "type": "LakeHouseTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 MagentoObject,請使用:

{
  "type": "MagentoObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 MariaDBTable,請使用:

{
  "type": "MariaDBTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 MarketoObject,請使用:

{
  "type": "MarketoObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 MicrosoftAccessTable,請使用:

{
  "type": "MicrosoftAccessTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 MongoDbAtlasCollection,請使用:

{
  "type": "MongoDbAtlasCollection",
  "typeProperties": {
    "collection": {}
  }
}

針對 MongoDbCollection,請使用:

{
  "type": "MongoDbCollection",
  "typeProperties": {
    "collectionName": {}
  }
}

針對 MongoDbV2Collection,請使用:

{
  "type": "MongoDbV2Collection",
  "typeProperties": {
    "collection": {}
  }
}

針對 MySqlTable,請使用:

{
  "type": "MySqlTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 netezzaTable ,請使用:

{
  "type": "NetezzaTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 ODataResource,請使用:

{
  "type": "ODataResource",
  "typeProperties": {
    "path": {}
  }
}

針對 OdbcTable,請使用:

{
  "type": "OdbcTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Office365Table,請使用:

{
  "type": "Office365Table",
  "typeProperties": {
    "predicate": {},
    "tableName": {}
  }
}

針對 OracleServiceCloudObject,請使用:

{
  "type": "OracleServiceCloudObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 OracleTable,請使用:

{
  "type": "OracleTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 Orc,請使用:

{
  "type": "Orc",
  "typeProperties": {
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "orcCompressionCodec": {}
  }
}

針對 Parquet,請使用:

{
  "type": "Parquet",
  "typeProperties": {
    "compressionCodec": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 PaypalObject,請使用:

{
  "type": "PaypalObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 PhoenixObject,請使用:

{
  "type": "PhoenixObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 PostgreSqlTable,請使用:

{
  "type": "PostgreSqlTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 PostgreSqlV2Table,請使用:

{
  "type": "PostgreSqlV2Table",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 PrestoObject,請使用:

{
  "type": "PrestoObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 QuickBooksObject,請使用:

{
  "type": "QuickBooksObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 RelationalTable,請使用:

{
  "type": "RelationalTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 ResponsysObject,請使用:

{
  "type": "ResponsysObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 RestResource,請使用:

{
  "type": "RestResource",
  "typeProperties": {
    "additionalHeaders": {
      "{customized property}": {}
    },
    "paginationRules": {
      "{customized property}": {}
    },
    "relativeUrl": {},
    "requestBody": {},
    "requestMethod": {}
  }
}

針對 SalesforceMarketingCloudObject,請使用:

{
  "type": "SalesforceMarketingCloudObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 SalesforceObject,請使用:

{
  "type": "SalesforceObject",
  "typeProperties": {
    "objectApiName": {}
  }
}

針對 SalesforceServiceCloudObject,請使用:

{
  "type": "SalesforceServiceCloudObject",
  "typeProperties": {
    "objectApiName": {}
  }
}

針對 SalesforceServiceCloudV2Object,請使用:

{
  "type": "SalesforceServiceCloudV2Object",
  "typeProperties": {
    "objectApiName": {},
    "reportId": {}
  }
}

針對 SalesforceV2Object,請使用:

{
  "type": "SalesforceV2Object",
  "typeProperties": {
    "objectApiName": {},
    "reportId": {}
  }
}

針對 SapBwCube,請使用:

{
  "type": "SapBwCube"
}

針對 SapCloudForCustomerResource,請使用:

{
  "type": "SapCloudForCustomerResource",
  "typeProperties": {
    "path": {}
  }
}

針對 SapEccResource,請使用:

{
  "type": "SapEccResource",
  "typeProperties": {
    "path": {}
  }
}

針對 SapHanaTable,請使用:

{
  "type": "SapHanaTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 SapOdpResource,請使用:

{
  "type": "SapOdpResource",
  "typeProperties": {
    "context": {},
    "objectName": {}
  }
}

針對 SapOpenHubTable,請使用:

{
  "type": "SapOpenHubTable",
  "typeProperties": {
    "baseRequestId": {},
    "excludeLastRequest": {},
    "openHubDestinationName": {}
  }
}

針對 SapTableResource,請使用:

{
  "type": "SapTableResource",
  "typeProperties": {
    "tableName": {}
  }
}

針對 ServiceNowObject,請使用:

{
  "type": "ServiceNowObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 ServiceNowV2Object,請使用:

{
  "type": "ServiceNowV2Object",
  "typeProperties": {
    "tableName": {}
  }
}

若為 SharePointOnlineListResource,請使用:

{
  "type": "SharePointOnlineListResource",
  "typeProperties": {
    "listName": {}
  }
}

針對 ShopifyObject,請使用:

{
  "type": "ShopifyObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 SnowflakeTable,請使用:

{
  "type": "SnowflakeTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 SnowflakeV2Table,請使用:

{
  "type": "SnowflakeV2Table",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 SparkObject,請使用:

{
  "type": "SparkObject",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 SqlServerTable,請使用:

{
  "type": "SqlServerTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 SquareObject,請使用:

{
  "type": "SquareObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 SybaseTable,請使用:

{
  "type": "SybaseTable",
  "typeProperties": {
    "tableName": {}
  }
}

針對 TeradataTable,請使用:

{
  "type": "TeradataTable",
  "typeProperties": {
    "database": {},
    "table": {}
  }
}

針對 VerticaTable,請使用:

{
  "type": "VerticaTable",
  "typeProperties": {
    "schema": {},
    "table": {},
    "tableName": {}
  }
}

針對 WarehouseTable,請使用:

{
  "type": "WarehouseTable",
  "typeProperties": {
    "schema": {},
    "table": {}
  }
}

針對 WebTable,請使用:

{
  "type": "WebTable",
  "typeProperties": {
    "index": {},
    "path": {}
  }
}

針對 XeroObject,請使用:

{
  "type": "XeroObject",
  "typeProperties": {
    "tableName": {}
  }
}

針對 Xml,請使用:

{
  "type": "Xml",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {}
    },
    "encodingName": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {}
  }
}

針對 ZohoObject,請使用:

{
  "type": "ZohoObject",
  "typeProperties": {
    "tableName": {}
  }
}

DatasetLocation 物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonS3CompatibleLocation,請使用:

{
  "bucketName": {},
  "type": "AmazonS3CompatibleLocation",
  "version": {}
}

針對 AmazonS3Location,請使用:

{
  "bucketName": {},
  "type": "AmazonS3Location",
  "version": {}
}

針對 AzureBlobFSLocation,請使用:

{
  "fileSystem": {},
  "type": "AzureBlobFSLocation"
}

針對 AzureBlobStorageLocation,請使用:

{
  "container": {},
  "type": "AzureBlobStorageLocation"
}

針對 AzureDataLakeStoreLocation,請使用:

{
  "type": "AzureDataLakeStoreLocation"
}

針對 AzureFileStorageLocation,請使用:

{
  "type": "AzureFileStorageLocation"
}

針對 FileServerLocation,請使用:

{
  "type": "FileServerLocation"
}

針對 FtpServerLocation,請使用:

{
  "type": "FtpServerLocation"
}

針對 GoogleCloudStorageLocation,請使用:

{
  "bucketName": {},
  "type": "GoogleCloudStorageLocation",
  "version": {}
}

針對 HdfsLocation,請使用:

{
  "type": "HdfsLocation"
}

針對 HttpServerLocation,請使用:

{
  "relativeUrl": {},
  "type": "HttpServerLocation"
}

針對 LakeHouseLocation,請使用:

{
  "type": "LakeHouseLocation"
}

針對 OracleCloudStorageLocation,請使用:

{
  "bucketName": {},
  "type": "OracleCloudStorageLocation",
  "version": {}
}

針對 SftpLocation,請使用:

{
  "type": "SftpLocation"
}

屬性值

AmazonMWSObjectDataset

名字 描述 價值
類型 數據集的類型。 'AmazonMWSObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForOracleTable' (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名字 描述 價值
圖式 AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRdsForSqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForSqlServerTable' (必要)
typeProperties 適用於 SQL Server 資料集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRedshiftTable' (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名字 描述 價值
圖式 Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AmazonS3CompatibleLocation

名字 描述 價值
bucketName 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3CompatibleLocation' (必要)
版本 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Dataset

名字 描述 價值
類型 數據集的類型。 'AmazonS3Object' (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名字 描述 價值
bucketName Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
壓縮 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
鑰匙 Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeEnd S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
前綴 S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 任何
版本 S3 物件的版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Location

名字 描述 價值
bucketName 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3Location' (必要)
版本 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 任何

AvroDataset

名字 描述 價值
類型 數據集的類型。 'Avro' (必要)
typeProperties Avro 數據集屬性。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名字 描述 價值
avroCompressionCodec data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 任何
avroCompressionLevel int

約束:
最小值 = 1
最大值 = 9
位置 avro 記憶體的位置。 DatasetLocation (必要)

AvroFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'AvroFormat' (必要)

AzureBlobDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlob' (必要)
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Blob 記憶體的格式。 DatasetStorageFormat
modifiedDatetimeEnd Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
tableRootLocation Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 任何

AzureBlobFSDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlobFSFile' (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Data Lake Storage Gen2 記憶體的格式。 DatasetStorageFormat

AzureBlobFSLocation

名字 描述 價值
fileSystem 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobFSLocation' (必要)

AzureBlobStorageLocation

名字 描述 價值
容器 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobStorageLocation' (必要)

AzureDatabricksDeltaLakeDataset

名字 描述 價值
類型 數據集的類型。 'AzureDatabricksDeltaLakeDataset' (必要)
typeProperties 此數據集類型特有的屬性。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名字 描述 價值
資料庫 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerDatasetTypeProperties

名字 描述 價值
桌子 Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataExplorerTable' (必要)
typeProperties Azure 資料總管 (Kusto) 資料集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataLakeStoreDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataLakeStoreFile' (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名字 描述 價值
壓縮 Azure Data Lake Store 中用於專案的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Data Lake Store 的格式。 DatasetStorageFormat

AzureDataLakeStoreLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureDataLakeStoreLocation' (必要)

AzureFileStorageLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureFileStorageLocation' (必要)

AzureMariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMySqlTable' (必要)
typeProperties Azure MySQL 資料庫數據集屬性。 AzureMySqlTableDatasetTypeProperties (必要)

AzureMySqlTableDatasetTypeProperties

名字 描述 價值
桌子 Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzurePostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzurePostgreSqlTable' (必要)
typeProperties 此數據集類型特有的屬性。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 任何

AzureSearchIndexDataset

名字 描述 價值
類型 數據集的類型。 'AzureSearchIndex' (必要)
typeProperties 此數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名字 描述 價值
indexName Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDWTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlDWTable' (必要)
typeProperties Azure SQL 數據倉儲數據集屬性。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlMITableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlMITable' (必要)
typeProperties Azure SQL 受控實例數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlTable' (必要)
typeProperties Azure SQL 資料集屬性。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureTable' (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名字 描述 價值
tableName Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

BinaryDataset

名字 描述 價值
類型 數據集的類型。 'Binary' (必要)
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名字 描述 價值
壓縮 用於二進位數據集的數據壓縮方法。 DatasetCompression
位置 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

名字 描述 價值
類型 數據集的類型。 'CassandraTable' (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名字 描述 價值
keyspace Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 任何
tableName Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsEntityDataset

名字 描述 價值
類型 數據集的類型。 'CommonDataServiceForAppsEntity' (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurObjectDataset

名字 描述 價值
類型 數據集的類型。 'ConcurObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbMongoDbApiCollection' (必要)
typeProperties CosmosDB (MongoDB API) 資料庫數據集屬性。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名字 描述 價值
收集 CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CosmosDbSqlApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbSqlApiCollection' (必要)
typeProperties CosmosDB (SQL API) 集合數據集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名字 描述 價值
collectionName CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CouchbaseTableDataset

名字 描述 價值
類型 數據集的類型。 'CouchbaseTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CustomDataset

名字 描述 價值
類型 數據集的類型。 'CustomDataset' (必要)
typeProperties 自訂數據集屬性。 任何

數據

名字 描述 價值
附註 可用於描述數據集的標記清單。 any[]
描述 數據集描述。 字串
資料夾 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 DatasetFolder
linkedServiceName 鏈接的服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
圖式 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 任何
結構 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 任何
類型 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 設定為 'CommonDataServiceForAppsEntity'。 針對 concurObjectDataset 類型設定為 'ConcurObject',。 針對 CosmosDbMongoDbApiCollectionDataset 類型設定為 'CosmosDbMongoDbApiCollectionDataset'。 針對 CosmosDbSqlApiCollectionDataset 類型設定為 'CosmosDbSqlApiCollectionDataset',。 針對 couchbaseTableDataset 類型設定為 'CouchbaseTable',。 針對 customDataset 類型設定為 'CustomDataset',。 將 類型設定為 'Db2Table',Db2TableDataset。 針對 DelimitedTextDataset 類型 設定為 'DelimitedText',。 針對 DocumentDbCollectionDataset 類型設定為 'DocumentDbCollection',。 針對 DrillTableDataset 類型 設定為 'DrillTable',。 針對 DynamicsAXResourceDataset 類型設定為 'DynamicsAXResource',。 針對 DynamicsCrmEntityDataset類型 設定為 'DynamicsCrmEntity'。 針對 DynamicsEntityDataset 類型設定為 'DynamicsEntity',。 針對類型 EloquaObjectDataset,設定為 'EloquaObject'。 將 類型設定為 'Excel',ExcelDataset。 針對 FileShareDataset 類型 設定為 'FileShare',。 針對 GoogleAdWordsObjectDataset 類型設定為 'GoogleAdWordsObject',。 針對 GoogleBigQueryObjectDataset 類型設定為 'GoogleBigQueryObject',。 針對 GoogleBigQueryV2ObjectDataset 類型設定為 'GoogleBigQueryV2ObjectDataset',。 針對 greenplumTableDataset 類型 設定為 'GreenplumTable',。 針對 HBaseObjectDataset 類型 設定為 'HBaseObject',。 針對HiveObjectDataset類型 設定為 'HiveObject',。 將 類型設定為 'HttpFile',HttpDataset。 針對 HubspotObjectDataset 類型設定為 'HubspotObject',。 針對 icebergDataset 類型 設定為 'Iceberg',。 針對impalaObjectDataset類型 設定為 'ImpalaObject',。 針對 informixTableDataset 類型 設定為 'InformixTable',。 將 類型設定為 'JiraObject',JiraObjectDataset。 針對 jsonDataset 類型 設定為 『Json』,。 將 類型設定為 'LakeHouseTable',LakeHouseTableDataset。 針對 MagentoObjectDataset 類型設定為 'MagentoObject',。 設定為 'MariaDBTable' 類型 MariaDBTableDataset。 將 類型設定為 'MarketoObject',MarketoObjectDataset。 將 類型設定為 'MicrosoftAccessTable',MicrosoftAccessTableDataset。 針對 mongoDbAtlasCollection 資料類型 設定為 'MongoDbAtlasCollection',。 針對 mongoDbCollectionDataset類型 設定為 'MongoDbCollection'。 針對 mongoDbV2Collection 資料類型 設定為 'MongoDbV2Collection',。 將 類型設定為 'MySqlTable',MySqlTableDataset。 針對 netezzaTableDataset 類型設定為 'NetezzaTable',。 將 類型設定為 'ODataResource' ODataResourceDataset。 將 類型設定為 'OdbcTable' OdbcTableDataset。 將 類型設定為 'Office365Table',Office365Dataset。 針對 OracleServiceCloudObjectDataset 類型設定為 'OracleServiceCloudObject',。 針對 OracleTableDataset 類型設定為 'OracleTable',。 針對 OrcDataset 類型設定為 'Orc',。 將 類型設定為 'Parquet',ParquetDataset。 針對 PaypalObject 資料類型 設定為 'PaypalObject',。 針對 phoenixObjectDataset 類型設定為 'PhoenixObject',。 針對 postgreSqlTableDataset 類型設定為 'PostgreSqlTable',。 針對 postgreSqlV2Table 類型設定為 'PostgreSqlV2Table',PostgreSqlV2TableDataset。 針對 prestoObject 資料類型設定為 'PrestoObject ',。 將 QuickBooksObjectDataset 類型設定為 'QuickBooksObject',。 將 類型設定為 'RelationalTable',RelationalTableDataset。 針對類型 ResponsysObjectDataset設定為 'ResponsysObject'。 針對 restResourceDataset 類型 設定為 'RestResource',。 針對 salesforceMarketingCloudObject 類型 設定為 'SalesforceMarketingCloudObject',。 針對 salesforceObject 資料類型 設定為 'SalesforceObject',。 針對 salesforceServiceCloudObject 類型 設定為 'SalesforceServiceCloudObject',。 針對 salesforceServiceCloudV2Object 類型 設定為 'SalesforceServiceCloudV2Object',。 針對 salesforceV2Object 類型 設定為 'SalesforceV2Object',。 針對 sapBwCube 資料類型設定為 'SapBwCube',sapBwCubeDataset。 針對 SapCloudForCustomerResourceDataset 類型設定為 'SapCloudForCustomerResourceResource',。 針對 SapEccResourceDataset 類型設定為 'SapEccResource',。 針對 sapHanaTableDataset 類型 設定為 'SapHanaTable',。 針對 SapOdpResourceDataset 類型設定為 'SapOdpResource',。 針對 SapOpenHubTableDataset 類型設定為 'SapOpenHubTable',。 針對 sapTableResourceDataset 類型 設定為 'SapTableResource',。 將 類型設定為 'ServiceNowObject' ServiceNowObjectDataset。 針對 type ServiceNowV2ObjectDataset,設定為 'ServiceNowV2Object'。 將 設定為 'SharePointOnlineListResource' 類型 SharePointOnlineListResourceDataset。 設定為 'ShopifyObject' 類型 ShopifyObjectDataset。 針對 snowflakeDataset 類型設定為 'SnowflakeTable',。 針對類型 SnowflakeV2Dataset,設定為 'SnowflakeV2Table'。 針對sparkObjectDataset類型 設定為 'SparkObject',。 將 類型設定為 'SqlServerTable',SqlServerTableDataset。 設定為 'SquareObject' 類型 SquareObjectDataset。 針對 SybaseTableDataset 類型 設定為 'SybaseTable',。 將 類型設定為 'TeradataTable',TeradataTableDataset。 將 類型設定為 'VerticaTable',VerticaTableDataset。 針對 warehouseTableDataset 類型 設定為 'WarehouseTable',。 將 類型設定為 'WebTable',WebTableDataset。 針對 XeroObjectDataset 類型 設定為 'XeroObject',。 將 類型設定為 'Xml',XmlDataset。 針對類型 ZohoObjectDataset設定為 'ZohoObject'。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
冰山”
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakeHouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必要)

DatasetCompression

名字 描述 價值
水準 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 任何
類型 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 任何 (必要)

DatasetFolder

名字 描述 價值
名字 此數據集位於的資料夾名稱。 字串

DatasetLocation

名字 描述 價值
檔名 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 任何
folderPath 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) 任何
類型 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation'。 針對 ftpServerLocation 類型設定為 'FtpServerLocation'。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必要)

DatasetStorageFormat

名字 描述 價值
還原串行化程式 還原串行化程式。 Type:string (或 expression with resultType string) 。 任何
串行化程式 串行化程式。 Type:string (或 expression with resultType string) 。 任何
類型 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必要)

Db2TableDataset

名字 描述 價值
類型 數據集的類型。 'Db2Table' (必要)
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名字 描述 價值
圖式 Db2 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DelimitedTextDataset

名字 描述 價值
類型 數據集的類型。 'DelimitedText' (必要)
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
compressionLevel 用於 DelimitedText 的數據壓縮方法。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何

DocumentDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'DocumentDbCollection' (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

DrillDatasetTypeProperties

名字 描述 價值
圖式 Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DrillTableDataset

名字 描述 價值
類型 數據集的類型。 'DrillTable' (必要)
typeProperties 此數據集類型特有的屬性。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsAXResource' (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 DynamicsAXResourceDatasetTypeProperties (必要)

DynamicsAXResourceDatasetTypeProperties

名字 描述 價值
路徑 Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

DynamicsCrmEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsCrmEntity' (必要)
typeProperties Dynamics CRM 實體數據集屬性。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsEntity' (必要)
typeProperties Dynamics 實體數據集屬性。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaObjectDataset

名字 描述 價值
類型 數據集的類型。 'EloquaObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ExcelDataset

名字 描述 價值
類型 數據集的類型。 'Excel' (必要)
typeProperties Excel 資料集屬性。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
範圍 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 任何
sheetIndex excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) 任何
sheetName Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 任何

FileServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FileServerLocation' (必要)

FileShareDataset

名字 描述 價值
類型 數據集的類型。 'FileShare' (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名字 描述 價值
壓縮 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 任何
檔名 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 檔案格式。 DatasetStorageFormat
modifiedDatetimeEnd 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 任何

FtpServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FtpServerLocation' (必要)

GenericDatasetTypeProperties

名字 描述 價值
tableName 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleAdWordsObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 任何

GoogleBigQueryObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryObject' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleBigQueryV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

名字 描述 價值
bucketName 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'GoogleCloudStorageLocation' (必要)
版本 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 任何

GreenplumDatasetTypeProperties

名字 描述 價值
圖式 Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

GreenplumTableDataset

名字 描述 價值
類型 數據集的類型。 'GreenplumTable' (必要)
typeProperties 此數據集類型特有的屬性。 GreenplumDatasetTypeProperties

HBaseObjectDataset

名字 描述 價值
類型 數據集的類型。 'HBaseObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

HdfsLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'HdfsLocation' (必要)

HiveDatasetTypeProperties

名字 描述 價值
圖式 Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

HiveObjectDataset

名字 描述 價值
類型 數據集的類型。 'HiveObject' (必要)
typeProperties 此數據集類型特有的屬性。 HiveDatasetTypeProperties

HttpDataset

名字 描述 價值
類型 數據集的類型。 'HttpFile' (必要)
typeProperties 此數據集類型特有的屬性。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名字 描述 價值
additionalHeaders HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。
任何
壓縮 檔案上使用的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 任何
requestBody HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 任何

HttpServerLocation

名字 描述 價值
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'HttpServerLocation' (必要)

HubspotObjectDataset

名字 描述 價值
類型 數據集的類型。 'HubspotObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

IcebergDataset

名字 描述 價值
類型 數據集的類型。 冰山“(必要)
typeProperties Iceberg 資料集屬性。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

名字 描述 價值
位置 冰山儲存區的位置。 冰山格式不允許設定檔名。 DatasetLocation (必要)

ImpalaDatasetTypeProperties

名字 描述 價值
圖式 Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ImpalaObjectDataset

名字 描述 價值
類型 數據集的類型。 'ImpalaObject' (必要)
typeProperties 此數據集類型特有的屬性。 ImpalaDatasetTypeProperties

InformixTableDataset

名字 描述 價值
類型 數據集的類型。 'InformixTable' (必要)
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名字 描述 價值
tableName Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

JiraObjectDataset

名字 描述 價值
類型 數據集的類型。 'JiraObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

JsonDataset

名字 描述 價值
類型 數據集的類型。 'Json' (必要)
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)

JsonFormat

名字 描述 價值
encodingName 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 任何
filePattern JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 任何
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 任何
jsonPathDefinition 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 任何
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存格式的類型。 'JsonFormat' (必要)

LakeHouseLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'LakeHouseLocation' (必要)

LakeHouseTableDataset

名字 描述 價值
類型 數據集的類型。 'LakeHouseTable' (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft Fabric LakeHouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft Fabric LakeHouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MagentoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'MariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MarketoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MarketoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

Microsoft.DataFactory/factories/datasets

名字 描述 價值
apiVersion API 版本 '2018-06-01'
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
性能 數據集屬性。 資料集 (必要)
類型 資源類型 'Microsoft.DataFactory/factories/datasets'

MicrosoftAccessTableDataset

名字 描述 價值
類型 數據集的類型。 'MicrosoftAccessTable' (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名字 描述 價值
tableName Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbAtlasCollection' (必要)
typeProperties MongoDB Atlas 資料庫數據集屬性。 MongoDbAtlasCollectionDatasetTypeProperties (必要)

MongoDbAtlasCollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbCollection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbV2CollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbV2Collection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbV2CollectionDatasetTypeProperties (必要)

MongoDbV2CollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'MySqlTable' (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名字 描述 價值
tableName MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

NetezzaTableDataset

名字 描述 價值
類型 數據集的類型。 'NetezzaTable' (必要)
typeProperties 此數據集類型特有的屬性。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名字 描述 價值
圖式 Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ODataResourceDataset

名字 描述 價值
類型 數據集的類型。 'ODataResource' (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名字 描述 價值
路徑 OData 資源路徑。 Type:string (或 expression with resultType string) 。 任何

OdbcTableDataset

名字 描述 價值
類型 數據集的類型。 'OdbcTable' (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名字 描述 價值
tableName ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

Office365Dataset

名字 描述 價值
類型 數據集的類型。 'Office365Table' (必要)
typeProperties Office365 數據集屬性。 Office365DatasetTypeProperties (必要)

Office365DatasetTypeProperties

名字 描述 價值
謂語 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 任何
tableName 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLocation

名字 描述 價值
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'OracleCloudStorageLocation' (必要)
版本 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 任何

OracleServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'OracleServiceCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

OracleTableDataset

名字 描述 價值
類型 數據集的類型。 'OracleTable' (必要)
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名字 描述 價值
圖式 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

OrcDataset

名字 描述 價值
類型 數據集的類型。 'Orc' (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名字 描述 價值
位置 ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 任何

OrcFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'OrcFormat' (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParquetDataset

名字 描述 價值
類型 數據集的類型。 'Parquet' (必要)
typeProperties Parquet 資料集屬性。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名字 描述 價值
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
位置 parquet 記憶體的位置。 DatasetLocation (必要)

ParquetFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'ParquetFormat' (必要)

PaypalObjectDataset

名字 描述 價值
類型 數據集的類型。 'PaypalObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

名字 描述 價值
圖式 Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PhoenixObjectDataset

名字 描述 價值
類型 數據集的類型。 'PhoenixObject' (必要)
typeProperties 此數據集類型特有的屬性。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlTable' (必要)
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PostgreSqlV2TableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlV2Table' (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

PrestoDatasetTypeProperties

名字 描述 價值
圖式 Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PrestoObjectDataset

名字 描述 價值
類型 數據集的類型。 'PrestoObject' (必要)
typeProperties 此數據集類型特有的屬性。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

名字 描述 價值
類型 數據集的類型。 'QuickBooksObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

名字 描述 價值
類型 數據集的類型。 'RelationalTable' (必要)
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名字 描述 價值
tableName 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 任何

ResponsysObjectDataset

名字 描述 價值
類型 數據集的類型。 'ResponsysObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RestResourceDataset

名字 描述 價值
類型 數據集的類型。 'RestResource' (必要)
typeProperties 此數據集類型特有的屬性。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名字 描述 價值
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 撰寫下一頁要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 任何
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 任何

RestResourceDatasetTypePropertiesAdditionalHeaders

名字 描述 價值

RestResourceDatasetTypePropertiesPaginationRules

名字 描述 價值

SalesforceMarketingCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceMarketingCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SalesforceObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceObject' (必要)
typeProperties Salesforce 對象資料集屬性。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudObject' (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudV2Object' (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceV2Object' (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 任何

SapBwCubeDataset

名字 描述 價值
類型 數據集的類型。 'SapBwCube' (必要)

SapCloudForCustomerResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapCloudForCustomerResource' (必要)
typeProperties SAP Cloud For Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapEccResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapEccResource' (必要)
typeProperties SAP ECC OData 資源數據集屬性。 SapEccResourceDatasetTypeProperties (必要)

SapEccResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapHanaTableDataset

名字 描述 價值
類型 數據集的類型。 'SapHanaTable' (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名字 描述 價值
圖式 SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapOdpResource' (必要)
typeProperties SAP ODP 資源屬性。 SapOdpResourceDatasetTypeProperties (必要)

SapOdpResourceDatasetTypeProperties

名字 描述 價值
上下文 SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 任何 (必要)
objectName SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapOpenHubTableDataset

名字 描述 價值
類型 數據集的類型。 'SapOpenHubTable' (必要)
typeProperties Sap Business Warehouse Open Hub 目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名字 描述 價值
baseRequestId 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 任何
excludeLastRequest 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
openHubDestinationName [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapTableResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapTableResource' (必要)
typeProperties SAP 資料表資源屬性。 SapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

名字 描述 價值
tableName SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

ServiceNowObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SftpLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'SftpLocation' (必要)

SharePointOnlineListDatasetTypeProperties

名字 描述 價值
listName SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListResourceDataset

名字 描述 價值
類型 數據集的類型。 'SharePointOnlineListResource' (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

名字 描述 價值
類型 數據集的類型。 'ShopifyObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SnowflakeDataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeTable' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

名字 描述 價值
圖式 Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SnowflakeV2Dataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeV2Table' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkDatasetTypeProperties

名字 描述 價值
圖式 Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SparkObjectDataset

名字 描述 價值
類型 數據集的類型。 'SparkObject' (必要)
typeProperties 此數據集類型特有的屬性。 SparkDatasetTypeProperties

SqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'SqlServerTable' (必要)
typeProperties 內部部署 SQL Server 資料集屬性。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SquareObjectDataset

名字 描述 價值
類型 數據集的類型。 'SquareObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SybaseTableDataset

名字 描述 價值
類型 數據集的類型。 'SybaseTable' (必要)
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名字 描述 價值
tableName Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataTableDataset

名字 描述 價值
類型 數據集的類型。 'TeradataTable' (必要)
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名字 描述 價值
資料庫 Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TextFormat

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 任何
treatEmptyAsNull 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
類型 數據集儲存格式的類型。 'TextFormat' (必要)

VerticaDatasetTypeProperties

名字 描述 價值
圖式 Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

VerticaTableDataset

名字 描述 價值
類型 數據集的類型。 'VerticaTable' (必要)
typeProperties 此數據集類型特有的屬性。 VerticaDatasetTypeProperties

WarehouseTableDataset

名字 描述 價值
類型 數據集的類型。 'WarehouseTable' (必要)
typeProperties Microsoft網狀架構倉儲數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

WebTableDataset

名字 描述 價值
類型 數據集的類型。 'WebTable' (必要)
typeProperties Web 資料表數據集屬性。 WebTableDatasetTypeProperties (必要)

WebTableDatasetTypeProperties

名字 描述 價值
指數 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 任何 (必要)
路徑 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 任何

XeroObjectDataset

名字 描述 價值
類型 數據集的類型。 'XeroObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

XmlDataset

名字 描述 價值
類型 數據集的類型。 'Xml' (必要)
typeProperties Xml 資料集屬性。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何

ZohoObjectDataset

名字 描述 價值
類型 數據集的類型。 'ZohoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
建立 V2 Data Factory

部署至 Azure
此範本會建立 V2 資料處理站,將資料從 Azure Blob 記憶體中的資料夾複製到記憶體中的另一個資料夾。
Azure Data Factory 可以 更多 - 按兩下即可嘗試 Azure Data Factory

部署至 Azure
此範本會建立數據處理站管線,以將複製活動從 Azure Blob 複製到另一個 Azure Blob

Terraform (AzAPI 提供者) 資源定義

工廠/資料集資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.DataFactory/factories/datasets 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DataFactory/factories/datasets@2018-06-01"
  name = "string"
  body = jsonencode({
    properties = {
      annotations = [
        ?
      ]
      description = "string"
      folder = {
        name = "string"
      }
      linkedServiceName = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      parameters = {
        {customized property} = {
          defaultValue = ?
          type = "string"
        }
      }
      schema = ?
      structure = ?
      type = "string"
      // For remaining properties, see Dataset objects
    }
  })
}

DatasetStorageFormat 物件

設定 類型 屬性,以指定物件的類型。

針對 AvroFormat,請使用:

{
  type = "AvroFormat"
}

針對 JsonFormat,請使用:

{
  encodingName = ?
  filePattern = ?
  jsonNodeReference = ?
  jsonPathDefinition = ?
  nestingSeparator = ?
  type = "JsonFormat"
}

針對 OrcFormat,請使用:

{
  type = "OrcFormat"
}

針對 ParquetFormat,請使用:

{
  type = "ParquetFormat"
}

針對 TextFormat,請使用:

{
  columnDelimiter = ?
  encodingName = ?
  escapeChar = ?
  firstRowAsHeader = ?
  nullValue = ?
  quoteChar = ?
  rowDelimiter = ?
  skipLineCount = ?
  treatEmptyAsNull = ?
  type = "TextFormat"
}

數據集物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonMWSObject,請使用:

{
  type = "AmazonMWSObject"
  typeProperties = {
    tableName = ?
  }
}

針對 AmazonRdsForOracleTable,請使用:

{
  type = "AmazonRdsForOracleTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 AmazonRdsForSqlServerTable,請使用:

{
  type = "AmazonRdsForSqlServerTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 AmazonRedshiftTable,請使用:

{
  type = "AmazonRedshiftTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 AmazonS3Object,請使用:

{
  type = "AmazonS3Object"
  typeProperties = {
    bucketName = ?
    compression = {
      level = ?
      type = ?
    }
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
    key = ?
    modifiedDatetimeEnd = ?
    modifiedDatetimeStart = ?
    prefix = ?
    version = ?
  }
}

針對 Avro,請使用:

{
  type = "Avro"
  typeProperties = {
    avroCompressionCodec = ?
    avroCompressionLevel = int
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 AzureBlob,請使用:

{
  type = "AzureBlob"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    fileName = ?
    folderPath = ?
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd = ?
    modifiedDatetimeStart = ?
    tableRootLocation = ?
  }
}

針對 azureBlobFSFile,請使用:

{
  type = "AzureBlobFSFile"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    fileName = ?
    folderPath = ?
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDataExplorerTable,請使用:

{
  type = "AzureDataExplorerTable"
  typeProperties = {
    table = ?
  }
}

針對 AzureDataLakeStoreFile,請使用:

{
  type = "AzureDataLakeStoreFile"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    fileName = ?
    folderPath = ?
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

針對 AzureDatabricksDeltaLakeDataset,請使用:

{
  type = "AzureDatabricksDeltaLakeDataset"
  typeProperties = {
    database = ?
    table = ?
  }
}

針對 AzureMariaDBTable,請使用:

{
  type = "AzureMariaDBTable"
  typeProperties = {
    tableName = ?
  }
}

針對 AzureMySqlTable,請使用:

{
  type = "AzureMySqlTable"
  typeProperties = {
    table = ?
    tableName = ?
  }
}

針對 AzurePostgreSqlTable,請使用:

{
  type = "AzurePostgreSqlTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 azureSearchIndex,請使用:

{
  type = "AzureSearchIndex"
  typeProperties = {
    indexName = ?
  }
}

針對 AzureSqlDWTable,請使用:

{
  type = "AzureSqlDWTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 AzureSqlMITable,請使用:

{
  type = "AzureSqlMITable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 AzureSqlTable,請使用:

{
  type = "AzureSqlTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 AzureTable,請使用:

{
  type = "AzureTable"
  typeProperties = {
    tableName = ?
  }
}

針對 Binary,請使用:

{
  type = "Binary"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 CassandraTable,請使用:

{
  type = "CassandraTable"
  typeProperties = {
    keyspace = ?
    tableName = ?
  }
}

針對 CommonDataServiceForAppsEntity,請使用:

{
  type = "CommonDataServiceForAppsEntity"
  typeProperties = {
    entityName = ?
  }
}

針對 ConcurObject,請使用:

{
  type = "ConcurObject"
  typeProperties = {
    tableName = ?
  }
}

針對 CosmosDbMongoDbApiCollection,請使用:

{
  type = "CosmosDbMongoDbApiCollection"
  typeProperties = {
    collection = ?
  }
}

針對 CosmosDbSqlApiCollection,請使用:

{
  type = "CosmosDbSqlApiCollection"
  typeProperties = {
    collectionName = ?
  }
}

針對 CouchbaseTable,請使用:

{
  type = "CouchbaseTable"
  typeProperties = {
    tableName = ?
  }
}

針對 CustomDataset,請使用:

{
  type = "CustomDataset"
  typeProperties = ?
}

針對 Db2Table,請使用:

{
  type = "Db2Table"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 DelimitedText,請使用:

{
  type = "DelimitedText"
  typeProperties = {
    columnDelimiter = ?
    compressionCodec = ?
    compressionLevel = ?
    encodingName = ?
    escapeChar = ?
    firstRowAsHeader = ?
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
    nullValue = ?
    quoteChar = ?
    rowDelimiter = ?
  }
}

針對 DocumentDbCollection,請使用:

{
  type = "DocumentDbCollection"
  typeProperties = {
    collectionName = ?
  }
}

針對 DrillTable,請使用:

{
  type = "DrillTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 DynamicsAXResource,請使用:

{
  type = "DynamicsAXResource"
  typeProperties = {
    path = ?
  }
}

針對 DynamicsCrmEntity,請使用:

{
  type = "DynamicsCrmEntity"
  typeProperties = {
    entityName = ?
  }
}

針對 DynamicsEntity,請使用:

{
  type = "DynamicsEntity"
  typeProperties = {
    entityName = ?
  }
}

針對 EloquaObject,請使用:

{
  type = "EloquaObject"
  typeProperties = {
    tableName = ?
  }
}

針對 Excel,請使用:

{
  type = "Excel"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    firstRowAsHeader = ?
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
    nullValue = ?
    range = ?
    sheetIndex = ?
    sheetName = ?
  }
}

針對 FileShare,請使用:

{
  type = "FileShare"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    fileFilter = ?
    fileName = ?
    folderPath = ?
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd = ?
    modifiedDatetimeStart = ?
  }
}

針對 GoogleAdWordsObject,請使用:

{
  type = "GoogleAdWordsObject"
  typeProperties = {
    tableName = ?
  }
}

針對 GoogleBigQueryObject,請使用:

{
  type = "GoogleBigQueryObject"
  typeProperties = {
    dataset = ?
    table = ?
    tableName = ?
  }
}

針對 GoogleBigQueryV2Object,請使用:

{
  type = "GoogleBigQueryV2Object"
  typeProperties = {
    dataset = ?
    table = ?
  }
}

針對 GreenplumTable,請使用:

{
  type = "GreenplumTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 HBaseObject,請使用:

{
  type = "HBaseObject"
  typeProperties = {
    tableName = ?
  }
}

針對 HiveObject,請使用:

{
  type = "HiveObject"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 HttpFile,請使用:

{
  type = "HttpFile"
  typeProperties = {
    additionalHeaders = ?
    compression = {
      level = ?
      type = ?
    }
    format = {
      deserializer = ?
      serializer = ?
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
    relativeUrl = ?
    requestBody = ?
    requestMethod = ?
  }
}

針對 HubspotObject,請使用:

{
  type = "HubspotObject"
  typeProperties = {
    tableName = ?
  }
}

針對 Iceberg,請使用:

{
  type = "Iceberg"
  typeProperties = {
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 ImpalaObject,請使用:

{
  type = "ImpalaObject"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 InformixTable,請使用:

{
  type = "InformixTable"
  typeProperties = {
    tableName = ?
  }
}

針對 JiraObject,請使用:

{
  type = "JiraObject"
  typeProperties = {
    tableName = ?
  }
}

針對 Json,請使用:

{
  type = "Json"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    encodingName = ?
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 LakeHouseTable,請使用:

{
  type = "LakeHouseTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 MagentoObject,請使用:

{
  type = "MagentoObject"
  typeProperties = {
    tableName = ?
  }
}

針對 MariaDBTable,請使用:

{
  type = "MariaDBTable"
  typeProperties = {
    tableName = ?
  }
}

針對 MarketoObject,請使用:

{
  type = "MarketoObject"
  typeProperties = {
    tableName = ?
  }
}

針對 MicrosoftAccessTable,請使用:

{
  type = "MicrosoftAccessTable"
  typeProperties = {
    tableName = ?
  }
}

針對 MongoDbAtlasCollection,請使用:

{
  type = "MongoDbAtlasCollection"
  typeProperties = {
    collection = ?
  }
}

針對 MongoDbCollection,請使用:

{
  type = "MongoDbCollection"
  typeProperties = {
    collectionName = ?
  }
}

針對 MongoDbV2Collection,請使用:

{
  type = "MongoDbV2Collection"
  typeProperties = {
    collection = ?
  }
}

針對 MySqlTable,請使用:

{
  type = "MySqlTable"
  typeProperties = {
    tableName = ?
  }
}

針對 netezzaTable ,請使用:

{
  type = "NetezzaTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 ODataResource,請使用:

{
  type = "ODataResource"
  typeProperties = {
    path = ?
  }
}

針對 OdbcTable,請使用:

{
  type = "OdbcTable"
  typeProperties = {
    tableName = ?
  }
}

針對 Office365Table,請使用:

{
  type = "Office365Table"
  typeProperties = {
    predicate = ?
    tableName = ?
  }
}

針對 OracleServiceCloudObject,請使用:

{
  type = "OracleServiceCloudObject"
  typeProperties = {
    tableName = ?
  }
}

針對 OracleTable,請使用:

{
  type = "OracleTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 Orc,請使用:

{
  type = "Orc"
  typeProperties = {
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
    orcCompressionCodec = ?
  }
}

針對 Parquet,請使用:

{
  type = "Parquet"
  typeProperties = {
    compressionCodec = ?
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }
}

針對 PaypalObject,請使用:

{
  type = "PaypalObject"
  typeProperties = {
    tableName = ?
  }
}

針對 PhoenixObject,請使用:

{
  type = "PhoenixObject"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 PostgreSqlTable,請使用:

{
  type = "PostgreSqlTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 PostgreSqlV2Table,請使用:

{
  type = "PostgreSqlV2Table"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 PrestoObject,請使用:

{
  type = "PrestoObject"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 QuickBooksObject,請使用:

{
  type = "QuickBooksObject"
  typeProperties = {
    tableName = ?
  }
}

針對 RelationalTable,請使用:

{
  type = "RelationalTable"
  typeProperties = {
    tableName = ?
  }
}

針對 ResponsysObject,請使用:

{
  type = "ResponsysObject"
  typeProperties = {
    tableName = ?
  }
}

針對 RestResource,請使用:

{
  type = "RestResource"
  typeProperties = {
    additionalHeaders = {
      {customized property} = ?
    }
    paginationRules = {
      {customized property} = ?
    }
    relativeUrl = ?
    requestBody = ?
    requestMethod = ?
  }
}

針對 SalesforceMarketingCloudObject,請使用:

{
  type = "SalesforceMarketingCloudObject"
  typeProperties = {
    tableName = ?
  }
}

針對 SalesforceObject,請使用:

{
  type = "SalesforceObject"
  typeProperties = {
    objectApiName = ?
  }
}

針對 SalesforceServiceCloudObject,請使用:

{
  type = "SalesforceServiceCloudObject"
  typeProperties = {
    objectApiName = ?
  }
}

針對 SalesforceServiceCloudV2Object,請使用:

{
  type = "SalesforceServiceCloudV2Object"
  typeProperties = {
    objectApiName = ?
    reportId = ?
  }
}

針對 SalesforceV2Object,請使用:

{
  type = "SalesforceV2Object"
  typeProperties = {
    objectApiName = ?
    reportId = ?
  }
}

針對 SapBwCube,請使用:

{
  type = "SapBwCube"
}

針對 SapCloudForCustomerResource,請使用:

{
  type = "SapCloudForCustomerResource"
  typeProperties = {
    path = ?
  }
}

針對 SapEccResource,請使用:

{
  type = "SapEccResource"
  typeProperties = {
    path = ?
  }
}

針對 SapHanaTable,請使用:

{
  type = "SapHanaTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 SapOdpResource,請使用:

{
  type = "SapOdpResource"
  typeProperties = {
    context = ?
    objectName = ?
  }
}

針對 SapOpenHubTable,請使用:

{
  type = "SapOpenHubTable"
  typeProperties = {
    baseRequestId = ?
    excludeLastRequest = ?
    openHubDestinationName = ?
  }
}

針對 SapTableResource,請使用:

{
  type = "SapTableResource"
  typeProperties = {
    tableName = ?
  }
}

針對 ServiceNowObject,請使用:

{
  type = "ServiceNowObject"
  typeProperties = {
    tableName = ?
  }
}

針對 ServiceNowV2Object,請使用:

{
  type = "ServiceNowV2Object"
  typeProperties = {
    tableName = ?
  }
}

若為 SharePointOnlineListResource,請使用:

{
  type = "SharePointOnlineListResource"
  typeProperties = {
    listName = ?
  }
}

針對 ShopifyObject,請使用:

{
  type = "ShopifyObject"
  typeProperties = {
    tableName = ?
  }
}

針對 SnowflakeTable,請使用:

{
  type = "SnowflakeTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 SnowflakeV2Table,請使用:

{
  type = "SnowflakeV2Table"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 SparkObject,請使用:

{
  type = "SparkObject"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 SqlServerTable,請使用:

{
  type = "SqlServerTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 SquareObject,請使用:

{
  type = "SquareObject"
  typeProperties = {
    tableName = ?
  }
}

針對 SybaseTable,請使用:

{
  type = "SybaseTable"
  typeProperties = {
    tableName = ?
  }
}

針對 TeradataTable,請使用:

{
  type = "TeradataTable"
  typeProperties = {
    database = ?
    table = ?
  }
}

針對 VerticaTable,請使用:

{
  type = "VerticaTable"
  typeProperties = {
    schema = ?
    table = ?
    tableName = ?
  }
}

針對 WarehouseTable,請使用:

{
  type = "WarehouseTable"
  typeProperties = {
    schema = ?
    table = ?
  }
}

針對 WebTable,請使用:

{
  type = "WebTable"
  typeProperties = {
    index = ?
    path = ?
  }
}

針對 XeroObject,請使用:

{
  type = "XeroObject"
  typeProperties = {
    tableName = ?
  }
}

針對 Xml,請使用:

{
  type = "Xml"
  typeProperties = {
    compression = {
      level = ?
      type = ?
    }
    encodingName = ?
    location = {
      fileName = ?
      folderPath = ?
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
    nullValue = ?
  }
}

針對 ZohoObject,請使用:

{
  type = "ZohoObject"
  typeProperties = {
    tableName = ?
  }
}

DatasetLocation 物件

設定 類型 屬性,以指定物件的類型。

針對 AmazonS3CompatibleLocation,請使用:

{
  bucketName = ?
  type = "AmazonS3CompatibleLocation"
  version = ?
}

針對 AmazonS3Location,請使用:

{
  bucketName = ?
  type = "AmazonS3Location"
  version = ?
}

針對 AzureBlobFSLocation,請使用:

{
  fileSystem = ?
  type = "AzureBlobFSLocation"
}

針對 AzureBlobStorageLocation,請使用:

{
  container = ?
  type = "AzureBlobStorageLocation"
}

針對 AzureDataLakeStoreLocation,請使用:

{
  type = "AzureDataLakeStoreLocation"
}

針對 AzureFileStorageLocation,請使用:

{
  type = "AzureFileStorageLocation"
}

針對 FileServerLocation,請使用:

{
  type = "FileServerLocation"
}

針對 FtpServerLocation,請使用:

{
  type = "FtpServerLocation"
}

針對 GoogleCloudStorageLocation,請使用:

{
  bucketName = ?
  type = "GoogleCloudStorageLocation"
  version = ?
}

針對 HdfsLocation,請使用:

{
  type = "HdfsLocation"
}

針對 HttpServerLocation,請使用:

{
  relativeUrl = ?
  type = "HttpServerLocation"
}

針對 LakeHouseLocation,請使用:

{
  type = "LakeHouseLocation"
}

針對 OracleCloudStorageLocation,請使用:

{
  bucketName = ?
  type = "OracleCloudStorageLocation"
  version = ?
}

針對 SftpLocation,請使用:

{
  type = "SftpLocation"
}

屬性值

AmazonMWSObjectDataset

名字 描述 價值
類型 數據集的類型。 'AmazonMWSObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForOracleTable' (必要)
typeProperties AmazonRdsForOracle 數據集屬性。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名字 描述 價值
圖式 AmazonRdsForOracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 AmazonRdsForOracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRdsForSqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRdsForSqlServerTable' (必要)
typeProperties 適用於 SQL Server 資料集屬性的 Amazon RDS。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AmazonRedshiftTableDataset

名字 描述 價值
類型 數據集的類型。 'AmazonRedshiftTable' (必要)
typeProperties Amazon Redshift 數據表數據集屬性。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名字 描述 價值
圖式 Amazon Redshift 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Amazon Redshift 數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AmazonS3CompatibleLocation

名字 描述 價值
bucketName 指定 Amazon S3 Compatible 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3CompatibleLocation' (必要)
版本 指定 Amazon S3 相容版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Dataset

名字 描述 價值
類型 數據集的類型。 'AmazonS3Object' (必要)
typeProperties Amazon S3 資料集屬性。 AmazonS3DatasetTypeProperties (必要)

AmazonS3DatasetTypeProperties

名字 描述 價值
bucketName Amazon S3 貯體的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)
壓縮 用於 Amazon S3 物件的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
鑰匙 Amazon S3 物件的索引鍵。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeEnd S3 物件的修改日期時間結束。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart S3 物件的修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
前綴 S3 物件名稱的前置詞篩選。 Type:string (或 expression with resultType string) 。 任何
版本 S3 物件的版本。 Type:string (或 expression with resultType string) 。 任何

AmazonS3Location

名字 描述 價值
bucketName 指定 amazon S3 的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'AmazonS3Location' (必要)
版本 指定 amazon S3 的版本。 Type:string (或 expression with resultType string) 。 任何

AvroDataset

名字 描述 價值
類型 數據集的類型。 'Avro' (必要)
typeProperties Avro 數據集屬性。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名字 描述 價值
avroCompressionCodec data avroCompressionCodec。 Type:string (或 expression with resultType string) 。 任何
avroCompressionLevel int

約束:
最小值 = 1
最大值 = 9
位置 avro 記憶體的位置。 DatasetLocation (必要)

AvroFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'AvroFormat' (必要)

AzureBlobDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlob' (必要)
typeProperties Azure Blob 資料集屬性。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Blob 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Blob 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Blob 記憶體的格式。 DatasetStorageFormat
modifiedDatetimeEnd Azure Blob 修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart Azure Blob 修改日期時間的開頭。 Type:string (或 expression with resultType string) 。 任何
tableRootLocation Blob 路徑的根目錄。 Type:string (或 expression with resultType string) 。 任何

AzureBlobFSDataset

名字 描述 價值
類型 數據集的類型。 'AzureBlobFSFile' (必要)
typeProperties Azure Data Lake Storage Gen2 數據集屬性。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名字 描述 價值
壓縮 用於 Blob 記憶體的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Storage Gen2 的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Storage Gen2 記憶體的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Azure Data Lake Storage Gen2 記憶體的格式。 DatasetStorageFormat

AzureBlobFSLocation

名字 描述 價值
fileSystem 指定 azure blobFS 的 fileSystem。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobFSLocation' (必要)

AzureBlobStorageLocation

名字 描述 價值
容器 指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存位置的類型。 'AzureBlobStorageLocation' (必要)

AzureDatabricksDeltaLakeDataset

名字 描述 價值
類型 數據集的類型。 'AzureDatabricksDeltaLakeDataset' (必要)
typeProperties 此數據集類型特有的屬性。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名字 描述 價值
資料庫 差異數據表的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 差異數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerDatasetTypeProperties

名字 描述 價值
桌子 Azure 數據總管資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzureDataExplorerTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataExplorerTable' (必要)
typeProperties Azure 資料總管 (Kusto) 資料集屬性。 AzureDataExplorerDatasetTypeProperties (必要)

AzureDataLakeStoreDataset

名字 描述 價值
類型 數據集的類型。 'AzureDataLakeStoreFile' (必要)
typeProperties Azure Data Lake Store 數據集屬性。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名字 描述 價值
壓縮 Azure Data Lake Store 中用於專案的數據壓縮方法。 DatasetCompression
檔名 Azure Data Lake Store 中的檔名。 Type:string (或 expression with resultType string) 。 任何
folderPath Azure Data Lake Store 中資料夾的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 Data Lake Store 的格式。 DatasetStorageFormat

AzureDataLakeStoreLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureDataLakeStoreLocation' (必要)

AzureFileStorageLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'AzureFileStorageLocation' (必要)

AzureMariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureMySqlTable' (必要)
typeProperties Azure MySQL 資料庫數據集屬性。 AzureMySqlTableDatasetTypeProperties (必要)

AzureMySqlTableDatasetTypeProperties

名字 描述 價值
桌子 Azure MySQL 資料庫數據表的名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure MySQL 資料庫數據表名稱。 Type:string (或 expression with resultType string) 。 任何

AzurePostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzurePostgreSqlTable' (必要)
typeProperties 此數據集類型特有的屬性。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure PostgreSQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure PostgreSQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName Azure PostgreSQL 資料庫的數據表名稱,其中包含架構和數據表。 Type:string (或 expression with resultType string) 。 任何

AzureSearchIndexDataset

名字 描述 價值
類型 數據集的類型。 'AzureSearchIndex' (必要)
typeProperties 此數據集類型特有的屬性。 AzureSearchIndexDatasetTypeProperties (必要)

AzureSearchIndexDatasetTypeProperties

名字 描述 價值
indexName Azure 搜尋服務索引的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

AzureSqlDWTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlDWTable' (必要)
typeProperties Azure SQL 數據倉儲數據集屬性。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 數據倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 數據倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlMITableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlMITable' (必要)
typeProperties Azure SQL 受控實例數據集屬性。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 受控實例的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 受控實例數據集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureSqlTable' (必要)
typeProperties Azure SQL 資料集屬性。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名字 描述 價值
圖式 Azure SQL 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Azure SQL 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

AzureTableDataset

名字 描述 價值
類型 數據集的類型。 'AzureTable' (必要)
typeProperties Azure 資料表數據集屬性。 AzureTableDatasetTypeProperties (必要)

AzureTableDatasetTypeProperties

名字 描述 價值
tableName Azure 資料表記憶體的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

BinaryDataset

名字 描述 價值
類型 數據集的類型。 'Binary' (必要)
typeProperties 二進位數據集屬性。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名字 描述 價值
壓縮 用於二進位數據集的數據壓縮方法。 DatasetCompression
位置 二進位記憶體的位置。 DatasetLocation (必要)

CassandraTableDataset

名字 描述 價值
類型 數據集的類型。 'CassandraTable' (必要)
typeProperties Cassandra 資料集屬性。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名字 描述 價值
keyspace Cassandra 資料庫的索引鍵空間。 Type:string (或 expression with resultType string) 。 任何
tableName Cassandra 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

CommonDataServiceForAppsEntityDataset

名字 描述 價值
類型 數據集的類型。 'CommonDataServiceForAppsEntity' (必要)
typeProperties Common Data Service for Apps 實體數據集屬性。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

ConcurObjectDataset

名字 描述 價值
類型 數據集的類型。 'ConcurObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbMongoDbApiCollection' (必要)
typeProperties CosmosDB (MongoDB API) 資料庫數據集屬性。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必要)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名字 描述 價值
收集 CosmosDB (MongoDB API) 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CosmosDbSqlApiCollectionDataset

名字 描述 價值
類型 數據集的類型。 'CosmosDbSqlApiCollection' (必要)
typeProperties CosmosDB (SQL API) 集合數據集屬性。 CosmosDbSqlApiCollectionDatasetTypeProperties (必要)

CosmosDbSqlApiCollectionDatasetTypeProperties

名字 描述 價值
collectionName CosmosDB (SQL API) 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

CouchbaseTableDataset

名字 描述 價值
類型 數據集的類型。 'CouchbaseTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

CustomDataset

名字 描述 價值
類型 數據集的類型。 'CustomDataset' (必要)
typeProperties 自訂數據集屬性。 任何

數據

名字 描述 價值
附註 可用於描述數據集的標記清單。 any[]
描述 數據集描述。 字串
資料夾 此數據集位於的資料夾。 如果未指定,數據集將會出現在根層級。 DatasetFolder
linkedServiceName 鏈接的服務參考。 LinkedServiceReference (必要)
參數 數據集的參數。 ParameterDefinitionSpecification
圖式 定義數據集實體類型架構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetSchemaDataElement。 任何
結構 定義數據集結構的數據行。 Type: array (或 Expression with resultType array), itemType: DatasetDataElement。 任何
類型 針對 AmazonMWSObjectDataset 類型設定為 'AmazonMWSObject',。 針對 AmazonRdsForOracleTableDataset 類型設定為 'AmazonRdsForOracleTable',。 針對 AmazonRdsForSqlServerTableDataset類型,設定為 'AmazonRdsForSqlServerTable'。 針對 AmazonRedshiftTableDataset 類型設定為 'AmazonRedshiftTable',。 針對 AmazonS3Dataset 類型設定為 'AmazonS3Object',。 針對 AvroDataset 類型設定為 'Avro',。 針對 azureBlobDataset 類型設定為 'AzureBlob',。 針對 azureBlobFSDataset 類型設定為 'AzureBlobFSFile',。 針對 AzureDataExplorerTableDataset 類型設定為 'AzureDataExplorerTable',。 針對 AzureDataLakeStoreDataset類型,設定為 『AzureDataLakeStoreFile』。 針對 azureDatabricksDeltaLakeDataset 類型設定為 'AzureDatabricksDeltaLakeDataset',。 針對 azureMariaDBTableDataset 類型設定為 'AzureMariaDBTable',。 針對 azureMySqlTableDataset 類型 設定為 'AzureMySqlTable',。 針對 azurePostgreSqlTableDataset 類型設定為 'AzurePostgreSqlTable',。 針對 azureSearchIndexDataset 類型 設定為 'AzureSearchIndex',。 針對 AzureSqlDWTableDataset 類型設定為 'AzureSqlDWTable',。 針對 azureSqlMITableDataset 類型 設定為 'AzureSqlMITable',。 針對 azureSqlTableDataset 類型 設定為 'AzureSqlTable',。 針對 azureTableDataset 類型 設定為 'AzureTable',。 針對 binaryDataset 類型 設定為 'Binary',。 針對 CassandraTableDataset 類型 設定為 'CassandraTable',。 針對 CommonDataServiceForAppsEntityDataset類型 設定為 'CommonDataServiceForAppsEntity'。 針對 concurObjectDataset 類型設定為 'ConcurObject',。 針對 CosmosDbMongoDbApiCollectionDataset 類型設定為 'CosmosDbMongoDbApiCollectionDataset'。 針對 CosmosDbSqlApiCollectionDataset 類型設定為 'CosmosDbSqlApiCollectionDataset',。 針對 couchbaseTableDataset 類型設定為 'CouchbaseTable',。 針對 customDataset 類型設定為 'CustomDataset',。 將 類型設定為 'Db2Table',Db2TableDataset。 針對 DelimitedTextDataset 類型 設定為 'DelimitedText',。 針對 DocumentDbCollectionDataset 類型設定為 'DocumentDbCollection',。 針對 DrillTableDataset 類型 設定為 'DrillTable',。 針對 DynamicsAXResourceDataset 類型設定為 'DynamicsAXResource',。 針對 DynamicsCrmEntityDataset類型 設定為 'DynamicsCrmEntity'。 針對 DynamicsEntityDataset 類型設定為 'DynamicsEntity',。 針對類型 EloquaObjectDataset,設定為 'EloquaObject'。 將 類型設定為 'Excel',ExcelDataset。 針對 FileShareDataset 類型 設定為 'FileShare',。 針對 GoogleAdWordsObjectDataset 類型設定為 'GoogleAdWordsObject',。 針對 GoogleBigQueryObjectDataset 類型設定為 'GoogleBigQueryObject',。 針對 GoogleBigQueryV2ObjectDataset 類型設定為 'GoogleBigQueryV2ObjectDataset',。 針對 greenplumTableDataset 類型 設定為 'GreenplumTable',。 針對 HBaseObjectDataset 類型 設定為 'HBaseObject',。 針對HiveObjectDataset類型 設定為 'HiveObject',。 將 類型設定為 'HttpFile',HttpDataset。 針對 HubspotObjectDataset 類型設定為 'HubspotObject',。 針對 icebergDataset 類型 設定為 'Iceberg',。 針對impalaObjectDataset類型 設定為 'ImpalaObject',。 針對 informixTableDataset 類型 設定為 'InformixTable',。 將 類型設定為 'JiraObject',JiraObjectDataset。 針對 jsonDataset 類型 設定為 『Json』,。 將 類型設定為 'LakeHouseTable',LakeHouseTableDataset。 針對 MagentoObjectDataset 類型設定為 'MagentoObject',。 設定為 'MariaDBTable' 類型 MariaDBTableDataset。 將 類型設定為 'MarketoObject',MarketoObjectDataset。 將 類型設定為 'MicrosoftAccessTable',MicrosoftAccessTableDataset。 針對 mongoDbAtlasCollection 資料類型 設定為 'MongoDbAtlasCollection',。 針對 mongoDbCollectionDataset類型 設定為 'MongoDbCollection'。 針對 mongoDbV2Collection 資料類型 設定為 'MongoDbV2Collection',。 將 類型設定為 'MySqlTable',MySqlTableDataset。 針對 netezzaTableDataset 類型設定為 'NetezzaTable',。 將 類型設定為 'ODataResource' ODataResourceDataset。 將 類型設定為 'OdbcTable' OdbcTableDataset。 將 類型設定為 'Office365Table',Office365Dataset。 針對 OracleServiceCloudObjectDataset 類型設定為 'OracleServiceCloudObject',。 針對 OracleTableDataset 類型設定為 'OracleTable',。 針對 OrcDataset 類型設定為 'Orc',。 將 類型設定為 'Parquet',ParquetDataset。 針對 PaypalObject 資料類型 設定為 'PaypalObject',。 針對 phoenixObjectDataset 類型設定為 'PhoenixObject',。 針對 postgreSqlTableDataset 類型設定為 'PostgreSqlTable',。 針對 postgreSqlV2Table 類型設定為 'PostgreSqlV2Table',PostgreSqlV2TableDataset。 針對 prestoObject 資料類型設定為 'PrestoObject ',。 將 QuickBooksObjectDataset 類型設定為 'QuickBooksObject',。 將 類型設定為 'RelationalTable',RelationalTableDataset。 針對類型 ResponsysObjectDataset設定為 'ResponsysObject'。 針對 restResourceDataset 類型 設定為 'RestResource',。 針對 salesforceMarketingCloudObject 類型 設定為 'SalesforceMarketingCloudObject',。 針對 salesforceObject 資料類型 設定為 'SalesforceObject',。 針對 salesforceServiceCloudObject 類型 設定為 'SalesforceServiceCloudObject',。 針對 salesforceServiceCloudV2Object 類型 設定為 'SalesforceServiceCloudV2Object',。 針對 salesforceV2Object 類型 設定為 'SalesforceV2Object',。 針對 sapBwCube 資料類型設定為 'SapBwCube',sapBwCubeDataset。 針對 SapCloudForCustomerResourceDataset 類型設定為 'SapCloudForCustomerResourceResource',。 針對 SapEccResourceDataset 類型設定為 'SapEccResource',。 針對 sapHanaTableDataset 類型 設定為 'SapHanaTable',。 針對 SapOdpResourceDataset 類型設定為 'SapOdpResource',。 針對 SapOpenHubTableDataset 類型設定為 'SapOpenHubTable',。 針對 sapTableResourceDataset 類型 設定為 'SapTableResource',。 將 類型設定為 'ServiceNowObject' ServiceNowObjectDataset。 針對 type ServiceNowV2ObjectDataset,設定為 'ServiceNowV2Object'。 將 設定為 'SharePointOnlineListResource' 類型 SharePointOnlineListResourceDataset。 設定為 'ShopifyObject' 類型 ShopifyObjectDataset。 針對 snowflakeDataset 類型設定為 'SnowflakeTable',。 針對類型 SnowflakeV2Dataset,設定為 'SnowflakeV2Table'。 針對sparkObjectDataset類型 設定為 'SparkObject',。 將 類型設定為 'SqlServerTable',SqlServerTableDataset。 設定為 'SquareObject' 類型 SquareObjectDataset。 針對 SybaseTableDataset 類型 設定為 'SybaseTable',。 將 類型設定為 'TeradataTable',TeradataTableDataset。 將 類型設定為 'VerticaTable',VerticaTableDataset。 針對 warehouseTableDataset 類型 設定為 'WarehouseTable',。 將 類型設定為 'WebTable',WebTableDataset。 針對 XeroObjectDataset 類型 設定為 'XeroObject',。 將 類型設定為 'Xml',XmlDataset。 針對類型 ZohoObjectDataset設定為 'ZohoObject'。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
冰山”
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakeHouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必要)

DatasetCompression

名字 描述 價值
水準 數據集壓縮層級。 Type:string (或 expression with resultType string) 。 任何
類型 數據集壓縮的類型。 Type:string (或 expression with resultType string) 。 任何 (必要)

DatasetFolder

名字 描述 價值
名字 此數據集位於的資料夾名稱。 字串

DatasetLocation

名字 描述 價值
檔名 指定數據集的檔案名。 Type:string (或 expression with resultType string) 。 任何
folderPath 指定資料集的資料夾路徑。 類型:string (或 expression with resultType string) 任何
類型 設定為 'AmazonS3CompatibleLocation' 類型 AmazonS3CompatibleLocation。 針對 [amazonS3Location] 類型設定為 'AmazonS3Location',。 針對 AzureBlobFSLocation 類型 設定為 'AzureBlobFSLocation',。 針對 azureBlobStorageLocation 類型 設定為 'AzureBlobStorageLocation',。 針對 AzureDataLakeStoreLocation 類型設定為 'AzureDataLakeStoreLocation',。 針對 azureFileStorageLocation 類型 設定為 'AzureFileStorageLocation',。 針對 FileServerLocation 類型設定為 'FileServerLocation'。 針對 ftpServerLocation 類型設定為 'FtpServerLocation'。 針對 GoogleCloudStorageLocation 類型設定為 'GoogleCloudStorageLocation',。 針對 hdfsLocation 類型設定為 『HdfsLocation』,hdfsLocation。 針對 HTTPServerLocation 類型 設定為 'HttpServerLocation',。 將 類型設定為 'LakeHouseLocation' LakeHouseLocation。 針對 OracleCloudStorageLocation 類型設定為 'OracleCloudStorageLocation',。 針對 sftpLocation 類型設定為 'SftpLocation',SftpLocation 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必要)

DatasetStorageFormat

名字 描述 價值
還原串行化程式 還原串行化程式。 Type:string (或 expression with resultType string) 。 任何
串行化程式 串行化程式。 Type:string (或 expression with resultType string) 。 任何
類型 針對 AvroFormat 類型設定為 'AvroFormat',。 將 類型設定為 'JsonFormat',JsonFormat。 針對 OrcFormat 類型設定為 'OrcFormat',。 將 類型設定為 'ParquetFormat',ParquetFormat。 將 類型設定為 'TextFormat',TextFormat 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必要)

Db2TableDataset

名字 描述 價值
類型 數據集的類型。 'Db2Table' (必要)
typeProperties Db2 資料表數據集屬性。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名字 描述 價值
圖式 Db2 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Db2 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DelimitedTextDataset

名字 描述 價值
類型 數據集的類型。 'DelimitedText' (必要)
typeProperties 分隔的文字數據集屬性。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
compressionLevel 用於 DelimitedText 的數據壓縮方法。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,則預設值為UTF-8,除非BOM表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 分隔文字儲存區的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何

DocumentDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'DocumentDbCollection' (必要)
typeProperties DocumentDB 集合數據集屬性。 DocumentDbCollectionDatasetTypeProperties (必要)

DocumentDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName Document Database 集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

DrillDatasetTypeProperties

名字 描述 價值
圖式 Drill 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Drill 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

DrillTableDataset

名字 描述 價值
類型 數據集的類型。 'DrillTable' (必要)
typeProperties 此數據集類型特有的屬性。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsAXResource' (必要)
typeProperties Dynamics AX OData 資源數據集屬性。 DynamicsAXResourceDatasetTypeProperties (必要)

DynamicsAXResourceDatasetTypeProperties

名字 描述 價值
路徑 Dynamics AX OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

DynamicsCrmEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsCrmEntity' (必要)
typeProperties Dynamics CRM 實體數據集屬性。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

DynamicsEntityDataset

名字 描述 價值
類型 數據集的類型。 'DynamicsEntity' (必要)
typeProperties Dynamics 實體數據集屬性。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名字 描述 價值
entityName 實體的邏輯名稱。 Type:string (或 expression with resultType string) 。 任何

EloquaObjectDataset

名字 描述 價值
類型 數據集的類型。 'EloquaObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ExcelDataset

名字 描述 價值
類型 數據集的類型。 'Excel' (必要)
typeProperties Excel 資料集屬性。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
位置 Excel 記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
範圍 一張工作表的部分數據。 Type:string (或 expression with resultType string) 。 任何
sheetIndex excel 檔案和預設值的工作表索引為 0。 類型:integer(或 expression 含 resultType 整數的運算式) 任何
sheetName Excel 檔案的工作表名稱。 Type:string (或 expression with resultType string) 。 任何

FileServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FileServerLocation' (必要)

FileShareDataset

名字 描述 價值
類型 數據集的類型。 'FileShare' (必要)
typeProperties 內部部署檔案系統數據集屬性。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名字 描述 價值
壓縮 用於檔案系統的數據壓縮方法。 DatasetCompression
fileFilter 指定篩選條件,以用來選取 folderPath 中的檔案子集,而不是所有檔案。 Type:string (或 expression with resultType string) 。 任何
檔名 內部部署檔案系統的名稱。 Type:string (或 expression with resultType string) 。 任何
folderPath 內部部署檔案系統的路徑。 Type:string (或 expression with resultType string) 。 任何
格式 檔案格式。 DatasetStorageFormat
modifiedDatetimeEnd 檔案修改日期時間的結尾。 Type:string (或 expression with resultType string) 。 任何
modifiedDatetimeStart 檔案修改日期時間的開始。 Type:string (或 expression with resultType string) 。 任何

FtpServerLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'FtpServerLocation' (必要)

GenericDatasetTypeProperties

名字 描述 價值
tableName 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleAdWordsObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleAdWordsObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用資料庫 + 資料表屬性。 任何

GoogleBigQueryObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryObject' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名字 描述 價值
數據 Google BigQuery 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Google BigQuery 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

GoogleBigQueryV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'GoogleBigQueryV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

名字 描述 價值
bucketName 指定Google Cloud Storage的bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'GoogleCloudStorageLocation' (必要)
版本 指定Google Cloud Storage的版本。 Type:string (或 expression with resultType string) 。 任何

GreenplumDatasetTypeProperties

名字 描述 價值
圖式 Greenplum 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Greenplum 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

GreenplumTableDataset

名字 描述 價值
類型 數據集的類型。 'GreenplumTable' (必要)
typeProperties 此數據集類型特有的屬性。 GreenplumDatasetTypeProperties

HBaseObjectDataset

名字 描述 價值
類型 數據集的類型。 'HBaseObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

HdfsLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'HdfsLocation' (必要)

HiveDatasetTypeProperties

名字 描述 價值
圖式 Hive 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Hive 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

HiveObjectDataset

名字 描述 價值
類型 數據集的類型。 'HiveObject' (必要)
typeProperties 此數據集類型特有的屬性。 HiveDatasetTypeProperties

HttpDataset

名字 描述 價值
類型 數據集的類型。 'HttpFile' (必要)
typeProperties 此數據集類型特有的屬性。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名字 描述 價值
additionalHeaders HTTP 要求的標頭。 例如 request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n 類型:string(或 expression with resultType string)。
任何
壓縮 檔案上使用的數據壓縮方法。 DatasetCompression
格式 檔案格式。 DatasetStorageFormat
relativeUrl 根據 HttpLinkedService 中 URL 的相對 URL 會參考 HTTP 檔類型:字串(或具有 resultType 字串串的表達式)。 任何
requestBody HTTP 要求的本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod HTTP 要求的 HTTP 方法。 Type:string (或 expression with resultType string) 。 任何

HttpServerLocation

名字 描述 價值
relativeUrl 指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'HttpServerLocation' (必要)

HubspotObjectDataset

名字 描述 價值
類型 數據集的類型。 'HubspotObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

IcebergDataset

名字 描述 價值
類型 數據集的類型。 冰山“(必要)
typeProperties Iceberg 資料集屬性。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

名字 描述 價值
位置 冰山儲存區的位置。 冰山格式不允許設定檔名。 DatasetLocation (必要)

ImpalaDatasetTypeProperties

名字 描述 價值
圖式 Impala 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Impala 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ImpalaObjectDataset

名字 描述 價值
類型 數據集的類型。 'ImpalaObject' (必要)
typeProperties 此數據集類型特有的屬性。 ImpalaDatasetTypeProperties

InformixTableDataset

名字 描述 價值
類型 數據集的類型。 'InformixTable' (必要)
typeProperties Informix 數據表數據集屬性。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名字 描述 價值
tableName Informix 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

JiraObjectDataset

名字 描述 價值
類型 數據集的類型。 'JiraObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

JsonDataset

名字 描述 價值
類型 數據集的類型。 'Json' (必要)
typeProperties Json 數據集屬性。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)

JsonFormat

名字 描述 價值
encodingName 慣用編碼的代碼頁名稱。 如果未提供,則預設值為 'utf-8',除非位元組順序標記 (BOM) 表示另一個 Unicode 編碼。 您可以在下列參考中編碼資料表的 'Name' 資料列中找到支援值的完整清單:https://go.microsoft.com/fwlink/?linkid=861078。 Type:string (或 expression with resultType string) 。 任何
filePattern JSON 的檔案模式。 為了更具體,分隔 JSON 物件的集合方式。 默認值為 『setOfObjects』。 這是區分大小寫的。 任何
jsonNodeReference 要扁平化之 JSON 陣列專案的 JSONPath。 範例:“$。ArrayPath”。 Type:string (或 expression with resultType string) 。 任何
jsonPathDefinition 每個數據行對應的 JSONPath 定義,具有自定義的數據行名稱,以從 JSON 檔案擷取數據。 若為根物件下的欄位,請從 “$” 開始;針對 jsonNodeReference 屬性所選陣列內的欄位,從陣列元素開始。 範例: {“Column1”: “$.Column1Path“、”Column2“: ”Column2PathInArray“}。 Type:object (或 Expression with resultType 物件)。 任何
nestingSeparator 用來分隔巢狀層級的字元。 預設值為 '.'(點)。 Type:string (或 expression with resultType string) 。 任何
類型 數據集儲存格式的類型。 'JsonFormat' (必要)

LakeHouseLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'LakeHouseLocation' (必要)

LakeHouseTableDataset

名字 描述 價值
類型 數據集的類型。 'LakeHouseTable' (必要)
typeProperties Microsoft Fabric LakeHouse 數據表數據集屬性。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft Fabric LakeHouse 數據表的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft Fabric LakeHouse 數據表的名稱。 Type:string (或 expression with resultType string) 。 任何

LinkedServiceReference

名字 描述 價值
參數 LinkedService 的自變數。 ParameterValueSpecification
referenceName 參考 LinkedService 名稱。 字串 (必要)
類型 連結服務參考類型。 'LinkedServiceReference' (必要)

MagentoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MagentoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MariaDBTableDataset

名字 描述 價值
類型 數據集的類型。 'MariaDBTable' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

MarketoObjectDataset

名字 描述 價值
類型 數據集的類型。 'MarketoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

Microsoft.DataFactory/factories/datasets

名字 描述 價值
名字 資源名稱 字串

約束:
最小長度 = 1
最大長度 = 1
模式 = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必要)
parent_id 此資源為父系之資源的標識碼。 類型的資源標識碼:處理站
性能 數據集屬性。 資料集 (必要)
類型 資源類型 “Microsoft.DataFactory/factories/datasets@2018-06-01”

MicrosoftAccessTableDataset

名字 描述 價值
類型 數據集的類型。 'MicrosoftAccessTable' (必要)
typeProperties Microsoft Access 數據表數據集屬性。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名字 描述 價值
tableName Microsoft Access 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

MongoDbAtlasCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbAtlasCollection' (必要)
typeProperties MongoDB Atlas 資料庫數據集屬性。 MongoDbAtlasCollectionDatasetTypeProperties (必要)

MongoDbAtlasCollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB Atlas 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbCollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbCollection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbCollectionDatasetTypeProperties (必要)

MongoDbCollectionDatasetTypeProperties

名字 描述 價值
collectionName MongoDB 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MongoDbV2CollectionDataset

名字 描述 價值
類型 數據集的類型。 'MongoDbV2Collection' (必要)
typeProperties MongoDB 資料庫數據集屬性。 MongoDbV2CollectionDatasetTypeProperties (必要)

MongoDbV2CollectionDatasetTypeProperties

名字 描述 價值
收集 MongoDB 資料庫的集合名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

MySqlTableDataset

名字 描述 價值
類型 數據集的類型。 'MySqlTable' (必要)
typeProperties MySQL 資料表數據集屬性。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名字 描述 價值
tableName MySQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

NetezzaTableDataset

名字 描述 價值
類型 數據集的類型。 'NetezzaTable' (必要)
typeProperties 此數據集類型特有的屬性。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名字 描述 價值
圖式 Netezza 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Netezza 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

ODataResourceDataset

名字 描述 價值
類型 數據集的類型。 'ODataResource' (必要)
typeProperties OData 數據集屬性。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名字 描述 價值
路徑 OData 資源路徑。 Type:string (或 expression with resultType string) 。 任何

OdbcTableDataset

名字 描述 價值
類型 數據集的類型。 'OdbcTable' (必要)
typeProperties ODBC 資料表數據集屬性。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名字 描述 價值
tableName ODBC 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

Office365Dataset

名字 描述 價值
類型 數據集的類型。 'Office365Table' (必要)
typeProperties Office365 數據集屬性。 Office365DatasetTypeProperties (必要)

Office365DatasetTypeProperties

名字 描述 價值
謂語 述詞表達式,可用來篩選要從 Office 365 擷取的特定數據列。 Type:string (或 expression with resultType string) 。 任何
tableName 要從 Office 365 擷取的數據集名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

OracleCloudStorageLocation

名字 描述 價值
bucketName 指定 Oracle 雲端記憶體的 bucketName。 類型:string (或 expression with resultType string) 任何
類型 數據集儲存位置的類型。 'OracleCloudStorageLocation' (必要)
版本 指定 Oracle 雲端記憶體的版本。 Type:string (或 expression with resultType string) 。 任何

OracleServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'OracleServiceCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

OracleTableDataset

名字 描述 價值
類型 數據集的類型。 'OracleTable' (必要)
typeProperties 內部部署 Oracle 資料集屬性。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名字 描述 價值
圖式 內部部署 Oracle 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 內部部署 Oracle 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

OrcDataset

名字 描述 價值
類型 數據集的類型。 'Orc' (必要)
typeProperties ORC 資料集屬性。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名字 描述 價值
位置 ORC 數據記憶體的位置。 DatasetLocation (必要)
orcCompressionCodec data orcCompressionCodec。 Type:string (或 expression with resultType string) 。 任何

OrcFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'OrcFormat' (必要)

ParameterDefinitionSpecification

名字 描述 價值

ParameterSpecification

名字 描述 價值
defaultValue 參數的預設值。 任何
類型 參數類型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必要)

ParameterValueSpecification

名字 描述 價值

ParquetDataset

名字 描述 價值
類型 數據集的類型。 'Parquet' (必要)
typeProperties Parquet 資料集屬性。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名字 描述 價值
compressionCodec 數據壓縮Codec。 Type:string (或 expression with resultType string) 。 任何
位置 parquet 記憶體的位置。 DatasetLocation (必要)

ParquetFormat

名字 描述 價值
類型 數據集儲存格式的類型。 'ParquetFormat' (必要)

PaypalObjectDataset

名字 描述 價值
類型 數據集的類型。 'PaypalObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

名字 描述 價值
圖式 Phoenix 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Phoenix 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PhoenixObjectDataset

名字 描述 價值
類型 數據集的類型。 'PhoenixObject' (必要)
typeProperties 此數據集類型特有的屬性。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlTable' (必要)
typeProperties PostgreSQL 數據表數據集屬性。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PostgreSqlV2TableDataset

名字 描述 價值
類型 數據集的類型。 'PostgreSqlV2Table' (必要)
typeProperties PostgreSQLV2 數據表數據集屬性。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名字 描述 價值
圖式 PostgreSQL 架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 PostgreSQL 資料表名稱。 Type:string (或 expression with resultType string) 。 任何

PrestoDatasetTypeProperties

名字 描述 價值
圖式 Presto 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Presto 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

PrestoObjectDataset

名字 描述 價值
類型 數據集的類型。 'PrestoObject' (必要)
typeProperties 此數據集類型特有的屬性。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

名字 描述 價值
類型 數據集的類型。 'QuickBooksObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RelationalTableDataset

名字 描述 價值
類型 數據集的類型。 'RelationalTable' (必要)
typeProperties 關係型數據表數據集屬性。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名字 描述 價值
tableName 關係型數據表名稱。 Type:string (或 expression with resultType string) 。 任何

ResponsysObjectDataset

名字 描述 價值
類型 數據集的類型。 'ResponsysObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

RestResourceDataset

名字 描述 價值
類型 數據集的類型。 'RestResource' (必要)
typeProperties 此數據集類型特有的屬性。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名字 描述 價值
additionalHeaders 要求中對 RESTful API 的其他 HTTP 標頭。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 撰寫下一頁要求的分頁規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API 所提供資源的相對 URL。 Type:string (或 expression with resultType string) 。 任何
requestBody 如果 requestMethod 為 POST,則為 RESTful API 的 HTTP 要求本文。 Type:string (或 expression with resultType string) 。 任何
requestMethod 用來呼叫 RESTful API 的 HTTP 方法。 預設值為 GET。 Type:string (或 expression with resultType string) 。 任何

RestResourceDatasetTypePropertiesAdditionalHeaders

名字 描述 價值

RestResourceDatasetTypePropertiesPaginationRules

名字 描述 價值

SalesforceMarketingCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceMarketingCloudObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SalesforceObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceObject' (必要)
typeProperties Salesforce 對象資料集屬性。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudObject' (必要)
typeProperties Salesforce Service Cloud 對象數據集屬性。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何

SalesforceServiceCloudV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceServiceCloudV2Object' (必要)
typeProperties Salesforce Service Cloud V2 對象數據集屬性。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce Service Cloud V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce Service Cloud V2 reportId。 Type:string (或 expression with resultType string) 。 任何

SalesforceV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'SalesforceV2Object' (必要)
typeProperties Salesforce V2 對象數據集屬性。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名字 描述 價值
objectApiName Salesforce V2 物件 API 名稱。 Type:string (或 expression with resultType string) 。 任何
reportId Salesforce V2 報表標識符。類型:string (或 Expression with resultType string)。 任何

SapBwCubeDataset

名字 描述 價值
類型 數據集的類型。 'SapBwCube' (必要)

SapCloudForCustomerResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapCloudForCustomerResource' (必要)
typeProperties SAP Cloud For Customer OData 資源數據集屬性。 SapCloudForCustomerResourceDatasetTypeProperties (必要)

SapCloudForCustomerResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP Cloud for Customer OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapEccResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapEccResource' (必要)
typeProperties SAP ECC OData 資源數據集屬性。 SapEccResourceDatasetTypeProperties (必要)

SapEccResourceDatasetTypeProperties

名字 描述 價值
路徑 SAP ECC OData 實體的路徑。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapHanaTableDataset

名字 描述 價值
類型 數據集的類型。 'SapHanaTable' (必要)
typeProperties SAP HANA 資料表屬性。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名字 描述 價值
圖式 SAP HANA 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SAP HANA 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SapOdpResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapOdpResource' (必要)
typeProperties SAP ODP 資源屬性。 SapOdpResourceDatasetTypeProperties (必要)

SapOdpResourceDatasetTypeProperties

名字 描述 價值
上下文 SAP ODP 對象的內容。 Type:string (或 expression with resultType string) 。 任何 (必要)
objectName SAP ODP 物件的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapOpenHubTableDataset

名字 描述 價值
類型 數據集的類型。 'SapOpenHubTable' (必要)
typeProperties Sap Business Warehouse Open Hub 目的地數據表屬性。 SapOpenHubTableDatasetTypeProperties (必要)

SapOpenHubTableDatasetTypeProperties

名字 描述 價值
baseRequestId 要求差異載入的標識碼。 設定之後,只會擷取 requestId 大於此屬性的值的數據。 預設值為 0。 類型:integer (或 expression with resultType integer 的運算式 )。 任何
excludeLastRequest 是否要排除最後一個要求的記錄。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
openHubDestinationName [開啟中樞目的地] 的名稱,其目的地類型為Database Table。 Type:string (或 expression with resultType string) 。 任何 (必要)

SapTableResourceDataset

名字 描述 價值
類型 數據集的類型。 'SapTableResource' (必要)
typeProperties SAP 資料表資源屬性。 SapTableResourceDatasetTypeProperties (必要)

SapTableResourceDatasetTypeProperties

名字 描述 價值
tableName SAP 資料表的名稱。 Type:string (或 expression with resultType string) 。 任何 (必要)

ServiceNowObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名字 描述 價值
類型 數據集的類型。 'ServiceNowV2Object' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SftpLocation

名字 描述 價值
類型 數據集儲存位置的類型。 'SftpLocation' (必要)

SharePointOnlineListDatasetTypeProperties

名字 描述 價值
listName SharePoint Online 列表的名稱。 Type:string (或 expression with resultType string) 。 任何

SharePointOnlineListResourceDataset

名字 描述 價值
類型 數據集的類型。 'SharePointOnlineListResource' (必要)
typeProperties Sharepoint Online 清單數據集屬性。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

名字 描述 價值
類型 數據集的類型。 'ShopifyObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SnowflakeDataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeTable' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SnowflakeDatasetTypeProperties

名字 描述 價值
圖式 Snowflake 資料庫的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Snowflake 資料庫的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

SnowflakeV2Dataset

名字 描述 價值
類型 數據集的類型。 'SnowflakeV2Table' (必要)
typeProperties Snowflake 數據集屬性。 SnowflakeDatasetTypeProperties (必要)

SparkDatasetTypeProperties

名字 描述 價值
圖式 Spark 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Spark 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SparkObjectDataset

名字 描述 價值
類型 數據集的類型。 'SparkObject' (必要)
typeProperties 此數據集類型特有的屬性。 SparkDatasetTypeProperties

SqlServerTableDataset

名字 描述 價值
類型 數據集的類型。 'SqlServerTable' (必要)
typeProperties 內部部署 SQL Server 資料集屬性。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名字 描述 價值
圖式 SQL Server 資料集的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 SQL Server 資料集的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

SquareObjectDataset

名字 描述 價值
類型 數據集的類型。 'SquareObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

SybaseTableDataset

名字 描述 價值
類型 數據集的類型。 'SybaseTable' (必要)
typeProperties Sybase 數據表數據集屬性。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名字 描述 價值
tableName Sybase 數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TeradataTableDataset

名字 描述 價值
類型 數據集的類型。 'TeradataTable' (必要)
typeProperties Teradata 資料集屬性。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名字 描述 價值
資料庫 Teradata 的資料庫名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Teradata 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

TextFormat

名字 描述 價值
columnDelimiter 數據行分隔符。 Type:string (或 expression with resultType string) 。 任何
encodingName 慣用編碼的代碼頁名稱。 如果遺漏,除非 BOM 表示另一個 Unicode 編碼,否則預設值為 TfÇ£utf-8UniÇ¥。 若要設定支援的值,請參閱下列連結中數據表的 ーÇ£NameЛÇ¥ 數據行:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
escapeChar 逸出字元。 Type:string (或 expression with resultType string) 。 任何
firstRowAsHeader 當做輸入使用時,請將第一個數據列視為標頭。 當做輸出使用時,請將標頭寫入輸出中作為第一個數據列。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何
quoteChar 引號字元。 Type:string (或 expression with resultType string) 。 任何
rowDelimiter 數據列分隔符。 Type:string (或 expression with resultType string) 。 任何
skipLineCount 剖析文字檔時要略過的行/列數。 預設值為 0。 類型:integer (或 expression with resultType integer) 。 任何
treatEmptyAsNull 將文字檔中的空白資料行值視為 null。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 任何
類型 數據集儲存格式的類型。 'TextFormat' (必要)

VerticaDatasetTypeProperties

名字 描述 價值
圖式 Vertica 的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Vertica 的數據表名稱。 Type:string (或 expression with resultType string) 。 任何
tableName 這個屬性將會淘汰。 請考慮改用架構 + 資料表屬性。 任何

VerticaTableDataset

名字 描述 價值
類型 數據集的類型。 'VerticaTable' (必要)
typeProperties 此數據集類型特有的屬性。 VerticaDatasetTypeProperties

WarehouseTableDataset

名字 描述 價值
類型 數據集的類型。 'WarehouseTable' (必要)
typeProperties Microsoft網狀架構倉儲數據集屬性。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名字 描述 價值
圖式 Microsoft網狀架構倉儲的架構名稱。 Type:string (或 expression with resultType string) 。 任何
桌子 Microsoft網狀架構倉儲的數據表名稱。 Type:string (或 expression with resultType string) 。 任何

WebTableDataset

名字 描述 價值
類型 數據集的類型。 'WebTable' (必要)
typeProperties Web 資料表數據集屬性。 WebTableDatasetTypeProperties (必要)

WebTableDatasetTypeProperties

名字 描述 價值
指數 網頁中數據表以零起始的索引。 類型:integer (或 expression with resultType integer), minimum: 0。 任何 (必要)
路徑 鏈接服務 URL 中網頁的相對 URL。 Type:string (或 expression with resultType string) 。 任何

XeroObjectDataset

名字 描述 價值
類型 數據集的類型。 'XeroObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties

XmlDataset

名字 描述 價值
類型 數據集的類型。 'Xml' (必要)
typeProperties Xml 資料集屬性。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名字 描述 價值
壓縮 用於 json 數據集的數據壓縮方法。 DatasetCompression
encodingName 慣用編碼的代碼頁名稱。 如果未指定,則預設值為UTF-8,除非 BOM 表示另一個 Unicode 編碼。 請參閱下列連結中資料表的名稱資料列,以設定支援的值:https://msdn.microsoft.com/library/system.text.encoding.aspx。 Type:string (或 expression with resultType string) 。 任何
位置 json 數據記憶體的位置。 DatasetLocation (必要)
nullValue Null 值字串。 Type:string (或 expression with resultType string) 。 任何

ZohoObjectDataset

名字 描述 價值
類型 數據集的類型。 'ZohoObject' (必要)
typeProperties 此數據集類型特有的屬性。 GenericDatasetTypeProperties