Microsoft.DataFactory factorys/datasets 2018-06-01

Bicep リソース定義

factories/datasets リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/datasets リソースを作成するには、次の Bicep をテンプレートに追加します。

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

データセット オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AmazonMWSObject の場合は、次の値を使用します。

  type: 'AmazonMWSObject'
  typeProperties: {
    tableName: any()
  }

AmazonRdsForOracleTable の場合は、次の値を使用します。

  type: 'AmazonRdsForOracleTable'
  typeProperties: {
    schema: any()
    table: any()
  }

AmazonRdsForSqlServerTable の場合は、次の値を使用します。

  type: 'AmazonRdsForSqlServerTable'
  typeProperties: {
    schema: any()
    table: any()
  }

AmazonRedshiftTable の場合は、次を使用します。

  type: 'AmazonRedshiftTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

AmazonS3Object の場合は、次の値を使用します。

  type: 'AmazonS3Object'
  typeProperties: {
    bucketName: any()
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    key: any()
    modifiedDatetimeEnd: any()
    modifiedDatetimeStart: any()
    prefix: any()
    version: any()
  }

Avro の場合は、次を使用します。

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

AzureBlob の場合は、次の値を使用します。

  type: 'AzureBlob'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd: any()
    modifiedDatetimeStart: any()
    tableRootLocation: any()
  }

AzureBlobFSFile の場合は、次の値を使用します。

  type: 'AzureBlobFSFile'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。

  type: 'AzureDatabricksDeltaLakeDataset'
  typeProperties: {
    database: any()
    table: any()
  }

AzureDataExplorerTable の場合は、次を使用します。

  type: 'AzureDataExplorerTable'
  typeProperties: {
    table: any()
  }

AzureDataLakeStoreFile の場合は、次を使用します。

  type: 'AzureDataLakeStoreFile'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

AzureMariaDBTable の場合は、次を使用します。

  type: 'AzureMariaDBTable'
  typeProperties: {
    tableName: any()
  }

AzureMySqlTable の場合は、次の値を使用します。

  type: 'AzureMySqlTable'
  typeProperties: {
    table: any()
    tableName: any()
  }

AzurePostgreSqlTable の場合は、次を使用します。

  type: 'AzurePostgreSqlTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

AzureSearchIndex の場合は、次の値を使用します。

  type: 'AzureSearchIndex'
  typeProperties: {
    indexName: any()
  }

AzureSqlDWTable の場合は、次の値を使用します。

  type: 'AzureSqlDWTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

AzureSqlMITable の場合は、次の値を使用します。

  type: 'AzureSqlMITable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

AzureSqlTable の場合は、次を使用します。

  type: 'AzureSqlTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

AzureTable の場合は、次の値を使用します。

  type: 'AzureTable'
  typeProperties: {
    tableName: any()
  }

Binary の場合は、次の値を使用します。

  type: 'Binary'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

CassandraTable の場合は、次の値を使用します。

  type: 'CassandraTable'
  typeProperties: {
    keyspace: any()
    tableName: any()
  }

CommonDataServiceForAppsEntity の場合は、次の値を使用します。

  type: 'CommonDataServiceForAppsEntity'
  typeProperties: {
    entityName: any()
  }

ConcurObject の場合は、次の値を使用します。

  type: 'ConcurObject'
  typeProperties: {
    tableName: any()
  }

CosmosDbMongoDbApiCollection の場合は、次の値を使用します。

  type: 'CosmosDbMongoDbApiCollection'
  typeProperties: {
    collection: any()
  }

CosmosDbSqlApiCollection の場合は、次の値を使用します。

  type: 'CosmosDbSqlApiCollection'
  typeProperties: {
    collectionName: any()
  }

CouchbaseTable の場合は、次の値を使用します。

  type: 'CouchbaseTable'
  typeProperties: {
    tableName: any()
  }

CustomDataset の場合は、次の値を使用します。

  type: 'CustomDataset'
  typeProperties: any()

Db2Table の場合は、次の値を使用します。

  type: 'Db2Table'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

DelimitedText の場合は、次の値を使用します。

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

DocumentDbCollection の場合は、次の値を使用します。

  type: 'DocumentDbCollection'
  typeProperties: {
    collectionName: any()
  }

DrillTable の場合は、次の値を使用します。

  type: 'DrillTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

DynamicsAXResource の場合は、次の値を使用します。

  type: 'DynamicsAXResource'
  typeProperties: {
    path: any()
  }

DynamicsCrmEntity の場合は、次の値を使用します。

  type: 'DynamicsCrmEntity'
  typeProperties: {
    entityName: any()
  }

DynamicsEntity の場合は、次の値を使用します。

  type: 'DynamicsEntity'
  typeProperties: {
    entityName: any()
  }

EloquaObject の場合は、次の値を使用します。

  type: 'EloquaObject'
  typeProperties: {
    tableName: any()
  }

Excel の場合は、次の値を使用します。

  type: 'Excel'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    firstRowAsHeader: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any()
    range: any()
    sheetIndex: any()
    sheetName: any()
  }

FileShare の場合は、次の値を使用します。

  type: 'FileShare'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    fileFilter: any()
    fileName: any()
    folderPath: any()
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    modifiedDatetimeEnd: any()
    modifiedDatetimeStart: any()
  }

GoogleAdWordsObject の場合は、次の値を使用します。

  type: 'GoogleAdWordsObject'
  typeProperties: {
    tableName: any()
  }

GoogleBigQueryObject の場合は、次の値を使用します。

  type: 'GoogleBigQueryObject'
  typeProperties: {
    dataset: any()
    table: any()
    tableName: any()
  }

GoogleBigQueryV2Object の場合は、次の値を使用します。

  type: 'GoogleBigQueryV2Object'
  typeProperties: {
    dataset: any()
    table: any()
  }

GreenplumTable の場合は、次の値を使用します。

  type: 'GreenplumTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

HBaseObject の場合は、次の値を使用します。

  type: 'HBaseObject'
  typeProperties: {
    tableName: any()
  }

HiveObject の場合は、次の値を使用します。

  type: 'HiveObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

HttpFile の場合は、次の値を使用します。

  type: 'HttpFile'
  typeProperties: {
    additionalHeaders: any()
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    format: {
      deserializer: any()
      serializer: any()
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
    relativeUrl: any()
    requestBody: any()
    requestMethod: any()
  }

HubspotObject の場合は、次の値を使用します。

  type: 'HubspotObject'
  typeProperties: {
    tableName: any()
  }

ImpalaObject の場合は、次の値を使用します。

  type: 'ImpalaObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

InformixTable の場合は、次の値を使用します。

  type: 'InformixTable'
  typeProperties: {
    tableName: any()
  }

JiraObject の場合は、次の値を使用します。

  type: 'JiraObject'
  typeProperties: {
    tableName: any()
  }

Json の場合は、次の値を使用します。

  type: 'Json'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    encodingName: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

LakeHouseTable の場合は、次の値を使用します。

  type: 'LakeHouseTable'
  typeProperties: {
    table: any()
  }

MagentoObject の場合は、次の値を使用します。

  type: 'MagentoObject'
  typeProperties: {
    tableName: any()
  }

MariaDBTable の場合は、次の値を使用します。

  type: 'MariaDBTable'
  typeProperties: {
    tableName: any()
  }

MarketoObject の場合は、次の値を使用します。

  type: 'MarketoObject'
  typeProperties: {
    tableName: any()
  }

MicrosoftAccessTable の場合は、次を使用します。

  type: 'MicrosoftAccessTable'
  typeProperties: {
    tableName: any()
  }

MongoDbAtlasCollection の場合は、次を使用します。

  type: 'MongoDbAtlasCollection'
  typeProperties: {
    collection: any()
  }

MongoDbCollection の場合は、次を使用します。

  type: 'MongoDbCollection'
  typeProperties: {
    collectionName: any()
  }

MongoDbV2Collection の場合は、次を使用します。

  type: 'MongoDbV2Collection'
  typeProperties: {
    collection: any()
  }

MySqlTable の場合は、次の値を使用します。

  type: 'MySqlTable'
  typeProperties: {
    tableName: any()
  }

NetezzaTable の場合は、次の値を使用します。

  type: 'NetezzaTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

ODataResource の場合は、次の値を使用します。

  type: 'ODataResource'
  typeProperties: {
    path: any()
  }

OdbcTable の場合は、次の値を使用します。

  type: 'OdbcTable'
  typeProperties: {
    tableName: any()
  }

Office365Table の場合は、次を使用します。

  type: 'Office365Table'
  typeProperties: {
    predicate: any()
    tableName: any()
  }

OracleServiceCloudObject の場合は、次の値を使用します。

  type: 'OracleServiceCloudObject'
  typeProperties: {
    tableName: any()
  }

OracleTable の場合は、次の値を使用します。

  type: 'OracleTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

Orc の場合は、次の値を使用します。

  type: 'Orc'
  typeProperties: {
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    orcCompressionCodec: any()
  }

Parquet の場合は、次の値を使用します。

  type: 'Parquet'
  typeProperties: {
    compressionCodec: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
  }

PayPalObject の場合は、次の値を使用します。

  type: 'PaypalObject'
  typeProperties: {
    tableName: any()
  }

PhoenixObject の場合は、次の値を使用します。

  type: 'PhoenixObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

PostgreSqlTable の場合は、次の値を使用します。

  type: 'PostgreSqlTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

PostgreSqlV2Table の場合は、次の値を使用します。

  type: 'PostgreSqlV2Table'
  typeProperties: {
    schema: any()
    table: any()
  }

PrestoObject の場合は、次の値を使用します。

  type: 'PrestoObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

QuickBooksObject の場合は、次の値を使用します。

  type: 'QuickBooksObject'
  typeProperties: {
    tableName: any()
  }

RelationalTable の場合は、次の値を使用します。

  type: 'RelationalTable'
  typeProperties: {
    tableName: any()
  }

ResponsysObject の場合は、次の値を使用します。

  type: 'ResponsysObject'
  typeProperties: {
    tableName: any()
  }

RestResource の場合は、次の値を使用します。

  type: 'RestResource'
  typeProperties: {
    additionalHeaders: {
      {customized property}: any()
    }
    paginationRules: {
      {customized property}: any()
    }
    relativeUrl: any()
    requestBody: any()
    requestMethod: any()
  }

SalesforceMarketingCloudObject の場合は、次を使用します。

  type: 'SalesforceMarketingCloudObject'
  typeProperties: {
    tableName: any()
  }

SalesforceObject の場合は、次の値を使用します。

  type: 'SalesforceObject'
  typeProperties: {
    objectApiName: any()
  }

SalesforceServiceCloudObject の場合は、次の値を使用します。

  type: 'SalesforceServiceCloudObject'
  typeProperties: {
    objectApiName: any()
  }

SalesforceServiceCloudV2Object の場合は、次の値を使用します。

  type: 'SalesforceServiceCloudV2Object'
  typeProperties: {
    objectApiName: any()
    reportId: any()
  }

SalesforceV2Object の場合は、次の値を使用します。

  type: 'SalesforceV2Object'
  typeProperties: {
    objectApiName: any()
    reportId: any()
  }

SapBwCube の場合は、次の値を使用します。

  type: 'SapBwCube'

SapCloudForCustomerResource の場合は、次を使用します。

  type: 'SapCloudForCustomerResource'
  typeProperties: {
    path: any()
  }

SapEccResource の場合は、次を使用します。

  type: 'SapEccResource'
  typeProperties: {
    path: any()
  }

SapHanaTable の場合は、次の値を使用します。

  type: 'SapHanaTable'
  typeProperties: {
    schema: any()
    table: any()
  }

SapOdpResource の場合は、次を使用します。

  type: 'SapOdpResource'
  typeProperties: {
    context: any()
    objectName: any()
  }

SapOpenHubTable の場合は、次の値を使用します。

  type: 'SapOpenHubTable'
  typeProperties: {
    baseRequestId: any()
    excludeLastRequest: any()
    openHubDestinationName: any()
  }

SapTableResource の場合は、次の値を使用します。

  type: 'SapTableResource'
  typeProperties: {
    tableName: any()
  }

ServiceNowObject の場合は、次の値を使用します。

  type: 'ServiceNowObject'
  typeProperties: {
    tableName: any()
  }

ServiceNowV2Object の場合は、次の値を使用します。

  type: 'ServiceNowV2Object'
  typeProperties: {
    tableName: any()
  }

SharePointOnlineListResource の場合は、次の値を使用します。

  type: 'SharePointOnlineListResource'
  typeProperties: {
    listName: any()
  }

ShopifyObject の場合は、次の値を使用します。

  type: 'ShopifyObject'
  typeProperties: {
    tableName: any()
  }

SnowflakeTable の場合は、次の値を使用します。

  type: 'SnowflakeTable'
  typeProperties: {
    schema: any()
    table: any()
  }

SnowflakeV2Table の場合は、次の値を使用します。

  type: 'SnowflakeV2Table'
  typeProperties: {
    schema: any()
    table: any()
  }

SparkObject の場合は、次の値を使用します。

  type: 'SparkObject'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

SqlServerTable の場合は、次の値を使用します。

  type: 'SqlServerTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

SquareObject の場合は、次の値を使用します。

  type: 'SquareObject'
  typeProperties: {
    tableName: any()
  }

SybaseTable の場合は、次の値を使用します。

  type: 'SybaseTable'
  typeProperties: {
    tableName: any()
  }

TeradataTable の場合は、次の値を使用します。

  type: 'TeradataTable'
  typeProperties: {
    database: any()
    table: any()
  }

VerticaTable の場合は、次を使用します。

  type: 'VerticaTable'
  typeProperties: {
    schema: any()
    table: any()
    tableName: any()
  }

WarehouseTable の場合は、次の値を使用します。

  type: 'WarehouseTable'
  typeProperties: {
    schema: any()
    table: any()
  }

WebTable の場合は、次の値を使用します。

  type: 'WebTable'
  typeProperties: {
    index: any()
    path: any()
  }

XeroObject の場合は、次の値を使用します。

  type: 'XeroObject'
  typeProperties: {
    tableName: any()
  }

Xml の場合は、次の値を使用します。

  type: 'Xml'
  typeProperties: {
    compression: {
      level: any()
      type: any()
      {customized property}: any()
    }
    encodingName: any()
    location: {
      fileName: any()
      folderPath: any()
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any()
  }

ZohoObject の場合は、次の値を使用します。

  type: 'ZohoObject'
  typeProperties: {
    tableName: any()
  }

DatasetStorageFormat オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AvroFormat の場合は、次を使用します。

  type: 'AvroFormat'

JsonFormat の場合は、次の値を使用します。

  type: 'JsonFormat'
  encodingName: any()
  filePattern: any()
  jsonNodeReference: any()
  jsonPathDefinition: any()
  nestingSeparator: any()

OrcFormat の場合は、次の値を使用します。

  type: 'OrcFormat'

ParquetFormat の場合は、次の値を使用します。

  type: 'ParquetFormat'

TextFormat の場合は、次の値を使用します。

  type: 'TextFormat'
  columnDelimiter: any()
  encodingName: any()
  escapeChar: any()
  firstRowAsHeader: any()
  nullValue: any()
  quoteChar: any()
  rowDelimiter: any()
  skipLineCount: any()
  treatEmptyAsNull: any()

DatasetLocation オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AmazonS3CompatibleLocation の場合は、次の値を使用します。

  type: 'AmazonS3CompatibleLocation'
  bucketName: any()
  version: any()

AmazonS3Location の場合は、次の値を使用します。

  type: 'AmazonS3Location'
  bucketName: any()
  version: any()

AzureBlobFSLocation の場合は、次を使用します。

  type: 'AzureBlobFSLocation'
  fileSystem: any()

AzureBlobStorageLocation の場合は、次を使用します。

  type: 'AzureBlobStorageLocation'
  container: any()

AzureDataLakeStoreLocation の場合は、次の値を使用します。

  type: 'AzureDataLakeStoreLocation'

AzureFileStorageLocation の場合は、次を使用します。

  type: 'AzureFileStorageLocation'

FileServerLocation の場合は、次の値を使用します。

  type: 'FileServerLocation'

FtpServerLocation の場合は、次の値を使用します。

  type: 'FtpServerLocation'

GoogleCloudStorageLocation の場合は、次を使用します。

  type: 'GoogleCloudStorageLocation'
  bucketName: any()
  version: any()

HdfsLocation の場合は、次の値を使用します。

  type: 'HdfsLocation'

HttpServerLocation の場合は、次の値を使用します。

  type: 'HttpServerLocation'
  relativeUrl: any()

LakeHouseLocation の場合は、次の値を使用します。

  type: 'LakeHouseLocation'

OracleCloudStorageLocation の場合は、次を使用します。

  type: 'OracleCloudStorageLocation'
  bucketName: any()
  version: any()

SftpLocation の場合は、次の値を使用します。

  type: 'SftpLocation'

プロパティ値

factories/datasets

名前 説明
name リソース名

Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須)

文字数制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
parent Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「 親リソースの外部にある子リソース」を参照してください。
型のリソースのシンボル名: ファクトリ
properties データセットのプロパティ。 データセット (必須)

データセット

名前 説明
annotations データセットの説明に使用できるタグの一覧。 any[]
description データセットの説明。 string
folder このデータセットが格納されているフォルダー。 指定しない場合、Dataset はルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
schema データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetSchemaDataElement。 Bicep の場合は、 any() 関数を使用できます。
structure データセットの構造を定義する列。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetDataElement。 Bicep の場合は、 any() 関数を使用できます。
オブジェクトの種類を設定する 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
オーク
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 (必須)

DatasetFolder

名前 説明
name このデータセットが存在するフォルダーの名前。 string

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。 Bicep の場合は、 any() 関数を使用できます。
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

AmazonMWSObjectDataset

名前 説明
type データセットの種類。 'AmazonMWSObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

名前 説明
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AmazonRdsForOracleTableDataset

名前 説明
type データセットの種類。 'AmazonRdsForOracleTable' (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名前 説明
schema AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AmazonRdsForSqlServerTableDataset

名前 説明
type データセットの種類。 'AmazonRdsForSqlServerTable' (必須)
typeProperties amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AmazonRedshiftTableDataset

名前 説明
type データセットの種類。 'AmazonRedshiftTable' (必須)
typeProperties Amazon Redshift テーブル データセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名前 説明
schema Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

AmazonS3Dataset

名前 説明
type データセットの種類。 'AmazonS3Object' (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

名前 説明
bucketName Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
compression Amazon S3 オブジェクトに使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
key Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeEnd S3 オブジェクトの変更日時の末尾。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart S3 オブジェクトの変更日時の開始。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
prefix S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
version S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DatasetCompression

名前 説明
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

DatasetStorageFormat

名前 説明
デシリアライザー デシリアライザー。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
serializer シリアライザー。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
オブジェクトの種類を設定する AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (必須)

AvroFormat

名前 説明
type データセットのストレージ形式の種類。 'AvroFormat' (必須)

JsonFormat

名前 説明
type データセットのストレージ形式の種類。 'JsonFormat' (必須)
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示す場合を除き、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコードのテーブルの 'Name' 列にある参照で確認できます。 https://go.microsoft.com/fwlink/?linkid=861078 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
filePattern JSON のファイル パターン。 具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字は区別されます。 Bicep の場合は、 any() 関数を使用できます。
jsonNodeReference フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
jsonPathDefinition JSON ファイルからデータを抽出するためのカスタマイズされた列名を持つ各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"} 型: object (または resultType オブジェクトを含む Expression)。 Bicep の場合は、 any() 関数を使用できます。
nestingSeparator 入れ子のレベルを区切るために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

OrcFormat

名前 説明
type データセットのストレージ形式の種類。 'OrcFormat' (必須)

ParquetFormat

名前 説明
type データセットのストレージ形式の種類。 'ParquetFormat' (必須)

TextFormat

名前 説明
type データセットのストレージ形式の種類。 'TextFormat' (必須)
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクにある表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
skipLineCount テキスト ファイルの解析時にスキップされる行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
treatEmptyAsNull テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。

AvroDataset

名前 説明
type データセットの種類。 'Avro' (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名前 説明
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
avroCompressionLevel INT

制約:
最小値 = 1
最大値 = 9
location avro ストレージの場所。 DatasetLocation (必須)

DatasetLocation

名前 説明
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
オブジェクトの種類を設定する AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (必須)

AmazonS3CompatibleLocation

名前 説明
type データセットの保存場所の種類。 'AmazonS3CompatibleLocation' (必須)
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
version Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AmazonS3Location

名前 説明
type データセットの保存場所の種類。 'AmazonS3Location' (必須)
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
version amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureBlobFSLocation

名前 説明
type データセットの保存場所の種類。 'AzureBlobFSLocation' (必須)
fileSystem azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureBlobStorageLocation

名前 説明
type データセットの保存場所の種類。 'AzureBlobStorageLocation' (必須)
container Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDataLakeStoreLocation

名前 説明
type データセットの保存場所の種類。 'AzureDataLakeStoreLocation' (必須)

AzureFileStorageLocation

名前 説明
type データセットの保存場所の種類。 'AzureFileStorageLocation' (必須)

FileServerLocation

名前 説明
type データセットの保存場所の種類。 'FileServerLocation' (必須)

FtpServerLocation

名前 説明
type データセットの保存場所の種類。 'FtpServerLocation' (必須)

GoogleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 'GoogleCloudStorageLocation' (必須)
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
version Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HdfsLocation

名前 説明
type データセットの保存場所の種類。 'HdfsLocation' (必須)

HttpServerLocation

名前 説明
type データセットの保存場所の種類。 'HttpServerLocation' (必須)
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。

LakeHouseLocation

名前 説明
type データセットの保存場所の種類。 'LakeHouseLocation' (必須)

OracleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 'OracleCloudStorageLocation' (必須)
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) Bicep の場合は、 any() 関数を使用できます。
version Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SftpLocation

名前 説明
type データセットの保存場所の種類。 'SftpLocation' (必須)

AzureBlobDataset

名前 説明
type データセットの種類。 'AzureBlob' (必須)
typeProperties Azure Blob データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
folderPath Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
format Azure Blob Storage の形式。 DatasetStorageFormat
modifiedDatetimeEnd Azure BLOB の変更日時の終わり。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart Azure BLOB の変更日時の開始。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableRootLocation BLOB パスのルート。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureBlobFSDataset

名前 説明
type データセットの種類。 'AzureBlobFSFile' (必須)
typeProperties データセットのプロパティをAzure Data Lake Storage Gen2します。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
folderPath Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
format Azure Data Lake Storage Gen2 ストレージの形式。 DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

名前 説明
type データセットの種類。 'AzureDatabricksDeltaLakeDataset' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名前 説明
database デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDataExplorerTableDataset

名前 説明
type データセットの種類。 'AzureDataExplorerTable' (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須)

AzureDataExplorerDatasetTypeProperties

名前 説明
table Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureDataLakeStoreDataset

名前 説明
type データセットの種類。 'AzureDataLakeStoreFile' (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名前 説明
compression Azure Data Lake Store の項目に使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
folderPath Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
format Data Lake Store の形式。 DatasetStorageFormat

AzureMariaDBTableDataset

名前 説明
type データセットの種類。 'AzureMariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名前 説明
type データセットの種類。 'AzureMySqlTable' (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須)

AzureMySqlTableDatasetTypeProperties

名前 説明
table Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzurePostgreSqlTableDataset

名前 説明
type データセットの種類。 'AzurePostgreSqlTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名前 説明
schema Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

AzureSearchIndexDataset

名前 説明
type データセットの種類。 'AzureSearchIndex' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

名前 説明
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

AzureSqlDWTableDataset

名前 説明
type データセットの種類。 'AzureSqlDWTable' (必須)
typeProperties データセットのプロパティをAzure SQL Data Warehouseします。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名前 説明
schema Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

AzureSqlMITableDataset

名前 説明
type データセットの種類。 'AzureSqlMITable' (必須)
typeProperties データセットのプロパティをAzure SQL Managed Instanceします。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名前 説明
schema Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

AzureSqlTableDataset

名前 説明
type データセットの種類。 'AzureSqlTable' (必須)
typeProperties データセットのプロパティをAzure SQLします。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名前 説明
schema Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

AzureTableDataset

名前 説明
type データセットの種類。 'AzureTable' (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

名前 説明
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

BinaryDataset

名前 説明
type データセットの種類。 'Binary' (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名前 説明
compression バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
location バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

名前 説明
type データセットの種類。 'CassandraTable' (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名前 説明
keyspace Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

CommonDataServiceForAppsEntityDataset

名前 説明
type データセットの種類。 'CommonDataServiceForAppsEntity' (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ConcurObjectDataset

名前 説明
type データセットの種類。 'ConcurObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名前 説明
type データセットの種類。 'CosmosDbMongoDbApiCollection' (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名前 説明
collection CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

CosmosDbSqlApiCollectionDataset

名前 説明
type データセットの種類。 'CosmosDbSqlApiCollection' (必須)
typeProperties CosmosDB (SQL API) コレクション データセットのプロパティ。 CosmosDbSqlApiCollectionDatasetTypeProperties (必須)

CosmosDbSqlApiCollectionDatasetTypeProperties

名前 説明
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

CouchbaseTableDataset

名前 説明
type データセットの種類。 'CouchbaseTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

名前 説明
type データセットの種類。 'CustomDataset' (必須)
typeProperties カスタム データセットのプロパティ。 Bicep の場合は、 any() 関数を使用できます。

Db2TableDataset

名前 説明
type データセットの種類。 'Db2Table' (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名前 説明
schema Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Db2 テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

DelimitedTextDataset

名前 説明
type データセットの種類。 'DelimitedText' (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名前 説明
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
compressionLevel DelimitedText に使用されるデータ圧縮メソッド。 Bicep の場合は、 any() 関数を使用できます。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
location 区切りテキスト ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DocumentDbCollectionDataset

名前 説明
type データセットの種類。 'DocumentDbCollection' (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

名前 説明
collectionName Document Database コレクション名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

DrillTableDataset

名前 説明
type データセットの種類。 'DrillTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名前 説明
schema Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Drill のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

DynamicsAXResourceDataset

名前 説明
type データセットの種類。 'DynamicsAXResource' (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

名前 説明
path Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

DynamicsCrmEntityDataset

名前 説明
type データセットの種類。 'DynamicsCrmEntity' (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

DynamicsEntityDataset

名前 説明
type データセットの種類。 'DynamicsEntity' (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

EloquaObjectDataset

名前 説明
type データセットの種類。 'EloquaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

名前 説明
type データセットの種類。 'Excel' (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮メソッド。 DatasetCompression
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
location Excel ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
range 1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
sheetIndex Excel ファイルのシート インデックスと既定値は 0 です。 型: integer (または resultType 整数を持つ式) Bicep の場合は、 any() 関数を使用できます。
sheetName Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

FileShareDataset

名前 説明
type データセットの種類。 'FileShare' (必須)
typeProperties オンプレミスのファイル システム データセットのプロパティ。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名前 説明
compression ファイル システムに使用されるデータ圧縮方法。 DatasetCompression
fileFilter すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
fileName オンプレミス のファイル システムの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
folderPath オンプレミス のファイル システムのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
format ファイルの形式。 DatasetStorageFormat
modifiedDatetimeEnd ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

GoogleAdWordsObjectDataset

名前 説明
type データセットの種類。 'GoogleAdWordsObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

名前 説明
type データセットの種類。 'GoogleBigQueryObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティの使用を検討してください。 Bicep の場合は、 any() 関数を使用できます。

GoogleBigQueryV2ObjectDataset

名前 説明
type データセットの種類。 'GoogleBigQueryV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

GreenplumTableDataset

名前 説明
type データセットの種類。 'GreenplumTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

名前 説明
schema Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

HBaseObjectDataset

名前 説明
type データセットの種類。 'HBaseObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HiveObjectDataset

名前 説明
type データセットの種類。 'HiveObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HiveDatasetTypeProperties

名前 説明
schema Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Hive のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

HttpDataset

名前 説明
type データセットの種類。 'HttpFile' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名前 説明
additionalHeaders HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
compression ファイルで使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
relativeUrl HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。 Bicep の場合は、 any() 関数を使用できます。
requestBody HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
requestMethod HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

HubspotObjectDataset

名前 説明
type データセットの種類。 'HubspotObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ImpalaObjectDataset

名前 説明
type データセットの種類。 'ImpalaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

名前 説明
schema Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Impala のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

InformixTableDataset

名前 説明
type データセットの種類。 'InformixTable' (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名前 説明
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

JiraObjectDataset

名前 説明
type データセットの種類。 'JiraObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

JsonDataset

名前 説明
type データセットの種類。 'Json' (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮方法。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
location json データ ストレージの場所。 DatasetLocation (必須)

LakeHouseTableDataset

名前 説明
type データセットの種類。 'LakeHouseTable' (必須)
typeProperties Microsoft Fabric LakeHouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名前 説明
table Microsoft Fabric LakeHouse テーブルの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MagentoObjectDataset

名前 説明
type データセットの種類。 'MagentoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

名前 説明
type データセットの種類。 'MariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

名前 説明
type データセットの種類。 'MarketoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

名前 説明
type データセットの種類。 'MicrosoftAccessTable' (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名前 説明
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

MongoDbAtlasCollectionDataset

名前 説明
type データセットの種類。 'MongoDbAtlasCollection' (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

名前 説明
collection MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

MongoDbCollectionDataset

名前 説明
type データセットの種類。 'MongoDbCollection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

名前 説明
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

MongoDbV2CollectionDataset

名前 説明
type データセットの種類。 'MongoDbV2Collection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

名前 説明
collection MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

MySqlTableDataset

名前 説明
type データセットの種類。 'MySqlTable' (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名前 説明
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

NetezzaTableDataset

名前 説明
type データセットの種類。 'NetezzaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名前 説明
schema Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

ODataResourceDataset

名前 説明
type データセットの種類。 'ODataResource' (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名前 説明
path OData リソース パス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

OdbcTableDataset

名前 説明
type データセットの種類。 'OdbcTable' (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名前 説明
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

Office365Dataset

名前 説明
type データセットの種類。 'Office365Table' (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

名前 説明
predicate Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

OracleServiceCloudObjectDataset

名前 説明
type データセットの種類。 'OracleServiceCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

名前 説明
type データセットの種類。 'OracleTable' (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名前 説明
schema オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

OrcDataset

名前 説明
type データセットの種類。 'Orc' (必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名前 説明 [値]
location ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ParquetDataset

名前 説明
type データセットの種類。 'Parquet' (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名前 説明
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
location Parquet ストレージの場所。 DatasetLocation (必須)

PayPalObjectDataset

名前 説明
type データセットの種類。 'PayPalObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixObjectDataset

名前 説明
type データセットの種類。 'PhoenixObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

名前 説明
schema Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

PostgreSqlTableDataset

名前 説明
type データセットの種類。 'PostgreSqlTable' (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

PostgreSqlV2TableDataset

名前 説明
type データセットの種類。 'PostgreSqlV2Table' (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

PrestoObjectDataset

名前 説明
type データセットの種類。 'PrestoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

名前 説明
schema Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Presto のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

QuickBooksObjectDataset

名前 説明
type データセットの種類。 'QuickBooksObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

名前 説明
type データセットの種類。 'RelationalTable' (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名前 説明
tableName リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ResponsysObjectDataset

名前 説明
type データセットの種類。 'ResponsysObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

名前 説明
type データセットの種類。 'RestResource' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名前 説明
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を作成する改ページ位置の自動修正規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

RestResourceDatasetTypePropertiesAdditionalHeaders

名前 説明
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

RestResourceDatasetTypePropertiesPaginationRules

名前 説明
{カスタマイズされたプロパティ} Bicep の場合は、 any() 関数を使用できます。

SalesforceMarketingCloudObjectDataset

名前 説明
type データセットの種類。 'SalesforceMarketingCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

名前 説明
type データセットの種類。 'SalesforceObject' (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceServiceCloudObjectDataset

名前 説明
type データセットの種類。 'SalesforceServiceCloudObject' (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceServiceCloudV2ObjectDataset

名前 説明
type データセットの種類。 'SalesforceServiceCloudV2Object' (必須)
typeProperties Salesforce Service Cloud V2 オブジェクト データセットのプロパティ。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
reportId Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SalesforceV2ObjectDataset

名前 説明
type データセットの種類。 'SalesforceV2Object' (必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
reportId Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapBwCubeDataset

名前 説明
type データセットの種類。 'SapBwCube' (必須)

SapCloudForCustomerResourceDataset

名前 説明
type データセットの種類。 'SapCloudForCustomerResource' (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

名前 説明
path SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

SapEccResourceDataset

名前 説明
type データセットの種類。 'SapEccResource' (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

名前 説明
path SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

SapHanaTableDataset

名前 説明
type データセットの種類。 'SapHanaTable' (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名前 説明
schema SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SapOdpResourceDataset

名前 説明
type データセットの種類。 'SapOdpResource' (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

名前 説明
context SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

SapOpenHubTableDataset

名前 説明
type データセットの種類。 'SapOpenHubTable' (必須)
typeProperties Sap Business Warehouse Open Hub 変換先テーブルのプロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

名前 説明
baseRequestId 差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
excludeLastRequest 最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。 Bicep の場合は、 any() 関数を使用できます。
openHubDestinationName コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

SapTableResourceDataset

名前 説明
type データセットの種類。 'SapTableResource' (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

名前 説明
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。(必須)

ServiceNowObjectDataset

名前 説明
type データセットの種類。 'ServiceNowObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名前 説明
type データセットの種類。 'ServiceNowV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

名前 説明
type データセットの種類。 'SharePointOnlineListResource' (必須)
typeProperties Sharepoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名前 説明
listName SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ShopifyObjectDataset

名前 説明
type データセットの種類。 'ShopifyObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

名前 説明
type データセットの種類。 'SnowflakeTable' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

名前 説明
schema Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

SnowflakeV2Dataset

名前 説明
type データセットの種類。 'SnowflakeV2Table' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkObjectDataset

名前 説明
type データセットの種類。 'SparkObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SparkDatasetTypeProperties

名前 説明
schema Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Spark のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

SqlServerTableDataset

名前 説明
type データセットの種類。 'SqlServerTable' (必須)
typeProperties オンプレミスのSQL Serverデータセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

SquareObjectDataset

名前 説明
type データセットの種類。 'SquareObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

名前 説明
type データセットの種類。 'SybaseTable' (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名前 説明
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

TeradataTableDataset

名前 説明
type データセットの種類。 'TeradataTable' (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名前 説明
database Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

VerticaTableDataset

名前 説明
type データセットの種類。 'VerticaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

名前 説明
schema Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。 Bicep の場合は、 any() 関数を使用できます。

WarehouseTableDataset

名前 説明
type データセットの種類。 'WarehouseTable' (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名前 説明
schema Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
table Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

WebTableDataset

名前 説明
type データセットの種類。 'WebTable' (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

名前 説明
インデックス (index) Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を含む式)、最小: 0。 Bicep の場合は、 any() 関数を使用できます。(必須)
path リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

XeroObjectDataset

名前 説明
type データセットの種類。 'XeroObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

名前 説明
type データセットの種類。 'Xml' (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮方法。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。
location json データ ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。 Bicep の場合は、 any() 関数を使用できます。

ZohoObjectDataset

名前 説明
type データセットの種類。 'ZohoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

クイック スタート テンプレート

次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。

Template 説明
Azure Data Factoryでより多くの可能性があります - ワンクリックでAzure Data Factory

Azure にデプロイする
このテンプレートは、Azure Blob から別の Azure BLOB へのコピー アクティビティ用のデータ ファクトリ パイプラインを作成します
Data Factory を作成し、Salesforce から BLOB にコピーする

Azure にデプロイする
このテンプレートでは、Azure Data Factoryを使用して Salesforce から Azure BLOB へのデータ移動を実行します
Azure Data Factoryを使用した一括コピー

Azure にデプロイする
このテンプレートは、Azure SQL データベースのデータをAzure SQL データ ウェアハウスに一括コピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (MySQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for MySQLのテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (PostGre)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for PostgreSQL内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure SQL データベース内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL On-prem)

Azure にデプロイする
このテンプレートは、オンプレミスのSQL Serverから Azure BLOB ストレージにデータをコピーする V2 データ ファクトリを作成します

ARM テンプレート リソース定義

factories/datasets リソースの種類は、次を対象とする操作でデプロイできます。

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/datasets リソースを作成するには、次の JSON をテンプレートに追加します。

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

データセット オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

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": {},
      "{customized property}": {}
    },
    "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": {},
      "{customized property}": {}
    },
    "fileName": {},
    "folderPath": {},
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "modifiedDatetimeEnd": {},
    "modifiedDatetimeStart": {},
    "tableRootLocation": {}
  }

AzureBlobFSFile の場合は、次の値を使用します。

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

AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。

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

AzureDataExplorerTable の場合は、次を使用します。

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

AzureDataLakeStoreFile の場合は、次を使用します。

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

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": {},
      "{customized property}": {}
    },
    "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": {},
      "{customized property}": {}
    },
    "firstRowAsHeader": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {},
    "range": {},
    "sheetIndex": {},
    "sheetName": {}
  }

FileShare の場合は、次の値を使用します。

  "type": "FileShare",
  "typeProperties": {
    "compression": {
      "level": {},
      "type": {},
      "{customized property}": {}
    },
    "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": {},
      "{customized property}": {}
    },
    "format": {
      "deserializer": {},
      "serializer": {},
      "type": "string"
      // For remaining properties, see DatasetStorageFormat objects
    },
    "relativeUrl": {},
    "requestBody": {},
    "requestMethod": {}
  }

HubspotObject の場合は、次の値を使用します。

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

ImpalaObject の場合は、次の値を使用します。

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

InformixTable の場合は、次の値を使用します。

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

JiraObject の場合は、次の値を使用します。

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

Json の場合は、次の値を使用します。

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

LakeHouseTable の場合は、次の値を使用します。

  "type": "LakeHouseTable",
  "typeProperties": {
    "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": {},
      "{customized property}": {}
    },
    "encodingName": {},
    "location": {
      "fileName": {},
      "folderPath": {},
      "type": "string"
      // For remaining properties, see DatasetLocation objects
    },
    "nullValue": {}
  }

ZohoObject の場合は、次の値を使用します。

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

DatasetStorageFormat オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AvroFormat の場合は、次を使用します。

  "type": "AvroFormat"

JsonFormat の場合は、次の値を使用します。

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

OrcFormat の場合は、次の値を使用します。

  "type": "OrcFormat"

ParquetFormat の場合は、次の値を使用します。

  "type": "ParquetFormat"

TextFormat の場合は、次の値を使用します。

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

DatasetLocation オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AmazonS3CompatibleLocation の場合は、次の値を使用します。

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

AmazonS3Location の場合は、次の値を使用します。

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

AzureBlobFSLocation の場合は、次を使用します。

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

AzureBlobStorageLocation の場合は、次の値を使用します。

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

AzureDataLakeStoreLocation の場合は、次の値を使用します。

  "type": "AzureDataLakeStoreLocation"

AzureFileStorageLocation の場合は、次を使用します。

  "type": "AzureFileStorageLocation"

FileServerLocation の場合は、次の値を使用します。

  "type": "FileServerLocation"

FtpServerLocation の場合は、次を使用します。

  "type": "FtpServerLocation"

GoogleCloudStorageLocation の場合は、次を使用します。

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

HdfsLocation の場合は、次の値を使用します。

  "type": "HdfsLocation"

HttpServerLocation の場合は、次の値を使用します。

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

LakeHouseLocation の場合は、次の値を使用します。

  "type": "LakeHouseLocation"

OracleCloudStorageLocation の場合は、次の値を使用します。

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

SftpLocation の場合は、次の値を使用します。

  "type": "SftpLocation"

プロパティ値

factories/datasets

名前 説明
type リソースの種類 'Microsoft.DataFactory/factories/datasets'
apiVersion リソース API のバージョン '2018-06-01'
name リソース名

JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。
string (必須)

文字制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
properties データセットのプロパティ。 データセット (必須)

データセット

名前 説明
annotations データセットの記述に使用できるタグの一覧。 any[]
description データセットの説明。 string
folder このデータセットが格納されているフォルダー。 指定しない場合、データセットはルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス 参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
schema データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。
structure データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。
オブジェクトの種類を設定する 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
オーク
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 (必須)

DatasetFolder

名前 説明
name このデータセットが存在するフォルダーの名前。 string

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ}

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

AmazonMWSObjectDataset

名前 説明
type データセットの種類。 'AmazonMWSObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

名前 説明
tableName テーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRdsForOracleTableDataset

名前 説明
type データセットの種類。 'AmazonRdsForOracleTable' (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名前 説明
schema AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRdsForSqlServerTableDataset

名前 説明
type データセットの種類。 'AmazonRdsForSqlServerTable' (必須)
typeProperties amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRedshiftTableDataset

名前 説明
type データセットの種類。 'AmazonRedshiftTable' (必須)
typeProperties Amazon Redshift テーブルデータセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名前 説明
schema Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。
table Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AmazonS3Dataset

名前 説明
type データセットの種類。 'AmazonS3Object' (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

名前 説明
bucketName Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。
compression Amazon S3 オブジェクトに使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
key Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeEnd S3 オブジェクトの変更された datetime の終了。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart S3 オブジェクトの変更された datetime の開始。 型: string (または resultType 文字列を含む式)。
prefix S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。
version S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。

DatasetCompression

名前 説明
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。
{カスタマイズされたプロパティ}

DatasetStorageFormat

名前 説明
デシリアライザー デシリアライザー。 型: string (または resultType 文字列を含む式)。
serializer シリアライザー。 型: string (または resultType 文字列を含む式)。
オブジェクトの種類を設定する AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (必須)

AvroFormat

名前 説明
type データセットのストレージ形式の種類。 'AvroFormat' (必須)

JsonFormat

名前 説明
type データセットのストレージ形式の種類。 'JsonFormat' (必須)
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示す場合を除き、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコードのテーブルの 'Name' 列にある参照で確認できます。 https://go.microsoft.com/fwlink/?linkid=861078 型: string (または resultType 文字列を含む式)。
filePattern JSON のファイル パターン。 具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字は区別されます。
jsonNodeReference フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。
jsonPathDefinition JSON ファイルからデータを抽出するためのカスタマイズされた列名を持つ各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"} 型: object (または resultType オブジェクトを含む Expression)。
nestingSeparator 入れ子のレベルを区切るために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。

OrcFormat

名前 説明
type データセットのストレージ形式の種類。 'OrcFormat' (必須)

ParquetFormat

名前 説明
type データセットのストレージ形式の種類。 'ParquetFormat' (必須)

TextFormat

名前 説明
type データセットのストレージ形式の種類。 'TextFormat' (必須)
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクにある表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。
skipLineCount テキスト ファイルの解析時にスキップされる行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
treatEmptyAsNull テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

AvroDataset

名前 説明
type データセットの種類。 'Avro' (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名前 説明
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。
avroCompressionLevel INT

制約:
最小値 = 1
最大値 = 9
location avro ストレージの場所。 DatasetLocation (必須)

DatasetLocation

名前 説明
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)
オブジェクトの種類を設定する AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (必須)

AmazonS3CompatibleLocation

名前 説明
type データセットの保存場所の種類。 'AmazonS3CompatibleLocation' (必須)
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

AmazonS3Location

名前 説明
type データセットの保存場所の種類。 'AmazonS3Location' (必須)
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

AzureBlobFSLocation

名前 説明
type データセットの保存場所の種類。 'AzureBlobFSLocation' (必須)
fileSystem azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。

AzureBlobStorageLocation

名前 説明
type データセットの保存場所の種類。 'AzureBlobStorageLocation' (必須)
container Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreLocation

名前 説明
type データセットの保存場所の種類。 'AzureDataLakeStoreLocation' (必須)

AzureFileStorageLocation

名前 説明
type データセットの保存場所の種類。 'AzureFileStorageLocation' (必須)

FileServerLocation

名前 説明
type データセットの保存場所の種類。 'FileServerLocation' (必須)

FtpServerLocation

名前 説明
type データセットの保存場所の種類。 'FtpServerLocation' (必須)

GoogleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 'GoogleCloudStorageLocation' (必須)
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

HdfsLocation

名前 説明
type データセットの保存場所の種類。 'HdfsLocation' (必須)

HttpServerLocation

名前 説明
type データセットの保存場所の種類。 'HttpServerLocation' (必須)
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)

LakeHouseLocation

名前 説明
type データセットの保存場所の種類。 'LakeHouseLocation' (必須)

OracleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 'OracleCloudStorageLocation' (必須)
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

SftpLocation

名前 説明
type データセットの保存場所の種類。 'SftpLocation' (必須)

AzureBlobDataset

名前 説明
type データセットの種類。 'AzureBlob' (必須)
typeProperties Azure Blob データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。
format Azure Blob Storage の形式。 DatasetStorageFormat
modifiedDatetimeEnd Azure BLOB の変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart Azure BLOB の変更日時の開始。 型: string (または resultType 文字列を含む式)。
tableRootLocation BLOB パスのルート。 型: string (または resultType 文字列を含む式)。

AzureBlobFSDataset

名前 説明
type データセットの種類。 'AzureBlobFSFile' (必須)
typeProperties データセットのプロパティをAzure Data Lake Storage Gen2します。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。
format Azure Data Lake Storage Gen2 ストレージの形式。 DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

名前 説明
type データセットの種類。 'AzureDatabricksDeltaLakeDataset' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名前 説明
database デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。
table デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。

AzureDataExplorerTableDataset

名前 説明
type データセットの種類。 'AzureDataExplorerTable' (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須)

AzureDataExplorerDatasetTypeProperties

名前 説明
table Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreDataset

名前 説明
type データセットの種類。 'AzureDataLakeStoreFile' (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名前 説明
compression Azure Data Lake Store の項目に使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。
format Data Lake Store の形式。 DatasetStorageFormat

AzureMariaDBTableDataset

名前 説明
type データセットの種類。 'AzureMariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名前 説明
type データセットの種類。 'AzureMySqlTable' (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須)

AzureMySqlTableDatasetTypeProperties

名前 説明
table Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。
tableName Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。

AzurePostgreSqlTableDataset

名前 説明
type データセットの種類。 'AzurePostgreSqlTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名前 説明
schema Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AzureSearchIndexDataset

名前 説明
type データセットの種類。 'AzureSearchIndex' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

名前 説明
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。

AzureSqlDWTableDataset

名前 説明
type データセットの種類。 'AzureSqlDWTable' (必須)
typeProperties データセットのプロパティをAzure SQL Data Warehouseします。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名前 説明
schema Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureSqlMITableDataset

名前 説明
type データセットの種類。 'AzureSqlMITable' (必須)
typeProperties データセットのプロパティをAzure SQL Managed Instanceします。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名前 説明
schema Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureSqlTableDataset

名前 説明
type データセットの種類。 'AzureSqlTable' (必須)
typeProperties データセットのプロパティをAzure SQLします。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名前 説明
schema Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureTableDataset

名前 説明
type データセットの種類。 'AzureTable' (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

名前 説明
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。

BinaryDataset

名前 説明
type データセットの種類。 'Binary' (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名前 説明
compression バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
location バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

名前 説明
type データセットの種類。 'CassandraTable' (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名前 説明
keyspace Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。
tableName Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

CommonDataServiceForAppsEntityDataset

名前 説明
type データセットの種類。 'CommonDataServiceForAppsEntity' (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

ConcurObjectDataset

名前 説明
type データセットの種類。 'ConcurObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名前 説明
type データセットの種類。 'CosmosDbMongoDbApiCollection' (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名前 説明
collection CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

CosmosDbSqlApiCollectionDataset

名前 説明
type データセットの種類。 'CosmosDbSqlApiCollection' (必須)
typeProperties CosmosDB (SQL API) コレクション データセットのプロパティ。 CosmosDbSqlApiCollectionDatasetTypeProperties (必須)

CosmosDbSqlApiCollectionDatasetTypeProperties

名前 説明
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。

CouchbaseTableDataset

名前 説明
type データセットの種類。 'CouchbaseTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

名前 説明
type データセットの種類。 'CustomDataset' (必須)
typeProperties カスタム データセットのプロパティ。

Db2TableDataset

名前 説明
type データセットの種類。 'Db2Table' (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名前 説明
schema Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。
table Db2 テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

DelimitedTextDataset

名前 説明
type データセットの種類。 'DelimitedText' (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名前 説明
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
compressionLevel DelimitedText に使用されるデータ圧縮メソッド。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location 区切りテキスト ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。

DocumentDbCollectionDataset

名前 説明
type データセットの種類。 'DocumentDbCollection' (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

名前 説明
collectionName ドキュメント データベースコレクション名。 型: string (または resultType 文字列を含む式)。

DrillTableDataset

名前 説明
type データセットの種類。 'DrillTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名前 説明
schema Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Drill のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

DynamicsAXResourceDataset

名前 説明
type データセットの種類。 'DynamicsAXResource' (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

名前 説明
path Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

DynamicsCrmEntityDataset

名前 説明
type データセットの種類。 'DynamicsCrmEntity' (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

DynamicsEntityDataset

名前 説明
type データセットの種類。 'DynamicsEntity' (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

EloquaObjectDataset

名前 説明
type データセットの種類。 'EloquaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

名前 説明
type データセットの種類。 'Excel' (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮方法。 DatasetCompression
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location Excel ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
range 1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。
sheetIndex excel ファイルのシート インデックスと既定値は 0 です。 型: 整数 (または resultType 整数を含む式)
sheetName Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。

FileShareDataset

名前 説明
type データセットの種類。 'FileShare' (必須)
typeProperties オンプレミスのファイル システム データセットのプロパティ。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名前 説明
compression ファイル システムに使用されるデータ圧縮方法。 DatasetCompression
fileFilter すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。
fileName オンプレミス のファイル システムの名前。 型: string (または resultType 文字列を含む式)。
folderPath オンプレミス のファイル システムのパス。 型: string (または resultType 文字列を含む式)。
format ファイルの形式。 DatasetStorageFormat
modifiedDatetimeEnd ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。

GoogleAdWordsObjectDataset

名前 説明
type データセットの種類。 'GoogleAdWordsObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

名前 説明
type データセットの種類。 'GoogleBigQueryObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティの使用を検討してください。

GoogleBigQueryV2ObjectDataset

名前 説明
type データセットの種類。 'GoogleBigQueryV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。

GreenplumTableDataset

名前 説明
type データセットの種類。 'GreenplumTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

名前 説明
schema Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

HBaseObjectDataset

名前 説明
type データセットの種類。 'HBaseObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HiveObjectDataset

名前 説明
type データセットの種類。 'HiveObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HiveDatasetTypeProperties

名前 説明
schema Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Hive のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

HttpDataset

名前 説明
type データセットの種類。 'HttpFile' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名前 説明
additionalHeaders HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
compression ファイルで使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
relativeUrl HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。
requestBody HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。
requestMethod HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。

HubspotObjectDataset

名前 説明
type データセットの種類。 'HubspotObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ImpalaObjectDataset

名前 説明
type データセットの種類。 'ImpalaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

名前 説明
schema Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Impala のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

InformixTableDataset

名前 説明
type データセットの種類。 'InformixTable' (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名前 説明
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。

JiraObjectDataset

名前 説明
type データセットの種類。 'JiraObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

JsonDataset

名前 説明
type データセットの種類。 'Json' (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮方法。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
location json データ ストレージの場所。 DatasetLocation (必須)

LakeHouseTableDataset

名前 説明
type データセットの種類。 'LakeHouseTable' (必須)
typeProperties Microsoft Fabric LakeHouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名前 説明
table Microsoft Fabric LakeHouse テーブルの名前。 型: string (または resultType 文字列を含む式)。

MagentoObjectDataset

名前 説明
type データセットの種類。 'MagentoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

名前 説明
type データセットの種類。 'MariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

名前 説明
type データセットの種類。 'MarketoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

名前 説明
type データセットの種類。 'MicrosoftAccessTable' (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名前 説明
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。

MongoDbAtlasCollectionDataset

名前 説明
type データセットの種類。 'MongoDbAtlasCollection' (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

名前 説明
collection MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

MongoDbCollectionDataset

名前 説明
type データセットの種類。 'MongoDbCollection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

名前 説明
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

MongoDbV2CollectionDataset

名前 説明
type データセットの種類。 'MongoDbV2Collection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

名前 説明
collection MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

MySqlTableDataset

名前 説明
type データセットの種類。 'MySqlTable' (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名前 説明
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。

NetezzaTableDataset

名前 説明
type データセットの種類。 'NetezzaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名前 説明
schema Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

ODataResourceDataset

名前 説明
type データセットの種類。 'ODataResource' (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名前 説明
path OData リソース パス。 型: string (または resultType 文字列を含む式)。

OdbcTableDataset

名前 説明
type データセットの種類。 'OdbcTable' (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名前 説明
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。

Office365Dataset

名前 説明
type データセットの種類。 'Office365Table' (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

名前 説明
predicate Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。
tableName Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。

OracleServiceCloudObjectDataset

名前 説明
type データセットの種類。 'OracleServiceCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

名前 説明
type データセットの種類。 'OracleTable' (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名前 説明
schema オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

OrcDataset

名前 説明
type データセットの種類。 'Orc' (必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名前 説明 [値]
location ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。

ParquetDataset

名前 説明
type データセットの種類。 'Parquet' (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名前 説明
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
location Parquet ストレージの場所。 DatasetLocation (必須)

PaypalObjectDataset

名前 説明
type データセットの種類。 'PaypalObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixObjectDataset

名前 説明
type データセットの種類。 'PhoenixObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

名前 説明
schema Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

PostgreSqlTableDataset

名前 説明
type データセットの種類。 'PostgreSqlTable' (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

PostgreSqlV2TableDataset

名前 説明
type データセットの種類。 'PostgreSqlV2Table' (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。

PrestoObjectDataset

名前 説明
type データセットの種類。 'PrestoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

名前 説明
schema Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Presto のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

QuickBooksObjectDataset

名前 説明
type データセットの種類。 'QuickBooksObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

名前 説明
type データセットの種類。 'RelationalTable' (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名前 説明
tableName リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。

ResponsysObjectDataset

名前 説明
type データセットの種類。 'ResponsysObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

名前 説明
type データセットの種類。 'RestResource' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名前 説明
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を作成する改ページ位置の自動修正規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。

RestResourceDatasetTypePropertiesAdditionalHeaders

名前 説明
{カスタマイズされたプロパティ}

RestResourceDatasetTypePropertiesPaginationRules

名前 説明
{カスタマイズされたプロパティ}

SalesforceMarketingCloudObjectDataset

名前 説明
type データセットの種類。 'SalesforceMarketingCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

名前 説明
type データセットの種類。 'SalesforceObject' (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。

SalesforceServiceCloudObjectDataset

名前 説明
type データセットの種類。 'SalesforceServiceCloudObject' (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。

SalesforceServiceCloudV2ObjectDataset

名前 説明
type データセットの種類。 'SalesforceServiceCloudV2Object' (必須)
typeProperties Salesforce Service Cloud V2 オブジェクト データセットのプロパティ。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。

SalesforceV2ObjectDataset

名前 説明
type データセットの種類。 'SalesforceV2Object' (必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。

SapBwCubeDataset

名前 説明
type データセットの種類。 'SapBwCube' (必須)

SapCloudForCustomerResourceDataset

名前 説明
type データセットの種類。 'SapCloudForCustomerResource' (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

名前 説明
path SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

SapEccResourceDataset

名前 説明
type データセットの種類。 'SapEccResource' (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

名前 説明
path SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

SapHanaTableDataset

名前 説明
type データセットの種類。 'SapHanaTable' (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名前 説明
schema SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。
table SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。

SapOdpResourceDataset

名前 説明
type データセットの種類。 'SapOdpResource' (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

名前 説明
context SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。

SapOpenHubTableDataset

名前 説明
type データセットの種類。 'SapOpenHubTable' (必須)
typeProperties Sap Business Warehouse Open Hub Destination Table プロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

名前 説明
baseRequestId 差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
excludeLastRequest 最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
openHubDestinationName コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。

SapTableResourceDataset

名前 説明
type データセットの種類。 'SapTableResource' (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

名前 説明
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。

ServiceNowObjectDataset

名前 説明
type データセットの種類。 'ServiceNowObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名前 説明
type データセットの種類。 'ServiceNowV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

名前 説明
type データセットの種類。 'SharePointOnlineListResource' (必須)
typeProperties Sharepoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名前 説明
listName SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。

ShopifyObjectDataset

名前 説明
type データセットの種類。 'ShopifyObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

名前 説明
type データセットの種類。 'SnowflakeTable' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

名前 説明
schema Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

SnowflakeV2Dataset

名前 説明
type データセットの種類。 'SnowflakeV2Table' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkObjectDataset

名前 説明
type データセットの種類。 'SparkObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SparkDatasetTypeProperties

名前 説明
schema Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Spark のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

SqlServerTableDataset

名前 説明
type データセットの種類。 'SqlServerTable' (必須)
typeProperties オンプレミスのSQL Serverデータセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

SquareObjectDataset

名前 説明
type データセットの種類。 'SquareObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

名前 説明
type データセットの種類。 'SybaseTable' (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名前 説明
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。

TeradataTableDataset

名前 説明
type データセットの種類。 'TeradataTable' (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名前 説明
database Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。
table Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。

VerticaTableDataset

名前 説明
type データセットの種類。 'VerticaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

名前 説明
schema Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

WarehouseTableDataset

名前 説明
type データセットの種類。 'WarehouseTable' (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名前 説明
schema Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。

WebTableDataset

名前 説明
type データセットの種類。 'WebTable' (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

名前 説明
インデックス (index) Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を持つ式)、最小値: 0。
path リンクされたサービス URL から Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。

XeroObjectDataset

名前 説明
type データセットの種類。 'XeroObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

名前 説明
type データセットの種類。 'Xml' (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮メソッド。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
location json データ ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。

ZohoObjectDataset

名前 説明
type データセットの種類。 'ZohoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

クイック スタート テンプレート

次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。

Template 説明
Azure Data Factoryでもっと多くを試すことができます - ワンクリックでAzure Data Factory

Azure にデプロイする
このテンプレートは、Azure Blob から別の Azure BLOB へのコピー アクティビティ用のデータ ファクトリ パイプラインを作成します
Data Factory を作成し、Salesforce から BLOB にコピーする

Azure にデプロイする
このテンプレートでは、Azure Data Factoryを使用して Salesforce から Azure BLOB へのデータ移動を実行します
Azure Data Factoryを使用した一括コピー

Azure にデプロイする
このテンプレートは、Azure SQL データベース内のデータをAzure SQL データ ウェアハウスに一括でコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (MySQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for MySQLのテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (PostGre)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure Database for PostgreSQL内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL)

Azure にデプロイする
このテンプレートは、Azure Blob Storage内のフォルダーからAzure SQL データベース内のテーブルにデータをコピーする V2 データ ファクトリを作成します。
V2 データ ファクトリを作成する (SQL On-prem)

Azure にデプロイする
このテンプレートは、オンプレミスのSQL Serverから Azure BLOB ストレージにデータをコピーする V2 データ ファクトリを作成します

Terraform (AzAPI プロバイダー) リソース定義

factories/datasets リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループ

各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。

リソース形式

Microsoft.DataFactory/factories/datasets リソースを作成するには、次の Terraform をテンプレートに追加します。

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

データセット オブジェクト

オブジェクトの を指定するには、type プロパティを設定します。

AmazonMWSObject の場合は、次の値を使用します。

  type = "AmazonMWSObject"
  typeProperties = {}

AmazonRdsForOracleTable の場合は、次の値を使用します。

  type = "AmazonRdsForOracleTable"
  typeProperties = {}

AmazonRdsForSqlServerTable の場合は、次の値を使用します。

  type = "AmazonRdsForSqlServerTable"
  typeProperties = {}

AmazonRedshiftTable の場合は、次を使用します。

  type = "AmazonRedshiftTable"
  typeProperties = {}

AmazonS3Object の場合は、次の値を使用します。

  type = "AmazonS3Object"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

Avro の場合は、次を使用します。

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

AzureBlob の場合は、次の値を使用します。

  type = "AzureBlob"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

AzureBlobFSFile の場合は、次の値を使用します。

  type = "AzureBlobFSFile"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。

  type = "AzureDatabricksDeltaLakeDataset"
  typeProperties = {}

AzureDataExplorerTable の場合は、次を使用します。

  type = "AzureDataExplorerTable"
  typeProperties = {}

AzureDataLakeStoreFile の場合は、次を使用します。

  type = "AzureDataLakeStoreFile"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

AzureMariaDBTable の場合は、次を使用します。

  type = "AzureMariaDBTable"
  typeProperties = {}

AzureMySqlTable の場合は、次の値を使用します。

  type = "AzureMySqlTable"
  typeProperties = {}

AzurePostgreSqlTable の場合は、次を使用します。

  type = "AzurePostgreSqlTable"
  typeProperties = {}

AzureSearchIndex の場合は、次の値を使用します。

  type = "AzureSearchIndex"
  typeProperties = {}

AzureSqlDWTable の場合は、次の値を使用します。

  type = "AzureSqlDWTable"
  typeProperties = {}

AzureSqlMITable の場合は、次の値を使用します。

  type = "AzureSqlMITable"
  typeProperties = {}

AzureSqlTable の場合は、次を使用します。

  type = "AzureSqlTable"
  typeProperties = {}

AzureTable の場合は、次の値を使用します。

  type = "AzureTable"
  typeProperties = {}

Binary の場合は、次の値を使用します。

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

CassandraTable の場合は、次の値を使用します。

  type = "CassandraTable"
  typeProperties = {}

CommonDataServiceForAppsEntity の場合は、次の値を使用します。

  type = "CommonDataServiceForAppsEntity"
  typeProperties = {}

ConcurObject の場合は、次の値を使用します。

  type = "ConcurObject"
  typeProperties = {}

CosmosDbMongoDbApiCollection の場合は、次の値を使用します。

  type = "CosmosDbMongoDbApiCollection"
  typeProperties = {}

CosmosDbSqlApiCollection の場合は、次の値を使用します。

  type = "CosmosDbSqlApiCollection"
  typeProperties = {}

CouchbaseTable の場合は、次の値を使用します。

  type = "CouchbaseTable"
  typeProperties = {}

CustomDataset の場合は、次の値を使用します。

  type = "CustomDataset"

Db2Table の場合は、次の値を使用します。

  type = "Db2Table"
  typeProperties = {}

DelimitedText の場合は、次の値を使用します。

  type = "DelimitedText"
  typeProperties = {
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

DocumentDbCollection の場合は、次の値を使用します。

  type = "DocumentDbCollection"
  typeProperties = {}

DrillTable の場合は、次の値を使用します。

  type = "DrillTable"
  typeProperties = {}

DynamicsAXResource の場合は、次の値を使用します。

  type = "DynamicsAXResource"
  typeProperties = {}

DynamicsCrmEntity の場合は、次の値を使用します。

  type = "DynamicsCrmEntity"
  typeProperties = {}

DynamicsEntity の場合は、次の値を使用します。

  type = "DynamicsEntity"
  typeProperties = {}

EloquaObject の場合は、次の値を使用します。

  type = "EloquaObject"
  typeProperties = {}

Excel の場合は、次の値を使用します。

  type = "Excel"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

FileShare の場合は、次の値を使用します。

  type = "FileShare"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

GoogleAdWordsObject の場合は、次の値を使用します。

  type = "GoogleAdWordsObject"
  typeProperties = {}

GoogleBigQueryObject の場合は、次の値を使用します。

  type = "GoogleBigQueryObject"
  typeProperties = {}

GoogleBigQueryV2Object の場合は、次の値を使用します。

  type = "GoogleBigQueryV2Object"
  typeProperties = {}

GreenplumTable の場合は、次の値を使用します。

  type = "GreenplumTable"
  typeProperties = {}

HBaseObject の場合は、次の値を使用します。

  type = "HBaseObject"
  typeProperties = {}

HiveObject の場合は、次の値を使用します。

  type = "HiveObject"
  typeProperties = {}

HttpFile の場合は、次の値を使用します。

  type = "HttpFile"
  typeProperties = {
    compression = {}
    format = {
      type = "string"
      // For remaining properties, see DatasetStorageFormat objects
    }
  }

HubspotObject の場合は、次の値を使用します。

  type = "HubspotObject"
  typeProperties = {}

ImpalaObject の場合は、次の値を使用します。

  type = "ImpalaObject"
  typeProperties = {}

InformixTable の場合は、次の値を使用します。

  type = "InformixTable"
  typeProperties = {}

JiraObject の場合は、次の値を使用します。

  type = "JiraObject"
  typeProperties = {}

Json の場合は、次の値を使用します。

  type = "Json"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

LakeHouseTable の場合は、次の値を使用します。

  type = "LakeHouseTable"
  typeProperties = {}

MagentoObject の場合は、次の値を使用します。

  type = "MagentoObject"
  typeProperties = {}

MariaDBTable の場合は、次の値を使用します。

  type = "MariaDBTable"
  typeProperties = {}

MarketoObject の場合は、次の値を使用します。

  type = "MarketoObject"
  typeProperties = {}

MicrosoftAccessTable の場合は、次を使用します。

  type = "MicrosoftAccessTable"
  typeProperties = {}

MongoDbAtlasCollection の場合は、次を使用します。

  type = "MongoDbAtlasCollection"
  typeProperties = {}

MongoDbCollection の場合は、次を使用します。

  type = "MongoDbCollection"
  typeProperties = {}

MongoDbV2Collection の場合は、次を使用します。

  type = "MongoDbV2Collection"
  typeProperties = {}

MySqlTable の場合は、次の値を使用します。

  type = "MySqlTable"
  typeProperties = {}

NetezzaTable の場合は、次の値を使用します。

  type = "NetezzaTable"
  typeProperties = {}

ODataResource の場合は、次の値を使用します。

  type = "ODataResource"
  typeProperties = {}

OdbcTable の場合は、次の値を使用します。

  type = "OdbcTable"
  typeProperties = {}

Office365Table の場合は、次を使用します。

  type = "Office365Table"
  typeProperties = {}

OracleServiceCloudObject の場合は、次の値を使用します。

  type = "OracleServiceCloudObject"
  typeProperties = {}

OracleTable の場合は、次の値を使用します。

  type = "OracleTable"
  typeProperties = {}

Orc の場合は、次の値を使用します。

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

Parquet の場合は、次の値を使用します。

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

PayPalObject の場合は、次の値を使用します。

  type = "PaypalObject"
  typeProperties = {}

PhoenixObject の場合は、次の値を使用します。

  type = "PhoenixObject"
  typeProperties = {}

PostgreSqlTable の場合は、次の値を使用します。

  type = "PostgreSqlTable"
  typeProperties = {}

PostgreSqlV2Table の場合は、次の値を使用します。

  type = "PostgreSqlV2Table"
  typeProperties = {}

PrestoObject の場合は、次の値を使用します。

  type = "PrestoObject"
  typeProperties = {}

QuickBooksObject の場合は、次の値を使用します。

  type = "QuickBooksObject"
  typeProperties = {}

RelationalTable の場合は、次の値を使用します。

  type = "RelationalTable"
  typeProperties = {}

ResponsysObject の場合は、次の値を使用します。

  type = "ResponsysObject"
  typeProperties = {}

RestResource の場合は、次の値を使用します。

  type = "RestResource"
  typeProperties = {
    additionalHeaders = {}
    paginationRules = {}
  }

SalesforceMarketingCloudObject の場合は、次を使用します。

  type = "SalesforceMarketingCloudObject"
  typeProperties = {}

SalesforceObject の場合は、次の値を使用します。

  type = "SalesforceObject"
  typeProperties = {}

SalesforceServiceCloudObject の場合は、次の値を使用します。

  type = "SalesforceServiceCloudObject"
  typeProperties = {}

SalesforceServiceCloudV2Object の場合は、次の値を使用します。

  type = "SalesforceServiceCloudV2Object"
  typeProperties = {}

SalesforceV2Object の場合は、次の値を使用します。

  type = "SalesforceV2Object"
  typeProperties = {}

SapBwCube の場合は、次の値を使用します。

  type = "SapBwCube"

SapCloudForCustomerResource の場合は、次を使用します。

  type = "SapCloudForCustomerResource"
  typeProperties = {}

SapEccResource の場合は、次を使用します。

  type = "SapEccResource"
  typeProperties = {}

SapHanaTable の場合は、次の値を使用します。

  type = "SapHanaTable"
  typeProperties = {}

SapOdpResource の場合は、次を使用します。

  type = "SapOdpResource"
  typeProperties = {}

SapOpenHubTable の場合は、次の値を使用します。

  type = "SapOpenHubTable"
  typeProperties = {}

SapTableResource の場合は、次の値を使用します。

  type = "SapTableResource"
  typeProperties = {}

ServiceNowObject の場合は、次の値を使用します。

  type = "ServiceNowObject"
  typeProperties = {}

ServiceNowV2Object の場合は、次の値を使用します。

  type = "ServiceNowV2Object"
  typeProperties = {}

SharePointOnlineListResource の場合は、次の値を使用します。

  type = "SharePointOnlineListResource"
  typeProperties = {}

ShopifyObject の場合は、次の値を使用します。

  type = "ShopifyObject"
  typeProperties = {}

SnowflakeTable の場合は、次の値を使用します。

  type = "SnowflakeTable"
  typeProperties = {}

SnowflakeV2Table の場合は、次の値を使用します。

  type = "SnowflakeV2Table"
  typeProperties = {}

SparkObject の場合は、次の値を使用します。

  type = "SparkObject"
  typeProperties = {}

SqlServerTable の場合は、次の値を使用します。

  type = "SqlServerTable"
  typeProperties = {}

SquareObject の場合は、次の値を使用します。

  type = "SquareObject"
  typeProperties = {}

SybaseTable の場合は、次の値を使用します。

  type = "SybaseTable"
  typeProperties = {}

TeradataTable の場合は、次の値を使用します。

  type = "TeradataTable"
  typeProperties = {}

VerticaTable の場合は、次を使用します。

  type = "VerticaTable"
  typeProperties = {}

WarehouseTable の場合は、次の値を使用します。

  type = "WarehouseTable"
  typeProperties = {}

WebTable の場合は、次の値を使用します。

  type = "WebTable"
  typeProperties = {}

XeroObject の場合は、次の値を使用します。

  type = "XeroObject"
  typeProperties = {}

Xml の場合は、次の値を使用します。

  type = "Xml"
  typeProperties = {
    compression = {}
    location = {
      type = "string"
      // For remaining properties, see DatasetLocation objects
    }
  }

ZohoObject の場合は、次の値を使用します。

  type = "ZohoObject"
  typeProperties = {}

DatasetStorageFormat オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AvroFormat の場合は、次を使用します。

  type = "AvroFormat"

JsonFormat の場合は、次の値を使用します。

  type = "JsonFormat"

OrcFormat の場合は、次の値を使用します。

  type = "OrcFormat"

ParquetFormat の場合は、次の値を使用します。

  type = "ParquetFormat"

TextFormat の場合は、次の値を使用します。

  type = "TextFormat"

DatasetLocation オブジェクト

type プロパティを設定して、オブジェクトの種類を指定します。

AmazonS3CompatibleLocation の場合は、次の値を使用します。

  type = "AmazonS3CompatibleLocation"

AmazonS3Location の場合は、次の値を使用します。

  type = "AmazonS3Location"

AzureBlobFSLocation の場合は、次を使用します。

  type = "AzureBlobFSLocation"

AzureBlobStorageLocation の場合は、次を使用します。

  type = "AzureBlobStorageLocation"

AzureDataLakeStoreLocation の場合は、次の値を使用します。

  type = "AzureDataLakeStoreLocation"

AzureFileStorageLocation の場合は、次を使用します。

  type = "AzureFileStorageLocation"

FileServerLocation の場合は、次の値を使用します。

  type = "FileServerLocation"

FtpServerLocation の場合は、次の値を使用します。

  type = "FtpServerLocation"

GoogleCloudStorageLocation の場合は、次を使用します。

  type = "GoogleCloudStorageLocation"

HdfsLocation の場合は、次の値を使用します。

  type = "HdfsLocation"

HttpServerLocation の場合は、次の値を使用します。

  type = "HttpServerLocation"

LakeHouseLocation の場合は、次の値を使用します。

  type = "LakeHouseLocation"

OracleCloudStorageLocation の場合は、次を使用します。

  type = "OracleCloudStorageLocation"

SftpLocation の場合は、次の値を使用します。

  type = "SftpLocation"

プロパティ値

factories/datasets

名前 説明
type リソースの種類 "Microsoft.DataFactory/factories/datasets@2018-06-01"
name リソース名 string (必須)

文字数制限: 1 から 260

有効な文字:
次は使用できません:
`<>*#.%&:\\+?/` または制御文字

英数字で開始します。
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: ファクトリ
properties データセットのプロパティ。 データセット (必須)

データセット

名前 説明
annotations データセットの説明に使用できるタグの一覧。 any[]
description データセットの説明。 string
folder このデータセットが格納されているフォルダー。 指定しない場合、Dataset はルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
schema データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetSchemaDataElement。
structure データセットの構造を定義する列。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetDataElement。
オブジェクトの種類を設定する 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
オーク
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 (必須)

DatasetFolder

名前 説明
name このデータセットが存在するフォルダーの名前。 string

LinkedServiceReference

名前 説明
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 string (必須)
リンクされたサービス参照の種類。 "LinkedServiceReference" (必須)

ParameterValueSpecification

名前 説明
{カスタマイズされたプロパティ}

ParameterDefinitionSpecification

名前 説明
{カスタマイズされたプロパティ} ParameterSpecification

ParameterSpecification

名前 説明
defaultValue パラメーターの既定値。
パラメーターの型。 "Array"
"Bool"
"Float"
"Int"
"Object"
"SecureString"
"String" (必須)

AmazonMWSObjectDataset

名前 説明
type データセットの種類。 "AmazonMWSObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GenericDatasetTypeProperties

名前 説明
tableName テーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRdsForOracleTableDataset

名前 説明
type データセットの種類。 "AmazonRdsForOracleTable" (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

名前 説明
schema AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRdsForSqlServerTableDataset

名前 説明
type データセットの種類。 "AmazonRdsForSqlServerTable" (必須)
typeProperties amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。

AmazonRedshiftTableDataset

名前 説明
type データセットの種類。 "AmazonRedshiftTable" (必須)
typeProperties Amazon Redshift テーブル データセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

名前 説明
schema Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。
table Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AmazonS3Dataset

名前 説明
type データセットの種類。 "AmazonS3Object" (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

名前 説明
bucketName Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。
compression Amazon S3 オブジェクトに使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
key Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeEnd S3 オブジェクトの変更日時の末尾。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart S3 オブジェクトの変更日時の開始。 型: string (または resultType 文字列を含む式)。
prefix S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。
version S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。

DatasetCompression

名前 説明
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。
{カスタマイズされたプロパティ}

DatasetStorageFormat

名前 説明
デシリアライザー デシリアライザー。 型: string (または resultType 文字列を含む式)。
serializer シリアライザー。 型: string (または resultType 文字列を含む式)。
オブジェクトの種類を設定する AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (必須)

AvroFormat

名前 説明
type データセットのストレージ形式の種類。 "AvroFormat" (必須)

JsonFormat

名前 説明
type データセットのストレージ形式の種類。 "JsonFormat" (必須)
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示す場合を除き、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコードのテーブルの 'Name' 列にある参照で確認できます。 https://go.microsoft.com/fwlink/?linkid=861078 型: string (または resultType 文字列を含む式)。
filePattern JSON のファイル パターン。 具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字は区別されます。
jsonNodeReference フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。
jsonPathDefinition JSON ファイルからデータを抽出するためのカスタマイズされた列名を持つ各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"} 型: object (または resultType オブジェクトを含む Expression)。
nestingSeparator 入れ子のレベルを区切るために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。

OrcFormat

名前 説明
type データセットのストレージ形式の種類。 "OrcFormat" (必須)

ParquetFormat

名前 説明
type データセットのストレージ形式の種類。 "ParquetFormat" (必須)

TextFormat

名前 説明
type データセットのストレージ形式の種類。 "TextFormat" (必須)
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクにある表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。
skipLineCount テキスト ファイルの解析時にスキップされる行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
treatEmptyAsNull テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。

AvroDataset

名前 説明
type データセットの種類。 "Avro" (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

名前 説明
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。
avroCompressionLevel INT

制約:
最小値 = 1
最大値 = 9
location avro ストレージの場所。 DatasetLocation (必須)

DatasetLocation

名前 説明
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)
オブジェクトの種類を設定する AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (必須)

AmazonS3CompatibleLocation

名前 説明
type データセットの保存場所の種類。 "AmazonS3CompatibleLocation" (必須)
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

AmazonS3Location

名前 説明
type データセットの保存場所の種類。 "AmazonS3Location" (必須)
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

AzureBlobFSLocation

名前 説明
type データセットの保存場所の種類。 "AzureBlobFSLocation" (必須)
fileSystem azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。

AzureBlobStorageLocation

名前 説明
type データセットの保存場所の種類。 "AzureBlobStorageLocation" (必須)
container Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreLocation

名前 説明
type データセットの保存場所の種類。 "AzureDataLakeStoreLocation" (必須)

AzureFileStorageLocation

名前 説明
type データセットの保存場所の種類。 "AzureFileStorageLocation" (必須)

FileServerLocation

名前 説明
type データセットの保存場所の種類。 "FileServerLocation" (必須)

FtpServerLocation

名前 説明
type データセットの保存場所の種類。 "FtpServerLocation" (必須)

GoogleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 "GoogleCloudStorageLocation" (必須)
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

HdfsLocation

名前 説明
type データセットの保存場所の種類。 "HdfsLocation" (必須)

HttpServerLocation

名前 説明
type データセットの保存場所の種類。 "HttpServerLocation" (必須)
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)

LakeHouseLocation

名前 説明
type データセットの保存場所の種類。 "LakeHouseLocation" (必須)

OracleCloudStorageLocation

名前 説明
type データセットの保存場所の種類。 "OracleCloudStorageLocation" (必須)
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

SftpLocation

名前 説明
type データセットの保存場所の種類。 "SftpLocation" (必須)

AzureBlobDataset

名前 説明
type データセットの種類。 "AzureBlob" (必須)
typeProperties Azure Blob データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。
format Azure Blob Storage の形式。 DatasetStorageFormat
modifiedDatetimeEnd Azure BLOB の変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart Azure BLOB の変更日時の開始。 型: string (または resultType 文字列を含む式)。
tableRootLocation BLOB パスのルート。 型: string (または resultType 文字列を含む式)。

AzureBlobFSDataset

名前 説明
type データセットの種類。 "AzureBlobFSFile" (必須)
typeProperties データセットのプロパティをAzure Data Lake Storage Gen2します。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

名前 説明
compression BLOB ストレージに使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。
format Azure Data Lake Storage Gen2 ストレージの形式。 DatasetStorageFormat

AzureDatabricksDeltaLakeDataset

名前 説明
type データセットの種類。 "AzureDatabricksDeltaLakeDataset" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

名前 説明
database デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。
table デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。

AzureDataExplorerTableDataset

名前 説明
type データセットの種類。 "AzureDataExplorerTable" (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須)

AzureDataExplorerDatasetTypeProperties

名前 説明
table Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AzureDataLakeStoreDataset

名前 説明
type データセットの種類。 "AzureDataLakeStoreFile" (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

名前 説明
compression Azure Data Lake Store の項目に使用されるデータ圧縮方法。 DatasetCompression
fileName Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。
folderPath Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。
format Data Lake Store の形式。 DatasetStorageFormat

AzureMariaDBTableDataset

名前 説明
type データセットの種類。 "AzureMariaDBTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

名前 説明
type データセットの種類。 "AzureMySqlTable" (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須)

AzureMySqlTableDatasetTypeProperties

名前 説明
table Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。
tableName Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。

AzurePostgreSqlTableDataset

名前 説明
type データセットの種類。 "AzurePostgreSqlTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

名前 説明
schema Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

AzureSearchIndexDataset

名前 説明
type データセットの種類。 "AzureSearchIndex" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

名前 説明
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。

AzureSqlDWTableDataset

名前 説明
type データセットの種類。 "AzureSqlDWTable" (必須)
typeProperties データセットのプロパティをAzure SQL Data Warehouseします。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

名前 説明
schema Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureSqlMITableDataset

名前 説明
type データセットの種類。 "AzureSqlMITable" (必須)
typeProperties データセットのプロパティをAzure SQL Managed Instanceします。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

名前 説明
schema Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureSqlTableDataset

名前 説明
type データセットの種類。 "AzureSqlTable" (必須)
typeProperties データセットのプロパティをAzure SQLします。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

名前 説明
schema Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

AzureTableDataset

名前 説明
type データセットの種類。 "AzureTable" (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

名前 説明
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。

BinaryDataset

名前 説明
type データセットの種類。 "Binary" (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

名前 説明
compression バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
location バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

名前 説明
type データセットの種類。 "CassandraTable" (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

名前 説明
keyspace Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。
tableName Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

CommonDataServiceForAppsEntityDataset

名前 説明
type データセットの種類。 "CommonDataServiceForAppsEntity" (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

ConcurObjectDataset

名前 説明
type データセットの種類。 "ConcurObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

名前 説明
type データセットの種類。 "CosmosDbMongoDbApiCollection" (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

名前 説明
collection CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

CosmosDbSqlApiCollectionDataset

名前 説明
type データセットの種類。 "CosmosDbSqlApiCollection" (必須)
typeProperties CosmosDB (SQL API) コレクション データセットのプロパティ。 CosmosDbSqlApiCollectionDatasetTypeProperties (必須)

CosmosDbSqlApiCollectionDatasetTypeProperties

名前 説明
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。

CouchbaseTableDataset

名前 説明
type データセットの種類。 "CouchbaseTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

名前 説明
type データセットの種類。 "CustomDataset" (必須)
typeProperties カスタム データセットのプロパティ。

Db2TableDataset

名前 説明
type データセットの種類。 "Db2Table" (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

名前 説明
schema Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。
table Db2 テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

DelimitedTextDataset

名前 説明
type データセットの種類。 "DelimitedText" (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

名前 説明
columnDelimiter 列区切り記号。 型: string (または resultType 文字列を含む式)。
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
compressionLevel DelimitedText に使用されるデータ圧縮方法。
encodingName 使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
escapeChar エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location 区切りテキスト ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar 引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter 行区切り記号です。 型: string (または resultType 文字列を含む式)。

DocumentDbCollectionDataset

名前 説明
type データセットの種類。 "DocumentDbCollection" (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

名前 説明
collectionName Document Database コレクション名。 型: string (または resultType 文字列を含む式)。

DrillTableDataset

名前 説明
type データセットの種類。 "DrillTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DrillDatasetTypeProperties

名前 説明
schema Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Drill のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

DynamicsAXResourceDataset

名前 説明
type データセットの種類。 "DynamicsAXResource" (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

名前 説明
path Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

DynamicsCrmEntityDataset

名前 説明
type データセットの種類。 "DynamicsCrmEntity" (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

DynamicsEntityDataset

名前 説明
type データセットの種類。 "DynamicsEntity" (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

名前 説明
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。

EloquaObjectDataset

名前 説明
type データセットの種類。 "EloquaObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

名前 説明
type データセットの種類。 "Excel" (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮メソッド。 DatasetCompression
firstRowAsHeader 入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location Excel ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。
range 1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。
sheetIndex Excel ファイルのシート インデックスと既定値は 0 です。 型: integer (または resultType 整数を持つ式)
sheetName Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。

FileShareDataset

名前 説明
type データセットの種類。 "FileShare" (必須)
typeProperties オンプレミスのファイル システム データセットのプロパティ。 FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

名前 説明
compression ファイル システムに使用されるデータ圧縮方法。 DatasetCompression
fileFilter すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。
fileName オンプレミスのファイル システムの名前。 型: string (または resultType 文字列を含む式)。
folderPath オンプレミスのファイル システムのパス。 型: string (または resultType 文字列を含む式)。
format ファイルの形式。 DatasetStorageFormat
modifiedDatetimeEnd ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。

GoogleAdWordsObjectDataset

名前 説明
type データセットの種類。 "GoogleAdWordsObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

名前 説明
type データセットの種類。 "GoogleBigQueryObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティの使用を検討してください。

GoogleBigQueryV2ObjectDataset

名前 説明
type データセットの種類。 "GoogleBigQueryV2Object" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

名前 説明
dataset Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。

GreenplumTableDataset

名前 説明
type データセットの種類。 "GreenplumTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

名前 説明
schema Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

HBaseObjectDataset

名前 説明
type データセットの種類。 "HBaseObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HiveObjectDataset

名前 説明
type データセットの種類。 "HiveObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HiveDatasetTypeProperties

名前 説明
schema Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Hive のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

HttpDataset

名前 説明
type データセットの種類。 "HttpFile" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

名前 説明
additionalHeaders HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
compression ファイルで使用されるデータ圧縮方法。 DatasetCompression
format ファイルの形式。 DatasetStorageFormat
relativeUrl HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。
requestBody HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。
requestMethod HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。

HubspotObjectDataset

名前 説明
type データセットの種類。 "HubspotObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ImpalaObjectDataset

名前 説明
type データセットの種類。 "ImpalaObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

名前 説明
schema Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Impala のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

InformixTableDataset

名前 説明
type データセットの種類。 "InformixTable" (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

名前 説明
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。

JiraObjectDataset

名前 説明
type データセットの種類。 "JiraObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

JsonDataset

名前 説明
type データセットの種類。 "Json" (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮メソッド。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
location json データ ストレージの場所。 DatasetLocation (必須)

LakeHouseTableDataset

名前 説明
type データセットの種類。 "LakeHouseTable" (必須)
typeProperties Microsoft Fabric LakeHouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

名前 説明
table Microsoft Fabric LakeHouse Table の名前。 型: string (または resultType 文字列を含む式)。

MagentoObjectDataset

名前 説明
type データセットの種類。 "MagentoObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

名前 説明
type データセットの種類。 "MariaDBTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

名前 説明
type データセットの種類。 "MarketoObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

名前 説明
type データセットの種類。 "MicrosoftAccessTable" (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

名前 説明
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。

MongoDbAtlasCollectionDataset

名前 説明
type データセットの種類。 "MongoDbAtlasCollection" (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

名前 説明
collection MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

MongoDbCollectionDataset

名前 説明
type データセットの種類。 "MongoDbCollection" (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

名前 説明
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

MongoDbV2CollectionDataset

名前 説明
type データセットの種類。 "MongoDbV2Collection" (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

名前 説明
collection MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。

MySqlTableDataset

名前 説明
type データセットの種類。 "MySqlTable" (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

名前 説明
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。

NetezzaTableDataset

名前 説明
type データセットの種類。 "NetezzaTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

名前 説明
schema Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

ODataResourceDataset

名前 説明
type データセットの種類。 "ODataResource" (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

名前 説明
path OData リソース パス。 型: string (または resultType 文字列を含む式)。

OdbcTableDataset

名前 説明
type データセットの種類。 "OdbcTable" (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

名前 説明
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。

Office365Dataset

名前 説明
type データセットの種類。 "Office365Table" (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

名前 説明
predicate Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。
tableName Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。

OracleServiceCloudObjectDataset

名前 説明
type データセットの種類。 "OracleServiceCloudObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

名前 説明
type データセットの種類。 "OracleTable" (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

名前 説明
schema オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

OrcDataset

名前 説明
type データセットの種類。 "Orc" (必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

名前 説明 [値]
location ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。

ParquetDataset

名前 説明
type データセットの種類。 "Parquet" (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

名前 説明
compressionCodec データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
location Parquet ストレージの場所。 DatasetLocation (必須)

PayPalObjectDataset

名前 説明
type データセットの種類。 "PayPalObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixObjectDataset

名前 説明
type データセットの種類。 "PhoenixObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

名前 説明
schema Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

PostgreSqlTableDataset

名前 説明
type データセットの種類。 "PostgreSqlTable" (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

PostgreSqlV2TableDataset

名前 説明
type データセットの種類。 "PostgreSqlV2Table" (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

名前 説明
schema PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。

PrestoObjectDataset

名前 説明
type データセットの種類。 "PrestoObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

名前 説明
schema Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Presto のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

QuickBooksObjectDataset

名前 説明
type データセットの種類。 "QuickBooksObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

名前 説明
type データセットの種類。 "RelationalTable" (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

名前 説明
tableName リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。

ResponsysObjectDataset

名前 説明
type データセットの種類。 "ResponsysObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

名前 説明
type データセットの種類。 "RestResource" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

名前 説明
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を作成する改ページ位置の自動修正規則。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。

RestResourceDatasetTypePropertiesAdditionalHeaders

名前 説明
{カスタマイズされたプロパティ}

RestResourceDatasetTypePropertiesPaginationRules

名前 説明
{カスタマイズされたプロパティ}

SalesforceMarketingCloudObjectDataset

名前 説明
type データセットの種類。 "SalesforceMarketingCloudObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

名前 説明
type データセットの種類。 "SalesforceObject" (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。

SalesforceServiceCloudObjectDataset

名前 説明
type データセットの種類。 "SalesforceServiceCloudObject" (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。

SalesforceServiceCloudV2ObjectDataset

名前 説明
type データセットの種類。 "SalesforceServiceCloudV2Object" (必須)
typeProperties Salesforce Service Cloud V2 オブジェクト データセットのプロパティ。 SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。

SalesforceV2ObjectDataset

名前 説明
type データセットの種類。 "SalesforceV2Object" (必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

名前 説明
objectApiName Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。

SapBwCubeDataset

名前 説明
type データセットの種類。 "SapBwCube" (必須)

SapCloudForCustomerResourceDataset

名前 説明
type データセットの種類。 "SapCloudForCustomerResource" (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

名前 説明
path SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

SapEccResourceDataset

名前 説明
type データセットの種類。 "SapEccResource" (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

名前 説明
path SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。

SapHanaTableDataset

名前 説明
type データセットの種類。 "SapHanaTable" (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

名前 説明
schema SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。
table SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。

SapOdpResourceDataset

名前 説明
type データセットの種類。 "SapOdpResource" (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

名前 説明
context SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。

SapOpenHubTableDataset

名前 説明
type データセットの種類。 "SapOpenHubTable" (必須)
typeProperties Sap Business Warehouse Open Hub Destination Table プロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

名前 説明
baseRequestId 差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
excludeLastRequest 最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
openHubDestinationName コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。

SapTableResourceDataset

名前 説明
type データセットの種類。 "SapTableResource" (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

名前 説明
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。

ServiceNowObjectDataset

名前 説明
type データセットの種類。 "ServiceNowObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

名前 説明
type データセットの種類。 "ServiceNowV2Object" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

名前 説明
type データセットの種類。 "SharePointOnlineListResource" (必須)
typeProperties Sharepoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

名前 説明
listName SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。

ShopifyObjectDataset

名前 説明
type データセットの種類。 "ShopifyObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

名前 説明
type データセットの種類。 "SnowflakeTable" (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

名前 説明
schema Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。

SnowflakeV2Dataset

名前 説明
type データセットの種類。 "SnowflakeV2Table" (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkObjectDataset

名前 説明
type データセットの種類。 "SparkObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SparkDatasetTypeProperties

名前 説明
schema Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Spark のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

SqlServerTableDataset

名前 説明
type データセットの種類。 "SqlServerTable" (必須)
typeProperties オンプレミスのSQL Server データセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

名前 説明
schema SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

SquareObjectDataset

名前 説明
type データセットの種類。 "SquareObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

名前 説明
type データセットの種類。 "SybaseTable" (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

名前 説明
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。

TeradataTableDataset

名前 説明
type データセットの種類。 "TeradataTable" (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

名前 説明
database Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。
table Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。

VerticaTableDataset

名前 説明
type データセットの種類。 "VerticaTable" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

名前 説明
schema Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。

WarehouseTableDataset

名前 説明
type データセットの種類。 "WarehouseTable" (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

名前 説明
schema Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。
table Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。

WebTableDataset

名前 説明
type データセットの種類。 "WebTable" (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

名前 説明
インデックス (index) Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を含む式)、最小: 0。
path リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。

XeroObjectDataset

名前 説明
type データセットの種類。 "XeroObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

名前 説明
type データセットの種類。 "Xml" (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

名前 説明
compression json データセットに使用されるデータ圧縮方法。 DatasetCompression
encodingName 使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
location json データ ストレージの場所。 DatasetLocation (必須)
nullValue null 値の文字列。 型: string (または resultType 文字列を含む式)。

ZohoObjectDataset

名前 説明
type データセットの種類。 "ZohoObject" (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties