次の方法で共有


Microsoft.DataFactory ファクトリ/データセット

Bicep リソース定義

factories/datasets リソースの種類は、次をターゲットとする操作と共にデプロイできます。

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

リソース形式

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

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

DatasetLocation オブジェクト

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

AmazonS3CompatibleLocation の場合は、以下を使用します。

{
  bucketName: any(...)
  type: 'AmazonS3CompatibleLocation'
  version: any(...)
}

AmazonS3Location の場合は、以下を使用します。

{
  bucketName: any(...)
  type: 'AmazonS3Location'
  version: any(...)
}

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

{
  fileSystem: any(...)
  type: 'AzureBlobFSLocation'
}

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

{
  container: any(...)
  type: 'AzureBlobStorageLocation'
}

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

{
  type: 'AzureDataLakeStoreLocation'
}

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

{
  type: 'AzureFileStorageLocation'
}

FileServerLocation には、次を使用します。

{
  type: 'FileServerLocation'
}

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

{
  type: 'FtpServerLocation'
}

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

{
  bucketName: any(...)
  type: 'GoogleCloudStorageLocation'
  version: any(...)
}

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

{
  type: 'HdfsLocation'
}

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

{
  relativeUrl: any(...)
  type: 'HttpServerLocation'
}

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

{
  type: 'LakeHouseLocation'
}

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

{
  bucketName: any(...)
  type: 'OracleCloudStorageLocation'
  version: any(...)
}

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

{
  type: 'SftpLocation'
}

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

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

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(...)
    }
    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(...)
    }
    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(...)
    }
    fileName: any(...)
    folderPath: any(...)
    format: {
      deserializer: any(...)
      serializer: any(...)
      type: 'string'
      // For remaining properties, see DatasetStorageFormat objects
    }
  }
}

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

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

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

{
  type: 'AzureDataLakeStoreFile'
  typeProperties: {
    compression: {
      level: any(...)
      type: 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(...)
  }
}

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(...)
  }
}

バイナリの場合は、以下を使用します。

{
  type: 'Binary'
  typeProperties: {
    compression: {
      level: any(...)
      type: 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(...)
    }
    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(...)
    }
    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(...)
    }
    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(...)
  }
}

Icebergの場合は、以下を使用します。

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

ImpalaObject の場合は、次のようにします。

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

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

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

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

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

Jsonの場合は、以下を使用します。

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

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

{
  type: 'LakehouseTable'
  typeProperties: {
    schema: any(...)
    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(...)
  }
}

オークの場合は、以下を使用します。

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

寄木細工の場合は、以下を使用します。

{
  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(...)
    valueType: 'string'
  }
}

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(...)
    }
    encodingName: any(...)
    location: {
      fileName: any(...)
      folderPath: any(...)
      type: 'string'
      // For remaining properties, see DatasetLocation objects
    }
    nullValue: any(...)
  }
}

ZohoObjectの場合は、以下を使用します。

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

DatasetStorageFormat オブジェクト

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

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

{
  type: 'AvroFormat'
}

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

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

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

{
  type: 'OrcFormat'
}

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

{
  type: 'ParquetFormat'
}

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

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

プロパティ値

Microsoft.DataFactory/factories/datasets

Name Description Value
name リソース名 string

Constraints:
最小長 = 1
最大長 = 260
パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

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

AmazonMWSObjectDataset

Name Description Value
データセットの種類。 「AmazonMWSObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForOracleTable' (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description Value
スキーマ AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRdsForSqlServerTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForSqlServerTable' (必須)
typeProperties Amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description Value
スキーマ SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRedshiftTableDataset

Name Description Value
データセットの種類。 'AmazonRedshiftTable' (必須)
typeProperties Amazon Redshift テーブルデータセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

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

AmazonS3CompatibleLocation

Name Description Value
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3CompatibleLocation' (必須)
バージョン Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AmazonS3Dataset

Name Description Value
データセットの種類。 'AmazonS3Object' (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

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

AmazonS3Location

Name Description Value
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3Location' (必須)
バージョン amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AvroDataset

Name Description Value
データセットの種類。 'Avro' (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description Value
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。 any
avroCompressionLevel int

Constraints:
最小値 = 1
最大値 = 9
位置 avro ストレージの場所。 DatasetLocation (必須)

AvroFormat

Name Description Value
データセットのストレージ形式の種類。 'AvroFormat' (必須)

AzureBlobDataset

Name Description Value
データセットの種類。 'AzureBlob' (必須)
typeProperties Azure BLOB データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

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

AzureBlobFSDataset

Name Description Value
データセットの種類。 'AzureBlobFSFile' (必須)
typeProperties Azure Data Lake Storage Gen2 データセットのプロパティ。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureBlobFSLocation

Name Description Value
fileSystem Azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobFSLocation' (必須)

AzureBlobStorageLocation

Name Description Value
コンテナ Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobStorageLocation' (必須)

AzureDatabricksDeltaLakeDataset

Name Description Value
データセットの種類。 'AzureDatabricksDeltaLakeDataset' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description Value
データベース デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerDatasetTypeProperties

Name Description Value
テーブル Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerTableDataset

Name Description Value
データセットの種類。 'AzureDataExplorerTable' (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須 )

AzureDataLakeStoreDataset

Name Description Value
データセットの種類。 'AzureDataLakeStoreFile' (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

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

AzureDataLakeStoreLocation

Name Description Value
データセットの格納場所の種類。 'AzureDataLakeStoreLocation' (必須)

AzureFileStorageLocation

Name Description Value
データセットの格納場所の種類。 'AzureFileStorageLocation' (必須)

AzureMariaDBTableDataset

Name Description Value
データセットの種類。 'AzureMariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description Value
データセットの種類。 'AzureMySqlTable' (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須 )

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

Name Description Value
データセットの種類。 'AzurePostgreSqlTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description Value
スキーマ Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureSearchIndexDataset

Name Description Value
データセットの種類。 'AzureSearchIndex' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

Name Description Value
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

AzureSqlDWTableDataset

Name Description Value
データセットの種類。 'AzureSqlDWTable' (必須)
typeProperties Azure SQL Data Warehouse データセットのプロパティ。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

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

AzureSqlMITableDataset

Name Description Value
データセットの種類。 'AzureSqlMITable' (必須)
typeProperties Azure SQL Managed Instance データセットのプロパティ。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

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

AzureSqlTableDataset

Name Description Value
データセットの種類。 'AzureSqlTable' (必須)
typeProperties Azure SQL データセットのプロパティ。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

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

AzureTableDataset

Name Description Value
データセットの種類。 'AzureTable' (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

Name Description Value
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

BinaryDataset

Name Description Value
データセットの種類。 'Binary' (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description Value
圧縮 バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
位置 バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

Name Description Value
データセットの種類。 'CassandraTable' (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

Name Description Value
データセットの種類。 'CommonDataServiceForAppsEntity' (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

ConcurObjectDataset

Name Description Value
データセットの種類。 'ConcurObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description Value
データセットの種類。 'CosmosDbMongoDbApiCollection' (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description Value
コレクション CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CosmosDbSqlApiCollectionDataset

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

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description Value
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CouchbaseTableDataset

Name Description Value
データセットの種類。 'CouchbaseTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

Name Description Value
データセットの種類。 'CustomDataset' (必須)
typeProperties カスタム データセットのプロパティ。 any

Dataset

Name Description Value
annotations データセットの記述に使用できるタグの一覧。 any[]
description データセットの説明。 文字列
フォルダ このデータセットが存在するフォルダー。 指定しない場合、データセットはルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
スキーマ データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。 any
構造体 データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。 any
AmazonMWSObjectDataset 型を 'AmazonMWSObject' に設定します。 タイプ AmazonRdsForOracleTableDataset を「AmazonRdsForOracleTable」に設定します。 タイプ AmazonRdsForSqlServerTableDataset を「AmazonRdsForSqlServerTable」に設定します。 タイプ AmazonRedshiftTableDataset を 'AmazonRedshiftTable' に設定します。 タイプ AmazonS3Dataset を「AmazonS3Object」に設定します。 AvroDataset 型の 'Avro' に設定します。 AzureBlobDataset 型を "AzureBlob" に設定します。 型 AzureBlobFSDataset を 'AzureBlobFSFile' に設定します。 AzureDataExplorerTableDataset 型の場合は 'AzureDataExplorerTable' に設定します。 AzureDataLakeStoreDataset 型を "AzureDataLakeStoreFile" に設定します。 AzureDatabricksDeltaLakeDataset 型の "AzureDatabricksDeltaLakeDataset" に設定します。 AzureMariaDBTableDataset 型の 'AzureMariaDBTable' に設定します。 AzureMySqlTableDataset 型の 'AzureMySqlTable' に設定します。 AzurePostgreSqlTableDataset 型の 'AzurePostgreSqlTable' に設定します。 AzureSearchIndexDataset 型の 'AzureSearchIndex' に設定します。 AzureSqlDWTableDataset 型の 'AzureSqlDWTable' に設定します。 AzureSqlMITableDataset 型を 'AzureSqlMITable' に設定します。 AzureSqlTableDataset 型の 'AzureSqlTable' に設定します。 AzureTableDataset 型を 'AzureTable' に設定します。 BinaryDataset 型の 'Binary' に設定します。 CassandraTableDataset 型の 'CassandraTable' に設定します。 タイプ CommonDataServiceForAppsEntityDataset の 'CommonDataServiceForAppsEntity' に設定します。 タイプConcurObjectDatasetを「ConcurObject」に設定します。 型 CosmosDbMongoDbDbApiCollectionDataset の 'CosmosDbMongoDbApiCollection' に設定します。 型 CosmosDbSqlApiCollectionDataset を 'CosmosDbSqlApiCollection' に設定します。 CouchbaseTableDataset 型の 'CouchbaseTable' に設定します。 CustomDataset 型の ' CustomDataset' に設定します。 タイプ Db2TableDataset の場合は 'Db2Table' に設定します。 DelimitedTextDataset 型を ' DelimitedText' に設定します。 DocumentDbCollectionDataset 型の 'DocumentDbCollection' に設定します。 型 DrillTableDataset を 'DrillTable' に設定します。 タイプ DynamicsAXResourceDataset の 'DynamicsAXResource' に設定します。 型 DynamicsCrmEntityDataset を 'DynamicsCrmEntity' に設定します。 型 DynamicsEntityDataset を 'DynamicsEntity' に設定します。 EloquaObjectDataset 型の 'EloquaObject' に設定します。 ExcelDataset 型を 'Excel' に設定します。 FileShareDataset 型を 'FileShare' に設定します。 タイプ GoogleAdWordsObjectDataset を「GoogleAdWordsObject」に設定します。 タイプ GoogleBigQueryObjectDataset を「GoogleBigQueryObject」に設定します。 タイプ GoogleBigQueryV2ObjectDataset を「GoogleBigQueryV2Object」に設定します。 タイプ GreenplumTableDataset を 'GreenplumTable' に設定します。 型 HBaseObjectDataset を 'HBaseObject' に設定します。 型 HiveObjectDataset を 'HiveObject' に設定します。 HttpDataset 型の ' HttpFile' に設定します。 タイプ HubspotObjectDataset を「HubspotObject」に設定します。 タイプ IcebergDataset を 'Iceberg' に設定します。 ImpalaObjectDataset型の「ImpalaObject」に設定します。 InformixTableDataset 型を 'InformixTable' に設定します。 タイプ JiraObjectDataset を「JiraObject」に設定します。 JsonDataset 型を 'Json' に設定します。 LakeHouseTableDataset 型の 'LakehouseTable' に設定します。 型 MagentoObjectDataset を 'MagentoObject' に設定します。 MariaDBTableDataset 型の 'MariaDBTable' に設定します。 タイプ MarketoObjectDataset を「MarketoObject」に設定します。 MicrosoftAccessTableDataset 型の 'MicrosoftAccessTable' に設定します。 MongoDbAtlasCollectionDataset 型を 'MongoDbAtlasCollection' に設定します。 MongoDbCollectionDataset 型の 'MongoDbCollection' に設定します。 MongoDbV2CollectionDataset 型の 'MongoDbV2Collection' に設定します。 MySqlTableDataset型の「MySqlTable」に設定します。 型 NetezzaTableDataset を 'NetezzaTable' に設定します。 型 ODataResourceDataset を 'ODataResource' に設定します。 型 OdbcTableDataset の 'OdbcTable' に設定します。 Office365Dataset 型を 'Office365Table' に設定します。 タイプ OracleServiceCloudObjectDatasetの「OracleServiceCloudObject」に設定します。 型 OracleTableDatasetを「OracleTable」に設定します。 OrcDataset 型を ' Orc' に設定します。 ParquetDataset 型の ' Parquet' に設定します。 タイプ PaypalObjectDataset を 'PaypalObject' に設定します。 PhoenixObjectDataset 型を 'PhoenixObject' に設定します。 PostgreSqlTableDataset型を「PostgreSqlTable」に設定します。 PostgreSqlV2TableDataset型の「PostgreSqlV2Table」に設定します。 PrestoObjectDataset型の「PrestoObject」に設定します。 QuickBooksObjectDataset 型の 'QuickBooksObject' に設定します。 RelationalTableDataset 型の 'RelationalTable' に設定します。 型 ResponsysObjectDataset を 'ResponsysObject' に設定します。 RestResourceDataset 型を 'RestResource' に設定します。 タイプ SalesforceMarketingCloudObjectDataset を「SalesforceMarketingCloudObject」に設定します。 SalesforceObjectDataset 型を「SalesforceObject」に設定します。 SalesforceServiceCloudObjectDataset 型を「SalesforceServiceCloudObject」に設定します。 タイプ SalesforceServiceCloudV2ObjectDataset を「SalesforceServiceCloudV2Object」に設定します。 SalesforceV2ObjectDataset 型を「SalesforceV2Object」に設定します。 SapBwCubeDataset 型を 'SapBwCube' に設定します。 タイプ SapCloudForCustomerResourceDataset を 'SapCloudForCustomerResource' に設定します。 SapEccResourceDataset 型の 'SapEccResource' に設定します。 型 SapHanaTableDataset を 'SapHanaTable' に設定します。 タイプ SapOdpResourceDataset を 'SapOdpResource' に設定します。 SapOpenHubTableDataset 型の 'SapOpenHubTable' に設定します。 SapTableResourceDataset 型の 'SapTableResource' に設定します。 ServiceNowObjectDataset 型の 'ServiceNowObject' に設定します。 ServiceNowV2ObjectDataset 型の 'ServiceNowV2Object' に設定します。 SharePointOnlineListResourceDataset 型を 'SharePointOnlineListResource' に設定します。 ShopifyObjectDatasetタイプを「ShopifyObject」に設定します。 タイプ SnowflakeDataset を 'SnowflakeTable' に設定します。 タイプ SnowflakeV2Dataset を 'SnowflakeV2Table' に設定します。 型 SparkObjectDataset を 'SparkObject' に設定します。 型 SqlServerTableDataset を 'SqlServerTable' に設定します。 SquareObjectDataset型の「SquareObject」に設定します。 SybaseTableDataset 型を 'SybaseTable' に設定します。 型 TeradataTableDataset を 'TeradataTable' に設定します。 VerticaTableDataset 型の 'VerticaTable' に設定します。 WarehouseTableDataset 型の 'WarehouseTable' に設定します。 WebTableDataset 型の 'WebTable' に設定します。 XeroObjectDataset 型の 'XeroObject' に設定します。 XmlDataset 型の場合は 'Xml' に設定します。 ZohoObjectDataset 型を「ZohoObject」に設定します。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
'Iceberg'
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakehouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必須)

DatasetCompression

Name Description Value
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。 any
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。 any (必須)

DatasetFolder

Name Description Value
name このデータセットが存在するフォルダーの名前。 文字列

DatasetLocation

Name Description Value
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 any
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式) any
タイプ AmazonS3CompatibleLocation を 'AmazonS3CompatibleLocation' に設定します。 タイプ AmazonS3Location を 'AmazonS3Location' に設定します。 型 AzureBlobFSLocation を 'AzureBlobFSLocation' に設定します。 AzureBlobStorageLocation 型を ' AzureBlobStorageLocation' に設定します。 AzureDataLakeStoreLocation 型の "AzureDataLakeStoreLocation" に設定します。 AzureFileStorageLocation 型を ' AzureFileStorageLocation' に設定します。 FileServerLocation 型を 'FileServerLocation' に設定します。 タイプ FtpServerLocation を 'FtpServerLocation' に設定します。 タイプ GoogleCloudStorageLocation を 'GoogleCloudStorageLocation' に設定します。 HdfsLocation 型の 'HdfsLocation' に設定します。 タイプ HttpServerLocation を 'HttpServerLocation' に設定します。 型 LakeHouseLocation を 'LakeHouseLocation' に設定します。 タイプ OracleCloudStorageLocationの「OracleCloudStorageLocation」に設定します。 タイプ SftpLocation を 'SftpLocation' に設定します。 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必須)

DatasetStorageFormat

Name Description Value
逆シリアライザー Deserializer. 型: string (または resultType 文字列を含む式)。 any
シリアライザー Serializer. 型: string (または resultType 文字列を含む式)。 any
AvroFormat 型の 'AvroFormat' に設定します。 JsonFormat 型の ' JsonFormat' に設定します。 OrcFormat型の場合は「OrcFormat」に設定します。 ParquetFormat 型の ' ParquetFormat' に設定します。 TextFormat型を「TextFormat」に設定します。 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必須)

Db2TableDataset

Name Description Value
データセットの種類。 'Db2Table' (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

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

DelimitedTextDataset

Name Description Value
データセットの種類。 'DelimitedText' (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

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

DocumentDbCollectionDataset

Name Description Value
データセットの種類。 'DocumentDbCollection' (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

Name Description Value
collectionName ドキュメント データベース コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

DrillDatasetTypeProperties

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

DrillTableDataset

Name Description Value
データセットの種類。 'DrillTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

Name Description Value
データセットの種類。 'DynamicsAXResource' (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

Name Description Value
パス Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

DynamicsCrmEntityDataset

Name Description Value
データセットの種類。 'DynamicsCrmEntity' (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

DynamicsEntityDataset

Name Description Value
データセットの種類。 'DynamicsEntity' (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

EloquaObjectDataset

Name Description Value
データセットの種類。 'EloquaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

Name Description Value
データセットの種類。 'Excel' (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

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

FileServerLocation

Name Description Value
データセットの格納場所の種類。 'FileServerLocation' (必須)

FileShareDataset

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

FileShareDatasetTypeProperties

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

FtpServerLocation

Name Description Value
データセットの格納場所の種類。 'FtpServerLocation' (必須)

GenericDatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleAdWordsObjectDataset

Name Description Value
データセットの種類。 'GoogleAdWordsObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

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

GoogleBigQueryObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description Value
データセット Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleBigQueryV2ObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

Name Description Value
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'GoogleCloudStorageLocation'(必須)
バージョン Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

GreenplumDatasetTypeProperties

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

GreenplumTableDataset

Name Description Value
データセットの種類。 'GreenplumTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

HBaseObjectDataset

Name Description Value
データセットの種類。 'HBaseObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HdfsLocation

Name Description Value
データセットの格納場所の種類。 'HdfsLocation' (必須)

HiveDatasetTypeProperties

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

HiveObjectDataset

Name Description Value
データセットの種類。 'HiveObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HttpDataset

Name Description Value
データセットの種類。 'HttpFile' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

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

HttpServerLocation

Name Description Value
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'HttpServerLocation' (必須)

HubspotObjectDataset

Name Description Value
データセットの種類。 「HubspotObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

IcebergDataset

Name Description Value
データセットの種類。 'Iceberg' (必須)
typeProperties Iceberg データセットのプロパティ。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

Name Description Value
位置 氷山の貯蔵場所。 iceberg 形式では、ファイル名の設定は許可されません。 DatasetLocation (必須)

ImpalaDatasetTypeProperties

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

ImpalaObjectDataset

Name Description Value
データセットの種類。 'ImpalaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

InformixTableDataset

Name Description Value
データセットの種類。 'InformixTable' (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description Value
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。 any

JiraObjectDataset

Name Description Value
データセットの種類。 'JiraObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 JiraTableDatasetTypeProperties

JiraTableDatasetTypeProperties

Name Description Value
スキーマ Jira のスキーマ名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
テーブル Jira のテーブル名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
tableName このプロパティは Jira V1 データセットでのみサポートされていますので、V2 データセットへのアップグレードを検討してください。 any

JsonDataset

Name Description Value
データセットの種類。 'Json' (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

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

JsonFormat

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

LakeHouseLocation

Name Description Value
データセットの格納場所の種類。 'LakeHouseLocation' (必須)

LakeHouseTableDataset

Name Description Value
データセットの種類。 'LakehouseTable' (必須)
typeProperties Microsoft Fabric Lakehouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Lakehouse テーブルのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Lakehouse テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

LinkedServiceReference

Name Description Value
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 文字列 (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

MagentoObjectDataset

Name Description Value
データセットの種類。 'MagentoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

Name Description Value
データセットの種類。 'MariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

Name Description Value
データセットの種類。 'MarketoObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description Value
データセットの種類。 'MicrosoftAccessTable' (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description Value
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。 any

MongoDbAtlasCollectionDataset

Name Description Value
データセットの種類。 'MongoDbAtlasCollection' (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbCollectionDataset

Name Description Value
データセットの種類。 'MongoDbCollection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

Name Description Value
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbV2CollectionDataset

Name Description Value
データセットの種類。 'MongoDbV2Collection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MySqlTableDataset

Name Description Value
データセットの種類。 'MySqlTable' (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description Value
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

NetezzaTableDataset

Name Description Value
データセットの種類。 'NetezzaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

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

ODataResourceDataset

Name Description Value
データセットの種類。 'ODataResource' (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description Value
パス OData リソース パス。 型: string (または resultType 文字列を含む式)。 any

OdbcTableDataset

Name Description Value
データセットの種類。 'OdbcTable' (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description Value
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。 any

Office365Dataset

Name Description Value
データセットの種類。 'Office365Table' (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

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

OracleCloudStorageLocation

Name Description Value
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'OracleCloudStorageLocation' (必須)
バージョン Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

OracleServiceCloudObjectDataset

Name Description Value
データセットの種類。 'OracleServiceCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

Name Description Value
データセットの種類。 'OracleTable' (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

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

OrcDataset

Name Description Value
データセットの種類。 「オーク」(必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description Value
位置 ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。 any

OrcFormat

Name Description Value
データセットのストレージ形式の種類。 'OrcFormat' (必須)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue パラメーターの既定値。 any
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

ParameterValueSpecification

Name Description Value

ParquetDataset

Name Description Value
データセットの種類。 'Parquet' (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description Value
compressionCodec データ compressionCodec。 型: string (または resultType 文字列を含む式)。 any
位置 Parquet ストレージの場所。 DatasetLocation (必須)

ParquetFormat

Name Description Value
データセットのストレージ形式の種類。 'ParquetFormat' (必須)

PaypalObjectDataset

Name Description Value
データセットの種類。 'PaypalObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

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

PhoenixObjectDataset

Name Description Value
データセットの種類。 'PhoenixObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

Name Description Value
データセットの種類。 'PostgreSqlTable' (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

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

PostgreSqlV2TableDataset

Name Description Value
データセットの種類。 'PostgreSqlV2Table' (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description Value
スキーマ PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

PrestoDatasetTypeProperties

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

PrestoObjectDataset

Name Description Value
データセットの種類。 'PrestoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

Name Description Value
データセットの種類。 'QuickBooksObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

Name Description Value
データセットの種類。 'RelationalTable' (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

Name Description Value
データセットの種類。 'ResponsysObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

Name Description Value
データセットの種類。 'RestResource' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description Value
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を構成するためのページネーションルール。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。 any
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。 any
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。 any

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description Value

RestResourceDatasetTypePropertiesPaginationRules

Name Description Value

SalesforceMarketingCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceMarketingCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description Value
データセットの種類。 'SalesforceObject' (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description Value
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 any

SalesforceServiceCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceServiceCloudObject' (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

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

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

Name Description Value
データセットの種類。 「SalesforceV2Object」(必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

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

SapBwCubeDataset

Name Description Value
データセットの種類。 'SapBwCube' (必須)

SapCloudForCustomerResourceDataset

Name Description Value
データセットの種類。 'SapCloudForCustomerResource' (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description Value
パス SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapEccResourceDataset

Name Description Value
データセットの種類。 'SapEccResource' (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

Name Description Value
パス SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapHanaTableDataset

Name Description Value
データセットの種類。 'SapHanaTable' (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description Value
スキーマ SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。 any

SapOdpResourceDataset

Name Description Value
データセットの種類。 'SapOdpResource' (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

Name Description Value
コンテキスト SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。 any (必須)
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

SapOpenHubTableDataset

Name Description Value
データセットの種類。 'SapOpenHubTable' (必須)
typeProperties Sap Business Warehouse のオープン ハブ変換先テーブルのプロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

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

SapTableResourceDataset

Name Description Value
データセットの種類。 'SapTableResource' (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

Name Description Value
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

ServiceNowObjectDataset

Name Description Value
データセットの種類。 'ServiceNowObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2DatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any
valueType ソースからコピーされた値の型。 'actual'
'display'

ServiceNowV2ObjectDataset

Name Description Value
データセットの種類。 'ServiceNowV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ServiceNowV2DatasetTypeProperties

SftpLocation

Name Description Value
データセットの格納場所の種類。 'SftpLocation' (必須)

SharePointOnlineListDatasetTypeProperties

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

SharePointOnlineListResourceDataset

Name Description Value
データセットの種類。 'SharePointOnlineListResource' (必須)
typeProperties SharePoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

Name Description Value
データセットの種類。 'ShopifyObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

Name Description Value
データセットの種類。 'SnowflakeTable' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

Name Description Value
スキーマ Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

SnowflakeV2Dataset

Name Description Value
データセットの種類。 'SnowflakeV2Table' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkDatasetTypeProperties

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

SparkObjectDataset

Name Description Value
データセットの種類。 'SparkObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SqlServerTableDataset

Name Description Value
データセットの種類。 'SqlServerTable' (必須)
typeProperties オンプレミスの SQL Server データセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

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

SquareObjectDataset

Name Description Value
データセットの種類。 'SquareObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

Name Description Value
データセットの種類。 'SybaseTable' (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description Value
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。 any

TeradataTableDataset

Name Description Value
データセットの種類。 'TeradataTable' (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description Value
データベース Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。 any

TextFormat

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

VerticaDatasetTypeProperties

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

VerticaTableDataset

Name Description Value
データセットの種類。 'VerticaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

WarehouseTableDataset

Name Description Value
データセットの種類。 'WarehouseTable' (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。 any

WebTableDataset

Name Description Value
データセットの種類。 'WebTable' (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

Name Description Value
インデックス Web ページ内のテーブルの 0 から始まるインデックス。 型: 整数 (または resultType 整数を持つ式)、最小値: 0。 any (必須)
パス リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。 any

XeroObjectDataset

Name Description Value
データセットの種類。 'XeroObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

Name Description Value
データセットの種類。 'Xml' (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

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

ZohoObjectDataset

Name Description Value
データセットの種類。 'ZohoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

使用例

Azure クイック スタートのサンプル

Azure クイック スタート テンプレート、このリソースの種類をデプロイするための Bicep サンプルが含まれています。

Bicep ファイル Description
V2 データ ファクトリ を作成する このテンプレートは、Azure Blob Storage 内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
Azure Data Factory でさらに多くの方法が可能 - ワンクリックで Azure Data Factory このテンプレートは、Azure BLOB から別の Azure BLOB へのコピー アクティビティ用のデータ ファクトリ パイプラインを作成します

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

factories/datasets リソースの種類は、次をターゲットとする操作と共にデプロイできます。

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

リソース形式

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

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

DatasetLocation オブジェクト

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

AmazonS3CompatibleLocation の場合は、以下を使用します。

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

AmazonS3Location の場合は、以下を使用します。

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

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

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

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

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

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

{
  "type": "AzureDataLakeStoreLocation"
}

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

{
  "type": "AzureFileStorageLocation"
}

FileServerLocation には、次を使用します。

{
  "type": "FileServerLocation"
}

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

{
  "type": "FtpServerLocation"
}

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

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

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

{
  "type": "HdfsLocation"
}

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

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

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

{
  "type": "LakeHouseLocation"
}

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

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

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

{
  "type": "SftpLocation"
}

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

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

AmazonMWSObjectの場合は、以下を使用します。

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

AmazonRdsForOracleTable の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

バイナリの場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Db2Table の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GoogleAdWordsObject の場合は、次のようにします。

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

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

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

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

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

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

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

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

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

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

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

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

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

HubspotObjectの場合は、以下を使用します。

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

Icebergの場合は、以下を使用します。

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

ImpalaObject の場合は、次のようにします。

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

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

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

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

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

Jsonの場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NetezzaTable の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

オークの場合は、以下を使用します。

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

寄木細工の場合は、以下を使用します。

{
  "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": {},
    "valueType": "string"
  }
}

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

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

ShopifyObjectの場合は、以下を使用します。

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

SnowflakeTableの場合は、以下を使用します。

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

SnowflakeV2Table の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

WarehouseTable の場合は、以下を使用します。

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

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

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

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

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

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

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

ZohoObjectの場合は、以下を使用します。

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

DatasetStorageFormat オブジェクト

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

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

{
  "type": "AvroFormat"
}

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

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

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

{
  "type": "OrcFormat"
}

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

{
  "type": "ParquetFormat"
}

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

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

プロパティ値

Microsoft.DataFactory/factories/datasets

Name Description Value
apiVersion API のバージョン '2018-06-01'
name リソース名 string

Constraints:
最小長 = 1
最大長 = 260
パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須)
properties データセットのプロパティ。 データセット (必須)
リソースの種類 'Microsoft.DataFactory/factories/datasets'

AmazonMWSObjectDataset

Name Description Value
データセットの種類。 「AmazonMWSObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForOracleTable' (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description Value
スキーマ AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRdsForSqlServerTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForSqlServerTable' (必須)
typeProperties Amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description Value
スキーマ SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRedshiftTableDataset

Name Description Value
データセットの種類。 'AmazonRedshiftTable' (必須)
typeProperties Amazon Redshift テーブルデータセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

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

AmazonS3CompatibleLocation

Name Description Value
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3CompatibleLocation' (必須)
バージョン Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AmazonS3Dataset

Name Description Value
データセットの種類。 'AmazonS3Object' (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

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

AmazonS3Location

Name Description Value
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3Location' (必須)
バージョン amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AvroDataset

Name Description Value
データセットの種類。 'Avro' (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description Value
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。 any
avroCompressionLevel int

Constraints:
最小値 = 1
最大値 = 9
位置 avro ストレージの場所。 DatasetLocation (必須)

AvroFormat

Name Description Value
データセットのストレージ形式の種類。 'AvroFormat' (必須)

AzureBlobDataset

Name Description Value
データセットの種類。 'AzureBlob' (必須)
typeProperties Azure BLOB データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

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

AzureBlobFSDataset

Name Description Value
データセットの種類。 'AzureBlobFSFile' (必須)
typeProperties Azure Data Lake Storage Gen2 データセットのプロパティ。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureBlobFSLocation

Name Description Value
fileSystem Azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobFSLocation' (必須)

AzureBlobStorageLocation

Name Description Value
コンテナ Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobStorageLocation' (必須)

AzureDatabricksDeltaLakeDataset

Name Description Value
データセットの種類。 'AzureDatabricksDeltaLakeDataset' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description Value
データベース デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerDatasetTypeProperties

Name Description Value
テーブル Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerTableDataset

Name Description Value
データセットの種類。 'AzureDataExplorerTable' (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須 )

AzureDataLakeStoreDataset

Name Description Value
データセットの種類。 'AzureDataLakeStoreFile' (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

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

AzureDataLakeStoreLocation

Name Description Value
データセットの格納場所の種類。 'AzureDataLakeStoreLocation' (必須)

AzureFileStorageLocation

Name Description Value
データセットの格納場所の種類。 'AzureFileStorageLocation' (必須)

AzureMariaDBTableDataset

Name Description Value
データセットの種類。 'AzureMariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description Value
データセットの種類。 'AzureMySqlTable' (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須 )

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

Name Description Value
データセットの種類。 'AzurePostgreSqlTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description Value
スキーマ Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureSearchIndexDataset

Name Description Value
データセットの種類。 'AzureSearchIndex' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

Name Description Value
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

AzureSqlDWTableDataset

Name Description Value
データセットの種類。 'AzureSqlDWTable' (必須)
typeProperties Azure SQL Data Warehouse データセットのプロパティ。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

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

AzureSqlMITableDataset

Name Description Value
データセットの種類。 'AzureSqlMITable' (必須)
typeProperties Azure SQL Managed Instance データセットのプロパティ。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

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

AzureSqlTableDataset

Name Description Value
データセットの種類。 'AzureSqlTable' (必須)
typeProperties Azure SQL データセットのプロパティ。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

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

AzureTableDataset

Name Description Value
データセットの種類。 'AzureTable' (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

Name Description Value
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

BinaryDataset

Name Description Value
データセットの種類。 'Binary' (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description Value
圧縮 バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
位置 バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

Name Description Value
データセットの種類。 'CassandraTable' (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

Name Description Value
データセットの種類。 'CommonDataServiceForAppsEntity' (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

ConcurObjectDataset

Name Description Value
データセットの種類。 'ConcurObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description Value
データセットの種類。 'CosmosDbMongoDbApiCollection' (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description Value
コレクション CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CosmosDbSqlApiCollectionDataset

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

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description Value
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CouchbaseTableDataset

Name Description Value
データセットの種類。 'CouchbaseTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

Name Description Value
データセットの種類。 'CustomDataset' (必須)
typeProperties カスタム データセットのプロパティ。 any

Dataset

Name Description Value
annotations データセットの記述に使用できるタグの一覧。 any[]
description データセットの説明。 文字列
フォルダ このデータセットが存在するフォルダー。 指定しない場合、データセットはルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
スキーマ データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。 any
構造体 データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。 any
AmazonMWSObjectDataset 型を 'AmazonMWSObject' に設定します。 タイプ AmazonRdsForOracleTableDataset を「AmazonRdsForOracleTable」に設定します。 タイプ AmazonRdsForSqlServerTableDataset を「AmazonRdsForSqlServerTable」に設定します。 タイプ AmazonRedshiftTableDataset を 'AmazonRedshiftTable' に設定します。 タイプ AmazonS3Dataset を「AmazonS3Object」に設定します。 AvroDataset 型の 'Avro' に設定します。 AzureBlobDataset 型を "AzureBlob" に設定します。 型 AzureBlobFSDataset を 'AzureBlobFSFile' に設定します。 AzureDataExplorerTableDataset 型の場合は 'AzureDataExplorerTable' に設定します。 AzureDataLakeStoreDataset 型を "AzureDataLakeStoreFile" に設定します。 AzureDatabricksDeltaLakeDataset 型の "AzureDatabricksDeltaLakeDataset" に設定します。 AzureMariaDBTableDataset 型の 'AzureMariaDBTable' に設定します。 AzureMySqlTableDataset 型の 'AzureMySqlTable' に設定します。 AzurePostgreSqlTableDataset 型の 'AzurePostgreSqlTable' に設定します。 AzureSearchIndexDataset 型の 'AzureSearchIndex' に設定します。 AzureSqlDWTableDataset 型の 'AzureSqlDWTable' に設定します。 AzureSqlMITableDataset 型を 'AzureSqlMITable' に設定します。 AzureSqlTableDataset 型の 'AzureSqlTable' に設定します。 AzureTableDataset 型を 'AzureTable' に設定します。 BinaryDataset 型の 'Binary' に設定します。 CassandraTableDataset 型の 'CassandraTable' に設定します。 タイプ CommonDataServiceForAppsEntityDataset の 'CommonDataServiceForAppsEntity' に設定します。 タイプConcurObjectDatasetを「ConcurObject」に設定します。 型 CosmosDbMongoDbDbApiCollectionDataset の 'CosmosDbMongoDbApiCollection' に設定します。 型 CosmosDbSqlApiCollectionDataset を 'CosmosDbSqlApiCollection' に設定します。 CouchbaseTableDataset 型の 'CouchbaseTable' に設定します。 CustomDataset 型の ' CustomDataset' に設定します。 タイプ Db2TableDataset の場合は 'Db2Table' に設定します。 DelimitedTextDataset 型を ' DelimitedText' に設定します。 DocumentDbCollectionDataset 型の 'DocumentDbCollection' に設定します。 型 DrillTableDataset を 'DrillTable' に設定します。 タイプ DynamicsAXResourceDataset の 'DynamicsAXResource' に設定します。 型 DynamicsCrmEntityDataset を 'DynamicsCrmEntity' に設定します。 型 DynamicsEntityDataset を 'DynamicsEntity' に設定します。 EloquaObjectDataset 型の 'EloquaObject' に設定します。 ExcelDataset 型を 'Excel' に設定します。 FileShareDataset 型を 'FileShare' に設定します。 タイプ GoogleAdWordsObjectDataset を「GoogleAdWordsObject」に設定します。 タイプ GoogleBigQueryObjectDataset を「GoogleBigQueryObject」に設定します。 タイプ GoogleBigQueryV2ObjectDataset を「GoogleBigQueryV2Object」に設定します。 タイプ GreenplumTableDataset を 'GreenplumTable' に設定します。 型 HBaseObjectDataset を 'HBaseObject' に設定します。 型 HiveObjectDataset を 'HiveObject' に設定します。 HttpDataset 型の ' HttpFile' に設定します。 タイプ HubspotObjectDataset を「HubspotObject」に設定します。 タイプ IcebergDataset を 'Iceberg' に設定します。 ImpalaObjectDataset型の「ImpalaObject」に設定します。 InformixTableDataset 型を 'InformixTable' に設定します。 タイプ JiraObjectDataset を「JiraObject」に設定します。 JsonDataset 型を 'Json' に設定します。 LakeHouseTableDataset 型の 'LakehouseTable' に設定します。 型 MagentoObjectDataset を 'MagentoObject' に設定します。 MariaDBTableDataset 型の 'MariaDBTable' に設定します。 タイプ MarketoObjectDataset を「MarketoObject」に設定します。 MicrosoftAccessTableDataset 型の 'MicrosoftAccessTable' に設定します。 MongoDbAtlasCollectionDataset 型を 'MongoDbAtlasCollection' に設定します。 MongoDbCollectionDataset 型の 'MongoDbCollection' に設定します。 MongoDbV2CollectionDataset 型の 'MongoDbV2Collection' に設定します。 MySqlTableDataset型の「MySqlTable」に設定します。 型 NetezzaTableDataset を 'NetezzaTable' に設定します。 型 ODataResourceDataset を 'ODataResource' に設定します。 型 OdbcTableDataset の 'OdbcTable' に設定します。 Office365Dataset 型を 'Office365Table' に設定します。 タイプ OracleServiceCloudObjectDatasetの「OracleServiceCloudObject」に設定します。 型 OracleTableDatasetを「OracleTable」に設定します。 OrcDataset 型を ' Orc' に設定します。 ParquetDataset 型の ' Parquet' に設定します。 タイプ PaypalObjectDataset を 'PaypalObject' に設定します。 PhoenixObjectDataset 型を 'PhoenixObject' に設定します。 PostgreSqlTableDataset型を「PostgreSqlTable」に設定します。 PostgreSqlV2TableDataset型の「PostgreSqlV2Table」に設定します。 PrestoObjectDataset型の「PrestoObject」に設定します。 QuickBooksObjectDataset 型の 'QuickBooksObject' に設定します。 RelationalTableDataset 型の 'RelationalTable' に設定します。 型 ResponsysObjectDataset を 'ResponsysObject' に設定します。 RestResourceDataset 型を 'RestResource' に設定します。 タイプ SalesforceMarketingCloudObjectDataset を「SalesforceMarketingCloudObject」に設定します。 SalesforceObjectDataset 型を「SalesforceObject」に設定します。 SalesforceServiceCloudObjectDataset 型を「SalesforceServiceCloudObject」に設定します。 タイプ SalesforceServiceCloudV2ObjectDataset を「SalesforceServiceCloudV2Object」に設定します。 SalesforceV2ObjectDataset 型を「SalesforceV2Object」に設定します。 SapBwCubeDataset 型を 'SapBwCube' に設定します。 タイプ SapCloudForCustomerResourceDataset を 'SapCloudForCustomerResource' に設定します。 SapEccResourceDataset 型の 'SapEccResource' に設定します。 型 SapHanaTableDataset を 'SapHanaTable' に設定します。 タイプ SapOdpResourceDataset を 'SapOdpResource' に設定します。 SapOpenHubTableDataset 型の 'SapOpenHubTable' に設定します。 SapTableResourceDataset 型の 'SapTableResource' に設定します。 ServiceNowObjectDataset 型の 'ServiceNowObject' に設定します。 ServiceNowV2ObjectDataset 型の 'ServiceNowV2Object' に設定します。 SharePointOnlineListResourceDataset 型を 'SharePointOnlineListResource' に設定します。 ShopifyObjectDatasetタイプを「ShopifyObject」に設定します。 タイプ SnowflakeDataset を 'SnowflakeTable' に設定します。 タイプ SnowflakeV2Dataset を 'SnowflakeV2Table' に設定します。 型 SparkObjectDataset を 'SparkObject' に設定します。 型 SqlServerTableDataset を 'SqlServerTable' に設定します。 SquareObjectDataset型の「SquareObject」に設定します。 SybaseTableDataset 型を 'SybaseTable' に設定します。 型 TeradataTableDataset を 'TeradataTable' に設定します。 VerticaTableDataset 型の 'VerticaTable' に設定します。 WarehouseTableDataset 型の 'WarehouseTable' に設定します。 WebTableDataset 型の 'WebTable' に設定します。 XeroObjectDataset 型の 'XeroObject' に設定します。 XmlDataset 型の場合は 'Xml' に設定します。 ZohoObjectDataset 型を「ZohoObject」に設定します。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
'Iceberg'
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakehouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必須)

DatasetCompression

Name Description Value
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。 any
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。 any (必須)

DatasetFolder

Name Description Value
name このデータセットが存在するフォルダーの名前。 文字列

DatasetLocation

Name Description Value
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 any
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式) any
タイプ AmazonS3CompatibleLocation を 'AmazonS3CompatibleLocation' に設定します。 タイプ AmazonS3Location を 'AmazonS3Location' に設定します。 型 AzureBlobFSLocation を 'AzureBlobFSLocation' に設定します。 AzureBlobStorageLocation 型を ' AzureBlobStorageLocation' に設定します。 AzureDataLakeStoreLocation 型の "AzureDataLakeStoreLocation" に設定します。 AzureFileStorageLocation 型を ' AzureFileStorageLocation' に設定します。 FileServerLocation 型を 'FileServerLocation' に設定します。 タイプ FtpServerLocation を 'FtpServerLocation' に設定します。 タイプ GoogleCloudStorageLocation を 'GoogleCloudStorageLocation' に設定します。 HdfsLocation 型の 'HdfsLocation' に設定します。 タイプ HttpServerLocation を 'HttpServerLocation' に設定します。 型 LakeHouseLocation を 'LakeHouseLocation' に設定します。 タイプ OracleCloudStorageLocationの「OracleCloudStorageLocation」に設定します。 タイプ SftpLocation を 'SftpLocation' に設定します。 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必須)

DatasetStorageFormat

Name Description Value
逆シリアライザー Deserializer. 型: string (または resultType 文字列を含む式)。 any
シリアライザー Serializer. 型: string (または resultType 文字列を含む式)。 any
AvroFormat 型の 'AvroFormat' に設定します。 JsonFormat 型の ' JsonFormat' に設定します。 OrcFormat型の場合は「OrcFormat」に設定します。 ParquetFormat 型の ' ParquetFormat' に設定します。 TextFormat型を「TextFormat」に設定します。 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必須)

Db2TableDataset

Name Description Value
データセットの種類。 'Db2Table' (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

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

DelimitedTextDataset

Name Description Value
データセットの種類。 'DelimitedText' (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

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

DocumentDbCollectionDataset

Name Description Value
データセットの種類。 'DocumentDbCollection' (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

Name Description Value
collectionName ドキュメント データベース コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

DrillDatasetTypeProperties

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

DrillTableDataset

Name Description Value
データセットの種類。 'DrillTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

Name Description Value
データセットの種類。 'DynamicsAXResource' (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

Name Description Value
パス Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

DynamicsCrmEntityDataset

Name Description Value
データセットの種類。 'DynamicsCrmEntity' (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

DynamicsEntityDataset

Name Description Value
データセットの種類。 'DynamicsEntity' (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

EloquaObjectDataset

Name Description Value
データセットの種類。 'EloquaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

Name Description Value
データセットの種類。 'Excel' (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

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

FileServerLocation

Name Description Value
データセットの格納場所の種類。 'FileServerLocation' (必須)

FileShareDataset

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

FileShareDatasetTypeProperties

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

FtpServerLocation

Name Description Value
データセットの格納場所の種類。 'FtpServerLocation' (必須)

GenericDatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleAdWordsObjectDataset

Name Description Value
データセットの種類。 'GoogleAdWordsObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

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

GoogleBigQueryObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description Value
データセット Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleBigQueryV2ObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

Name Description Value
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'GoogleCloudStorageLocation'(必須)
バージョン Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

GreenplumDatasetTypeProperties

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

GreenplumTableDataset

Name Description Value
データセットの種類。 'GreenplumTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

HBaseObjectDataset

Name Description Value
データセットの種類。 'HBaseObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HdfsLocation

Name Description Value
データセットの格納場所の種類。 'HdfsLocation' (必須)

HiveDatasetTypeProperties

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

HiveObjectDataset

Name Description Value
データセットの種類。 'HiveObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HttpDataset

Name Description Value
データセットの種類。 'HttpFile' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

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

HttpServerLocation

Name Description Value
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'HttpServerLocation' (必須)

HubspotObjectDataset

Name Description Value
データセットの種類。 「HubspotObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

IcebergDataset

Name Description Value
データセットの種類。 'Iceberg' (必須)
typeProperties Iceberg データセットのプロパティ。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

Name Description Value
位置 氷山の貯蔵場所。 iceberg 形式では、ファイル名の設定は許可されません。 DatasetLocation (必須)

ImpalaDatasetTypeProperties

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

ImpalaObjectDataset

Name Description Value
データセットの種類。 'ImpalaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

InformixTableDataset

Name Description Value
データセットの種類。 'InformixTable' (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description Value
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。 any

JiraObjectDataset

Name Description Value
データセットの種類。 'JiraObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 JiraTableDatasetTypeProperties

JiraTableDatasetTypeProperties

Name Description Value
スキーマ Jira のスキーマ名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
テーブル Jira のテーブル名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
tableName このプロパティは Jira V1 データセットでのみサポートされていますので、V2 データセットへのアップグレードを検討してください。 any

JsonDataset

Name Description Value
データセットの種類。 'Json' (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

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

JsonFormat

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

LakeHouseLocation

Name Description Value
データセットの格納場所の種類。 'LakeHouseLocation' (必須)

LakeHouseTableDataset

Name Description Value
データセットの種類。 'LakehouseTable' (必須)
typeProperties Microsoft Fabric Lakehouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Lakehouse テーブルのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Lakehouse テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

LinkedServiceReference

Name Description Value
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 文字列 (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

MagentoObjectDataset

Name Description Value
データセットの種類。 'MagentoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

Name Description Value
データセットの種類。 'MariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

Name Description Value
データセットの種類。 'MarketoObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description Value
データセットの種類。 'MicrosoftAccessTable' (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description Value
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。 any

MongoDbAtlasCollectionDataset

Name Description Value
データセットの種類。 'MongoDbAtlasCollection' (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbCollectionDataset

Name Description Value
データセットの種類。 'MongoDbCollection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

Name Description Value
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbV2CollectionDataset

Name Description Value
データセットの種類。 'MongoDbV2Collection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MySqlTableDataset

Name Description Value
データセットの種類。 'MySqlTable' (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description Value
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

NetezzaTableDataset

Name Description Value
データセットの種類。 'NetezzaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

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

ODataResourceDataset

Name Description Value
データセットの種類。 'ODataResource' (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description Value
パス OData リソース パス。 型: string (または resultType 文字列を含む式)。 any

OdbcTableDataset

Name Description Value
データセットの種類。 'OdbcTable' (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description Value
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。 any

Office365Dataset

Name Description Value
データセットの種類。 'Office365Table' (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

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

OracleCloudStorageLocation

Name Description Value
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'OracleCloudStorageLocation' (必須)
バージョン Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

OracleServiceCloudObjectDataset

Name Description Value
データセットの種類。 'OracleServiceCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

Name Description Value
データセットの種類。 'OracleTable' (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

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

OrcDataset

Name Description Value
データセットの種類。 「オーク」(必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description Value
位置 ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。 any

OrcFormat

Name Description Value
データセットのストレージ形式の種類。 'OrcFormat' (必須)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue パラメーターの既定値。 any
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

ParameterValueSpecification

Name Description Value

ParquetDataset

Name Description Value
データセットの種類。 'Parquet' (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description Value
compressionCodec データ compressionCodec。 型: string (または resultType 文字列を含む式)。 any
位置 Parquet ストレージの場所。 DatasetLocation (必須)

ParquetFormat

Name Description Value
データセットのストレージ形式の種類。 'ParquetFormat' (必須)

PaypalObjectDataset

Name Description Value
データセットの種類。 'PaypalObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

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

PhoenixObjectDataset

Name Description Value
データセットの種類。 'PhoenixObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

Name Description Value
データセットの種類。 'PostgreSqlTable' (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

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

PostgreSqlV2TableDataset

Name Description Value
データセットの種類。 'PostgreSqlV2Table' (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description Value
スキーマ PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

PrestoDatasetTypeProperties

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

PrestoObjectDataset

Name Description Value
データセットの種類。 'PrestoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

Name Description Value
データセットの種類。 'QuickBooksObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

Name Description Value
データセットの種類。 'RelationalTable' (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

Name Description Value
データセットの種類。 'ResponsysObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

Name Description Value
データセットの種類。 'RestResource' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description Value
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を構成するためのページネーションルール。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。 any
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。 any
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。 any

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description Value

RestResourceDatasetTypePropertiesPaginationRules

Name Description Value

SalesforceMarketingCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceMarketingCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description Value
データセットの種類。 'SalesforceObject' (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description Value
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 any

SalesforceServiceCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceServiceCloudObject' (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

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

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

Name Description Value
データセットの種類。 「SalesforceV2Object」(必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

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

SapBwCubeDataset

Name Description Value
データセットの種類。 'SapBwCube' (必須)

SapCloudForCustomerResourceDataset

Name Description Value
データセットの種類。 'SapCloudForCustomerResource' (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description Value
パス SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapEccResourceDataset

Name Description Value
データセットの種類。 'SapEccResource' (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

Name Description Value
パス SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapHanaTableDataset

Name Description Value
データセットの種類。 'SapHanaTable' (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description Value
スキーマ SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。 any

SapOdpResourceDataset

Name Description Value
データセットの種類。 'SapOdpResource' (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

Name Description Value
コンテキスト SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。 any (必須)
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

SapOpenHubTableDataset

Name Description Value
データセットの種類。 'SapOpenHubTable' (必須)
typeProperties Sap Business Warehouse のオープン ハブ変換先テーブルのプロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

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

SapTableResourceDataset

Name Description Value
データセットの種類。 'SapTableResource' (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

Name Description Value
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

ServiceNowObjectDataset

Name Description Value
データセットの種類。 'ServiceNowObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2DatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any
valueType ソースからコピーされた値の型。 'actual'
'display'

ServiceNowV2ObjectDataset

Name Description Value
データセットの種類。 'ServiceNowV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ServiceNowV2DatasetTypeProperties

SftpLocation

Name Description Value
データセットの格納場所の種類。 'SftpLocation' (必須)

SharePointOnlineListDatasetTypeProperties

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

SharePointOnlineListResourceDataset

Name Description Value
データセットの種類。 'SharePointOnlineListResource' (必須)
typeProperties SharePoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

Name Description Value
データセットの種類。 'ShopifyObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

Name Description Value
データセットの種類。 'SnowflakeTable' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

Name Description Value
スキーマ Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

SnowflakeV2Dataset

Name Description Value
データセットの種類。 'SnowflakeV2Table' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkDatasetTypeProperties

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

SparkObjectDataset

Name Description Value
データセットの種類。 'SparkObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SqlServerTableDataset

Name Description Value
データセットの種類。 'SqlServerTable' (必須)
typeProperties オンプレミスの SQL Server データセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

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

SquareObjectDataset

Name Description Value
データセットの種類。 'SquareObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

Name Description Value
データセットの種類。 'SybaseTable' (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description Value
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。 any

TeradataTableDataset

Name Description Value
データセットの種類。 'TeradataTable' (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description Value
データベース Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。 any

TextFormat

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

VerticaDatasetTypeProperties

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

VerticaTableDataset

Name Description Value
データセットの種類。 'VerticaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

WarehouseTableDataset

Name Description Value
データセットの種類。 'WarehouseTable' (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。 any

WebTableDataset

Name Description Value
データセットの種類。 'WebTable' (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

Name Description Value
インデックス Web ページ内のテーブルの 0 から始まるインデックス。 型: 整数 (または resultType 整数を持つ式)、最小値: 0。 any (必須)
パス リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。 any

XeroObjectDataset

Name Description Value
データセットの種類。 'XeroObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

Name Description Value
データセットの種類。 'Xml' (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

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

ZohoObjectDataset

Name Description Value
データセットの種類。 'ZohoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

使用例

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

このリソースの種類 デプロイする Azure クイック スタート テンプレート 次に示します。

Template Description
V2 データ ファクトリ を作成する

Azure に展開する
このテンプレートは、Azure Blob Storage 内のフォルダーからストレージ内の別のフォルダーにデータをコピーする V2 データ ファクトリを作成します。
Azure Data Factory でさらに多くの方法が可能 - ワンクリックで Azure Data Factory

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

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 = {
    properties = {
      annotations = [
        ?
      ]
      description = "string"
      folder = {
        name = "string"
      }
      linkedServiceName = {
        parameters = {
          {customized property} = ?
        }
        referenceName = "string"
        type = "string"
      }
      parameters = {
        {customized property} = {
          defaultValue = ?
          type = "string"
        }
      }
      schema = ?
      structure = ?
      type = "string"
      // For remaining properties, see Dataset objects
    }
  }
}

DatasetLocation オブジェクト

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

AmazonS3CompatibleLocation の場合は、以下を使用します。

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

AmazonS3Location の場合は、以下を使用します。

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

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

{
  fileSystem = ?
  type = "AzureBlobFSLocation"
}

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

{
  container = ?
  type = "AzureBlobStorageLocation"
}

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

{
  type = "AzureDataLakeStoreLocation"
}

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

{
  type = "AzureFileStorageLocation"
}

FileServerLocation には、次を使用します。

{
  type = "FileServerLocation"
}

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

{
  type = "FtpServerLocation"
}

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

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

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

{
  type = "HdfsLocation"
}

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

{
  relativeUrl = ?
  type = "HttpServerLocation"
}

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

{
  type = "LakeHouseLocation"
}

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

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

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

{
  type = "SftpLocation"
}

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

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

AmazonMWSObjectの場合は、以下を使用します。

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

AmazonRdsForOracleTable の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

バイナリの場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

{
  type = "CustomDataset"
  typeProperties = ?
}

Db2Table の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

GoogleAdWordsObject の場合は、次のようにします。

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

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

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

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

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

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

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

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

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

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

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

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

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

HubspotObjectの場合は、以下を使用します。

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

Icebergの場合は、以下を使用します。

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

ImpalaObject の場合は、次のようにします。

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

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

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

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

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

Jsonの場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NetezzaTable の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

オークの場合は、以下を使用します。

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

寄木細工の場合は、以下を使用します。

{
  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 = ?
    valueType = "string"
  }
}

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

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

ShopifyObjectの場合は、以下を使用します。

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

SnowflakeTableの場合は、以下を使用します。

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

SnowflakeV2Table の場合は、以下を使用します。

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

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

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

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

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

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

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

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

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

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

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

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

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

WarehouseTable の場合は、以下を使用します。

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

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

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

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

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

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

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

ZohoObjectの場合は、以下を使用します。

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

DatasetStorageFormat オブジェクト

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

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

{
  type = "AvroFormat"
}

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

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

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

{
  type = "OrcFormat"
}

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

{
  type = "ParquetFormat"
}

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

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

プロパティ値

Microsoft.DataFactory/factories/datasets

Name Description Value
name リソース名 string

Constraints:
最小長 = 1
最大長 = 260
パターン = ^[A-Za-z0-9_][^<>*#.%&:\\+?/]*$ (必須)
parent_id このリソースの親であるリソースの ID。 タイプのリソースの ID: factories
properties データセットのプロパティ。 データセット (必須)
リソースの種類 "Microsoft.DataFactory/factories/datasets@2018-06-01"

AmazonMWSObjectDataset

Name Description Value
データセットの種類。 「AmazonMWSObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AmazonRdsForOracleTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForOracleTable' (必須)
typeProperties AmazonRdsForOracle データセットのプロパティ。 AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description Value
スキーマ AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRdsForSqlServerTableDataset

Name Description Value
データセットの種類。 'AmazonRdsForSqlServerTable' (必須)
typeProperties Amazon RDS for SQL Server データセットのプロパティ。 AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description Value
スキーマ SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AmazonRedshiftTableDataset

Name Description Value
データセットの種類。 'AmazonRedshiftTable' (必須)
typeProperties Amazon Redshift テーブルデータセットのプロパティ。 AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

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

AmazonS3CompatibleLocation

Name Description Value
bucketName Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3CompatibleLocation' (必須)
バージョン Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AmazonS3Dataset

Name Description Value
データセットの種類。 'AmazonS3Object' (必須)
typeProperties Amazon S3 データセットのプロパティ。 AmazonS3DatasetTypeProperties (必須)

AmazonS3DatasetTypeProperties

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

AmazonS3Location

Name Description Value
bucketName amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'AmazonS3Location' (必須)
バージョン amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

AvroDataset

Name Description Value
データセットの種類。 'Avro' (必須)
typeProperties Avro データセットのプロパティ。 AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description Value
avroCompressionCodec データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。 any
avroCompressionLevel int

Constraints:
最小値 = 1
最大値 = 9
位置 avro ストレージの場所。 DatasetLocation (必須)

AvroFormat

Name Description Value
データセットのストレージ形式の種類。 'AvroFormat' (必須)

AzureBlobDataset

Name Description Value
データセットの種類。 'AzureBlob' (必須)
typeProperties Azure BLOB データセットのプロパティ。 AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

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

AzureBlobFSDataset

Name Description Value
データセットの種類。 'AzureBlobFSFile' (必須)
typeProperties Azure Data Lake Storage Gen2 データセットのプロパティ。 AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

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

AzureBlobFSLocation

Name Description Value
fileSystem Azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobFSLocation' (必須)

AzureBlobStorageLocation

Name Description Value
コンテナ Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。 any
データセットの格納場所の種類。 'AzureBlobStorageLocation' (必須)

AzureDatabricksDeltaLakeDataset

Name Description Value
データセットの種類。 'AzureDatabricksDeltaLakeDataset' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description Value
データベース デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerDatasetTypeProperties

Name Description Value
テーブル Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureDataExplorerTableDataset

Name Description Value
データセットの種類。 'AzureDataExplorerTable' (必須)
typeProperties Azure Data Explorer (Kusto) データセットのプロパティ。 AzureDataExplorerDatasetTypeProperties (必須 )

AzureDataLakeStoreDataset

Name Description Value
データセットの種類。 'AzureDataLakeStoreFile' (必須)
typeProperties Azure Data Lake Store データセットのプロパティ。 AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

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

AzureDataLakeStoreLocation

Name Description Value
データセットの格納場所の種類。 'AzureDataLakeStoreLocation' (必須)

AzureFileStorageLocation

Name Description Value
データセットの格納場所の種類。 'AzureFileStorageLocation' (必須)

AzureMariaDBTableDataset

Name Description Value
データセットの種類。 'AzureMariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description Value
データセットの種類。 'AzureMySqlTable' (必須)
typeProperties Azure MySQL データベース データセットのプロパティ。 AzureMySqlTableDatasetTypeProperties (必須 )

AzureMySqlTableDatasetTypeProperties

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

AzurePostgreSqlTableDataset

Name Description Value
データセットの種類。 'AzurePostgreSqlTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description Value
スキーマ Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any
tableName スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

AzureSearchIndexDataset

Name Description Value
データセットの種類。 'AzureSearchIndex' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 AzureSearchIndexDatasetTypeProperties (必須)

AzureSearchIndexDatasetTypeProperties

Name Description Value
indexName Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

AzureSqlDWTableDataset

Name Description Value
データセットの種類。 'AzureSqlDWTable' (必須)
typeProperties Azure SQL Data Warehouse データセットのプロパティ。 AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

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

AzureSqlMITableDataset

Name Description Value
データセットの種類。 'AzureSqlMITable' (必須)
typeProperties Azure SQL Managed Instance データセットのプロパティ。 AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

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

AzureSqlTableDataset

Name Description Value
データセットの種類。 'AzureSqlTable' (必須)
typeProperties Azure SQL データセットのプロパティ。 AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

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

AzureTableDataset

Name Description Value
データセットの種類。 'AzureTable' (必須)
typeProperties Azure Table データセットのプロパティ。 AzureTableDatasetTypeProperties (必須)

AzureTableDatasetTypeProperties

Name Description Value
tableName Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

BinaryDataset

Name Description Value
データセットの種類。 'Binary' (必須)
typeProperties バイナリ データセットのプロパティ。 BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description Value
圧縮 バイナリ データセットに使用されるデータ圧縮方法。 DatasetCompression
位置 バイナリ ストレージの場所。 DatasetLocation (必須)

CassandraTableDataset

Name Description Value
データセットの種類。 'CassandraTable' (必須)
typeProperties Cassandra データセットのプロパティ。 CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

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

CommonDataServiceForAppsEntityDataset

Name Description Value
データセットの種類。 'CommonDataServiceForAppsEntity' (必須)
typeProperties Common Data Service for Apps エンティティ データセットのプロパティ。 CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

ConcurObjectDataset

Name Description Value
データセットの種類。 'ConcurObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description Value
データセットの種類。 'CosmosDbMongoDbApiCollection' (必須)
typeProperties CosmosDB (MongoDB API) データベース データセットのプロパティ。 CosmosDbMongoDbApiCollectionDatasetTypeProperties (必須)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description Value
コレクション CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CosmosDbSqlApiCollectionDataset

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

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description Value
collectionName CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

CouchbaseTableDataset

Name Description Value
データセットの種類。 'CouchbaseTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

CustomDataset

Name Description Value
データセットの種類。 'CustomDataset' (必須)
typeProperties カスタム データセットのプロパティ。 any

Dataset

Name Description Value
annotations データセットの記述に使用できるタグの一覧。 any[]
description データセットの説明。 文字列
フォルダ このデータセットが存在するフォルダー。 指定しない場合、データセットはルート レベルで表示されます。 DatasetFolder
linkedServiceName リンクされたサービス参照。 LinkedServiceReference (必須)
parameters データセットのパラメーター。 ParameterDefinitionSpecification
スキーマ データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。 any
構造体 データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。 any
AmazonMWSObjectDataset 型を 'AmazonMWSObject' に設定します。 タイプ AmazonRdsForOracleTableDataset を「AmazonRdsForOracleTable」に設定します。 タイプ AmazonRdsForSqlServerTableDataset を「AmazonRdsForSqlServerTable」に設定します。 タイプ AmazonRedshiftTableDataset を 'AmazonRedshiftTable' に設定します。 タイプ AmazonS3Dataset を「AmazonS3Object」に設定します。 AvroDataset 型の 'Avro' に設定します。 AzureBlobDataset 型を "AzureBlob" に設定します。 型 AzureBlobFSDataset を 'AzureBlobFSFile' に設定します。 AzureDataExplorerTableDataset 型の場合は 'AzureDataExplorerTable' に設定します。 AzureDataLakeStoreDataset 型を "AzureDataLakeStoreFile" に設定します。 AzureDatabricksDeltaLakeDataset 型の "AzureDatabricksDeltaLakeDataset" に設定します。 AzureMariaDBTableDataset 型の 'AzureMariaDBTable' に設定します。 AzureMySqlTableDataset 型の 'AzureMySqlTable' に設定します。 AzurePostgreSqlTableDataset 型の 'AzurePostgreSqlTable' に設定します。 AzureSearchIndexDataset 型の 'AzureSearchIndex' に設定します。 AzureSqlDWTableDataset 型の 'AzureSqlDWTable' に設定します。 AzureSqlMITableDataset 型を 'AzureSqlMITable' に設定します。 AzureSqlTableDataset 型の 'AzureSqlTable' に設定します。 AzureTableDataset 型を 'AzureTable' に設定します。 BinaryDataset 型の 'Binary' に設定します。 CassandraTableDataset 型の 'CassandraTable' に設定します。 タイプ CommonDataServiceForAppsEntityDataset の 'CommonDataServiceForAppsEntity' に設定します。 タイプConcurObjectDatasetを「ConcurObject」に設定します。 型 CosmosDbMongoDbDbApiCollectionDataset の 'CosmosDbMongoDbApiCollection' に設定します。 型 CosmosDbSqlApiCollectionDataset を 'CosmosDbSqlApiCollection' に設定します。 CouchbaseTableDataset 型の 'CouchbaseTable' に設定します。 CustomDataset 型の ' CustomDataset' に設定します。 タイプ Db2TableDataset の場合は 'Db2Table' に設定します。 DelimitedTextDataset 型を ' DelimitedText' に設定します。 DocumentDbCollectionDataset 型の 'DocumentDbCollection' に設定します。 型 DrillTableDataset を 'DrillTable' に設定します。 タイプ DynamicsAXResourceDataset の 'DynamicsAXResource' に設定します。 型 DynamicsCrmEntityDataset を 'DynamicsCrmEntity' に設定します。 型 DynamicsEntityDataset を 'DynamicsEntity' に設定します。 EloquaObjectDataset 型の 'EloquaObject' に設定します。 ExcelDataset 型を 'Excel' に設定します。 FileShareDataset 型を 'FileShare' に設定します。 タイプ GoogleAdWordsObjectDataset を「GoogleAdWordsObject」に設定します。 タイプ GoogleBigQueryObjectDataset を「GoogleBigQueryObject」に設定します。 タイプ GoogleBigQueryV2ObjectDataset を「GoogleBigQueryV2Object」に設定します。 タイプ GreenplumTableDataset を 'GreenplumTable' に設定します。 型 HBaseObjectDataset を 'HBaseObject' に設定します。 型 HiveObjectDataset を 'HiveObject' に設定します。 HttpDataset 型の ' HttpFile' に設定します。 タイプ HubspotObjectDataset を「HubspotObject」に設定します。 タイプ IcebergDataset を 'Iceberg' に設定します。 ImpalaObjectDataset型の「ImpalaObject」に設定します。 InformixTableDataset 型を 'InformixTable' に設定します。 タイプ JiraObjectDataset を「JiraObject」に設定します。 JsonDataset 型を 'Json' に設定します。 LakeHouseTableDataset 型の 'LakehouseTable' に設定します。 型 MagentoObjectDataset を 'MagentoObject' に設定します。 MariaDBTableDataset 型の 'MariaDBTable' に設定します。 タイプ MarketoObjectDataset を「MarketoObject」に設定します。 MicrosoftAccessTableDataset 型の 'MicrosoftAccessTable' に設定します。 MongoDbAtlasCollectionDataset 型を 'MongoDbAtlasCollection' に設定します。 MongoDbCollectionDataset 型の 'MongoDbCollection' に設定します。 MongoDbV2CollectionDataset 型の 'MongoDbV2Collection' に設定します。 MySqlTableDataset型の「MySqlTable」に設定します。 型 NetezzaTableDataset を 'NetezzaTable' に設定します。 型 ODataResourceDataset を 'ODataResource' に設定します。 型 OdbcTableDataset の 'OdbcTable' に設定します。 Office365Dataset 型を 'Office365Table' に設定します。 タイプ OracleServiceCloudObjectDatasetの「OracleServiceCloudObject」に設定します。 型 OracleTableDatasetを「OracleTable」に設定します。 OrcDataset 型を ' Orc' に設定します。 ParquetDataset 型の ' Parquet' に設定します。 タイプ PaypalObjectDataset を 'PaypalObject' に設定します。 PhoenixObjectDataset 型を 'PhoenixObject' に設定します。 PostgreSqlTableDataset型を「PostgreSqlTable」に設定します。 PostgreSqlV2TableDataset型の「PostgreSqlV2Table」に設定します。 PrestoObjectDataset型の「PrestoObject」に設定します。 QuickBooksObjectDataset 型の 'QuickBooksObject' に設定します。 RelationalTableDataset 型の 'RelationalTable' に設定します。 型 ResponsysObjectDataset を 'ResponsysObject' に設定します。 RestResourceDataset 型を 'RestResource' に設定します。 タイプ SalesforceMarketingCloudObjectDataset を「SalesforceMarketingCloudObject」に設定します。 SalesforceObjectDataset 型を「SalesforceObject」に設定します。 SalesforceServiceCloudObjectDataset 型を「SalesforceServiceCloudObject」に設定します。 タイプ SalesforceServiceCloudV2ObjectDataset を「SalesforceServiceCloudV2Object」に設定します。 SalesforceV2ObjectDataset 型を「SalesforceV2Object」に設定します。 SapBwCubeDataset 型を 'SapBwCube' に設定します。 タイプ SapCloudForCustomerResourceDataset を 'SapCloudForCustomerResource' に設定します。 SapEccResourceDataset 型の 'SapEccResource' に設定します。 型 SapHanaTableDataset を 'SapHanaTable' に設定します。 タイプ SapOdpResourceDataset を 'SapOdpResource' に設定します。 SapOpenHubTableDataset 型の 'SapOpenHubTable' に設定します。 SapTableResourceDataset 型の 'SapTableResource' に設定します。 ServiceNowObjectDataset 型の 'ServiceNowObject' に設定します。 ServiceNowV2ObjectDataset 型の 'ServiceNowV2Object' に設定します。 SharePointOnlineListResourceDataset 型を 'SharePointOnlineListResource' に設定します。 ShopifyObjectDatasetタイプを「ShopifyObject」に設定します。 タイプ SnowflakeDataset を 'SnowflakeTable' に設定します。 タイプ SnowflakeV2Dataset を 'SnowflakeV2Table' に設定します。 型 SparkObjectDataset を 'SparkObject' に設定します。 型 SqlServerTableDataset を 'SqlServerTable' に設定します。 SquareObjectDataset型の「SquareObject」に設定します。 SybaseTableDataset 型を 'SybaseTable' に設定します。 型 TeradataTableDataset を 'TeradataTable' に設定します。 VerticaTableDataset 型の 'VerticaTable' に設定します。 WarehouseTableDataset 型の 'WarehouseTable' に設定します。 WebTableDataset 型の 'WebTable' に設定します。 XeroObjectDataset 型の 'XeroObject' に設定します。 XmlDataset 型の場合は 'Xml' に設定します。 ZohoObjectDataset 型を「ZohoObject」に設定します。 'AmazonMWSObject'
'AmazonRdsForOracleTable'
'AmazonRdsForSqlServerTable'
'AmazonRedshiftTable'
'AmazonS3Object'
'Avro'
'AzureBlob'
'AzureBlobFSFile'
'AzureDatabricksDeltaLakeDataset'
'AzureDataExplorerTable'
'AzureDataLakeStoreFile'
'AzureMariaDBTable'
'AzureMySqlTable'
'AzurePostgreSqlTable'
'AzureSearchIndex'
'AzureSqlDWTable'
'AzureSqlMITable'
'AzureSqlTable'
'AzureTable'
'Binary'
'CassandraTable'
'CommonDataServiceForAppsEntity'
'ConcurObject'
'CosmosDbMongoDbApiCollection'
'CosmosDbSqlApiCollection'
'CouchbaseTable'
'CustomDataset'
'Db2Table'
'DelimitedText'
'DocumentDbCollection'
'DrillTable'
'DynamicsAXResource'
'DynamicsCrmEntity'
'DynamicsEntity'
'EloquaObject'
'Excel'
'FileShare'
'GoogleAdWordsObject'
'GoogleBigQueryObject'
'GoogleBigQueryV2Object'
'GreenplumTable'
'HBaseObject'
'HiveObject'
'HttpFile'
'HubspotObject'
'Iceberg'
'ImpalaObject'
'InformixTable'
'JiraObject'
'Json'
'LakehouseTable'
'MagentoObject'
'MariaDBTable'
'MarketoObject'
'MicrosoftAccessTable'
'MongoDbAtlasCollection'
'MongoDbCollection'
'MongoDbV2Collection'
'MySqlTable'
'NetezzaTable'
'ODataResource'
'OdbcTable'
'Office365Table'
'OracleServiceCloudObject'
'OracleTable'
'Orc'
'Parquet'
'PaypalObject'
'PhoenixObject'
'PostgreSqlTable'
'PostgreSqlV2Table'
'PrestoObject'
'QuickBooksObject'
'RelationalTable'
'ResponsysObject'
'RestResource'
'SalesforceMarketingCloudObject'
'SalesforceObject'
'SalesforceServiceCloudObject'
'SalesforceServiceCloudV2Object'
'SalesforceV2Object'
'SapBwCube'
'SapCloudForCustomerResource'
'SapEccResource'
'SapHanaTable'
'SapOdpResource'
'SapOpenHubTable'
'SapTableResource'
'ServiceNowObject'
'ServiceNowV2Object'
'SharePointOnlineListResource'
'ShopifyObject'
'SnowflakeTable'
'SnowflakeV2Table'
'SparkObject'
'SqlServerTable'
'SquareObject'
'SybaseTable'
'TeradataTable'
'VerticaTable'
'WarehouseTable'
'WebTable'
'XeroObject'
'Xml'
'ZohoObject' (必須)

DatasetCompression

Name Description Value
レベル データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。 any
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。 any (必須)

DatasetFolder

Name Description Value
name このデータセットが存在するフォルダーの名前。 文字列

DatasetLocation

Name Description Value
fileName データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 any
folderPath データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式) any
タイプ AmazonS3CompatibleLocation を 'AmazonS3CompatibleLocation' に設定します。 タイプ AmazonS3Location を 'AmazonS3Location' に設定します。 型 AzureBlobFSLocation を 'AzureBlobFSLocation' に設定します。 AzureBlobStorageLocation 型を ' AzureBlobStorageLocation' に設定します。 AzureDataLakeStoreLocation 型の "AzureDataLakeStoreLocation" に設定します。 AzureFileStorageLocation 型を ' AzureFileStorageLocation' に設定します。 FileServerLocation 型を 'FileServerLocation' に設定します。 タイプ FtpServerLocation を 'FtpServerLocation' に設定します。 タイプ GoogleCloudStorageLocation を 'GoogleCloudStorageLocation' に設定します。 HdfsLocation 型の 'HdfsLocation' に設定します。 タイプ HttpServerLocation を 'HttpServerLocation' に設定します。 型 LakeHouseLocation を 'LakeHouseLocation' に設定します。 タイプ OracleCloudStorageLocationの「OracleCloudStorageLocation」に設定します。 タイプ SftpLocation を 'SftpLocation' に設定します。 'AmazonS3CompatibleLocation'
'AmazonS3Location'
'AzureBlobFSLocation'
'AzureBlobStorageLocation'
'AzureDataLakeStoreLocation'
'AzureFileStorageLocation'
'FileServerLocation'
'FtpServerLocation'
'GoogleCloudStorageLocation'
'HdfsLocation'
'HttpServerLocation'
'LakeHouseLocation'
'OracleCloudStorageLocation'
'SftpLocation' (必須)

DatasetStorageFormat

Name Description Value
逆シリアライザー Deserializer. 型: string (または resultType 文字列を含む式)。 any
シリアライザー Serializer. 型: string (または resultType 文字列を含む式)。 any
AvroFormat 型の 'AvroFormat' に設定します。 JsonFormat 型の ' JsonFormat' に設定します。 OrcFormat型の場合は「OrcFormat」に設定します。 ParquetFormat 型の ' ParquetFormat' に設定します。 TextFormat型を「TextFormat」に設定します。 'AvroFormat'
'JsonFormat'
'OrcFormat'
'ParquetFormat'
'TextFormat' (必須)

Db2TableDataset

Name Description Value
データセットの種類。 'Db2Table' (必須)
typeProperties Db2 テーブル データセットのプロパティ。 Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

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

DelimitedTextDataset

Name Description Value
データセットの種類。 'DelimitedText' (必須)
typeProperties 区切りテキスト データセットのプロパティ。 DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

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

DocumentDbCollectionDataset

Name Description Value
データセットの種類。 'DocumentDbCollection' (必須)
typeProperties DocumentDB コレクション データセットのプロパティ。 DocumentDbCollectionDatasetTypeProperties (必須)

DocumentDbCollectionDatasetTypeProperties

Name Description Value
collectionName ドキュメント データベース コレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

DrillDatasetTypeProperties

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

DrillTableDataset

Name Description Value
データセットの種類。 'DrillTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 DrillDatasetTypeProperties

DynamicsAXResourceDataset

Name Description Value
データセットの種類。 'DynamicsAXResource' (必須)
typeProperties Dynamics AX OData リソース データセットのプロパティ。 DynamicsAXResourceDatasetTypeProperties (必須)

DynamicsAXResourceDatasetTypeProperties

Name Description Value
パス Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

DynamicsCrmEntityDataset

Name Description Value
データセットの種類。 'DynamicsCrmEntity' (必須)
typeProperties Dynamics CRM エンティティ データセットのプロパティ。 DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

DynamicsEntityDataset

Name Description Value
データセットの種類。 'DynamicsEntity' (必須)
typeProperties Dynamics エンティティ データセットのプロパティ。 DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description Value
entityName エンティティの論理名。 型: string (または resultType 文字列を含む式)。 any

EloquaObjectDataset

Name Description Value
データセットの種類。 'EloquaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ExcelDataset

Name Description Value
データセットの種類。 'Excel' (必須)
typeProperties Excel データセットのプロパティ。 ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

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

FileServerLocation

Name Description Value
データセットの格納場所の種類。 'FileServerLocation' (必須)

FileShareDataset

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

FileShareDatasetTypeProperties

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

FtpServerLocation

Name Description Value
データセットの格納場所の種類。 'FtpServerLocation' (必須)

GenericDatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleAdWordsObjectDataset

Name Description Value
データセットの種類。 'GoogleAdWordsObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

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

GoogleBigQueryObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryDatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description Value
データセット Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。 any

GoogleBigQueryV2ObjectDataset

Name Description Value
データセットの種類。 'GoogleBigQueryV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GoogleBigQueryV2DatasetTypeProperties

GoogleCloudStorageLocation

Name Description Value
bucketName Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'GoogleCloudStorageLocation'(必須)
バージョン Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

GreenplumDatasetTypeProperties

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

GreenplumTableDataset

Name Description Value
データセットの種類。 'GreenplumTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GreenplumDatasetTypeProperties

HBaseObjectDataset

Name Description Value
データセットの種類。 'HBaseObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

HdfsLocation

Name Description Value
データセットの格納場所の種類。 'HdfsLocation' (必須)

HiveDatasetTypeProperties

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

HiveObjectDataset

Name Description Value
データセットの種類。 'HiveObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HiveDatasetTypeProperties

HttpDataset

Name Description Value
データセットの種類。 'HttpFile' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 HttpDatasetTypeProperties

HttpDatasetTypeProperties

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

HttpServerLocation

Name Description Value
relativeUrl http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'HttpServerLocation' (必須)

HubspotObjectDataset

Name Description Value
データセットの種類。 「HubspotObject」(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

IcebergDataset

Name Description Value
データセットの種類。 'Iceberg' (必須)
typeProperties Iceberg データセットのプロパティ。 IcebergDatasetTypeProperties

IcebergDatasetTypeProperties

Name Description Value
位置 氷山の貯蔵場所。 iceberg 形式では、ファイル名の設定は許可されません。 DatasetLocation (必須)

ImpalaDatasetTypeProperties

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

ImpalaObjectDataset

Name Description Value
データセットの種類。 'ImpalaObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ImpalaDatasetTypeProperties

InformixTableDataset

Name Description Value
データセットの種類。 'InformixTable' (必須)
typeProperties Informix テーブル データセットのプロパティ。 InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description Value
tableName Informix テーブル名。 型: string (または resultType 文字列を含む式)。 any

JiraObjectDataset

Name Description Value
データセットの種類。 'JiraObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 JiraTableDatasetTypeProperties

JiraTableDatasetTypeProperties

Name Description Value
スキーマ Jira のスキーマ名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
テーブル Jira のテーブル名は、Jira V2 データセットにのみ適用されます。 型: string (または resultType 文字列を含む式)。 any
tableName このプロパティは Jira V1 データセットでのみサポートされていますので、V2 データセットへのアップグレードを検討してください。 any

JsonDataset

Name Description Value
データセットの種類。 'Json' (必須)
typeProperties Json データセットのプロパティ。 JsonDatasetTypeProperties

JsonDatasetTypeProperties

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

JsonFormat

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

LakeHouseLocation

Name Description Value
データセットの格納場所の種類。 'LakeHouseLocation' (必須)

LakeHouseTableDataset

Name Description Value
データセットの種類。 'LakehouseTable' (必須)
typeProperties Microsoft Fabric Lakehouse Table データセットのプロパティ。 LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Lakehouse テーブルのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Lakehouse テーブルの名前。 型: string (または resultType 文字列を含む式)。 any

LinkedServiceReference

Name Description Value
parameters LinkedService の引数。 ParameterValueSpecification
referenceName LinkedService 名を参照します。 文字列 (必須)
リンクされたサービス参照の種類。 'LinkedServiceReference' (必須)

MagentoObjectDataset

Name Description Value
データセットの種類。 'MagentoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MariaDBTableDataset

Name Description Value
データセットの種類。 'MariaDBTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MarketoObjectDataset

Name Description Value
データセットの種類。 'MarketoObject'(必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description Value
データセットの種類。 'MicrosoftAccessTable' (必須)
typeProperties Microsoft Access テーブル データセットのプロパティ。 MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description Value
tableName Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。 any

MongoDbAtlasCollectionDataset

Name Description Value
データセットの種類。 'MongoDbAtlasCollection' (必須)
typeProperties MongoDB Atlas データベース データセットのプロパティ。 MongoDbAtlasCollectionDatasetTypeProperties (必須)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbCollectionDataset

Name Description Value
データセットの種類。 'MongoDbCollection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbCollectionDatasetTypeProperties (必須)

MongoDbCollectionDatasetTypeProperties

Name Description Value
collectionName MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any (必須)

MongoDbV2CollectionDataset

Name Description Value
データセットの種類。 'MongoDbV2Collection' (必須)
typeProperties MongoDB データベース データセットのプロパティ。 MongoDbV2CollectionDatasetTypeProperties (必須)

MongoDbV2CollectionDatasetTypeProperties

Name Description Value
コレクション MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。 any (必須)

MySqlTableDataset

Name Description Value
データセットの種類。 'MySqlTable' (必須)
typeProperties MySQL テーブル データセットのプロパティ。 MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description Value
tableName MySQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

NetezzaTableDataset

Name Description Value
データセットの種類。 'NetezzaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

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

ODataResourceDataset

Name Description Value
データセットの種類。 'ODataResource' (必須)
typeProperties OData データセットのプロパティ。 ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description Value
パス OData リソース パス。 型: string (または resultType 文字列を含む式)。 any

OdbcTableDataset

Name Description Value
データセットの種類。 'OdbcTable' (必須)
typeProperties ODBC テーブル データセットのプロパティ。 OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description Value
tableName ODBC テーブル名。 型: string (または resultType 文字列を含む式)。 any

Office365Dataset

Name Description Value
データセットの種類。 'Office365Table' (必須)
typeProperties Office365 データセットのプロパティ。 Office365DatasetTypeProperties (必須)

Office365DatasetTypeProperties

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

OracleCloudStorageLocation

Name Description Value
bucketName Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) any
データセットの格納場所の種類。 'OracleCloudStorageLocation' (必須)
バージョン Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 any

OracleServiceCloudObjectDataset

Name Description Value
データセットの種類。 'OracleServiceCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

OracleTableDataset

Name Description Value
データセットの種類。 'OracleTable' (必須)
typeProperties オンプレミスの Oracle データセットのプロパティ。 OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

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

OrcDataset

Name Description Value
データセットの種類。 「オーク」(必須)
typeProperties ORC データセットのプロパティ。 OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description Value
位置 ORC データ ストレージの場所。 DatasetLocation (必須)
orcCompressionCodec データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。 any

OrcFormat

Name Description Value
データセットのストレージ形式の種類。 'OrcFormat' (必須)

ParameterDefinitionSpecification

Name Description Value

ParameterSpecification

Name Description Value
defaultValue パラメーターの既定値。 any
パラメーターの型。 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String' (必須)

ParameterValueSpecification

Name Description Value

ParquetDataset

Name Description Value
データセットの種類。 'Parquet' (必須)
typeProperties Parquet データセットのプロパティ。 ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description Value
compressionCodec データ compressionCodec。 型: string (または resultType 文字列を含む式)。 any
位置 Parquet ストレージの場所。 DatasetLocation (必須)

ParquetFormat

Name Description Value
データセットのストレージ形式の種類。 'ParquetFormat' (必須)

PaypalObjectDataset

Name Description Value
データセットの種類。 'PaypalObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

PhoenixDatasetTypeProperties

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

PhoenixObjectDataset

Name Description Value
データセットの種類。 'PhoenixObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PhoenixDatasetTypeProperties

PostgreSqlTableDataset

Name Description Value
データセットの種類。 'PostgreSqlTable' (必須)
typeProperties PostgreSQL テーブル データセットのプロパティ。 PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

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

PostgreSqlV2TableDataset

Name Description Value
データセットの種類。 'PostgreSqlV2Table' (必須)
typeProperties PostgreSQLV2 テーブル データセットのプロパティ。 PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description Value
スキーマ PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。 any

PrestoDatasetTypeProperties

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

PrestoObjectDataset

Name Description Value
データセットの種類。 'PrestoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 PrestoDatasetTypeProperties

QuickBooksObjectDataset

Name Description Value
データセットの種類。 'QuickBooksObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RelationalTableDataset

Name Description Value
データセットの種類。 'RelationalTable' (必須)
typeProperties リレーショナル テーブル データセットのプロパティ。 RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

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

ResponsysObjectDataset

Name Description Value
データセットの種類。 'ResponsysObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

RestResourceDataset

Name Description Value
データセットの種類。 'RestResource' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description Value
additionalHeaders RESTful API への要求内の追加の HTTP ヘッダー。 RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 次のページ要求を構成するためのページネーションルール。 RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。 any
requestBody requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。 any
requestMethod RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。 any

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description Value

RestResourceDatasetTypePropertiesPaginationRules

Name Description Value

SalesforceMarketingCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceMarketingCloudObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description Value
データセットの種類。 'SalesforceObject' (必須)
typeProperties Salesforce オブジェクト データセットのプロパティ。 SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description Value
objectApiName Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。 any

SalesforceServiceCloudObjectDataset

Name Description Value
データセットの種類。 'SalesforceServiceCloudObject' (必須)
typeProperties Salesforce Service Cloud オブジェクト データセットのプロパティ。 SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

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

SalesforceServiceCloudV2ObjectDataset

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

SalesforceServiceCloudV2ObjectDatasetTypeProperties

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

SalesforceV2ObjectDataset

Name Description Value
データセットの種類。 「SalesforceV2Object」(必須)
typeProperties Salesforce V2 オブジェクト データセットのプロパティ。 SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

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

SapBwCubeDataset

Name Description Value
データセットの種類。 'SapBwCube' (必須)

SapCloudForCustomerResourceDataset

Name Description Value
データセットの種類。 'SapCloudForCustomerResource' (必須)
typeProperties SAP Cloud For Customer OData リソース データセットのプロパティ。 SapCloudForCustomerResourceDatasetTypeProperties (必須)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description Value
パス SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapEccResourceDataset

Name Description Value
データセットの種類。 'SapEccResource' (必須)
typeProperties SAP ECC OData リソース データセットのプロパティ。 SapEccResourceDatasetTypeProperties (必須)

SapEccResourceDatasetTypeProperties

Name Description Value
パス SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。 any (必須)

SapHanaTableDataset

Name Description Value
データセットの種類。 'SapHanaTable' (必須)
typeProperties SAP HANA テーブルのプロパティ。 SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description Value
スキーマ SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。 any

SapOdpResourceDataset

Name Description Value
データセットの種類。 'SapOdpResource' (必須)
typeProperties SAP ODP リソースのプロパティ。 SapOdpResourceDatasetTypeProperties (必須)

SapOdpResourceDatasetTypeProperties

Name Description Value
コンテキスト SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。 any (必須)
objectName SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

SapOpenHubTableDataset

Name Description Value
データセットの種類。 'SapOpenHubTable' (必須)
typeProperties Sap Business Warehouse のオープン ハブ変換先テーブルのプロパティ。 SapOpenHubTableDatasetTypeProperties (必須)

SapOpenHubTableDatasetTypeProperties

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

SapTableResourceDataset

Name Description Value
データセットの種類。 'SapTableResource' (必須)
typeProperties SAP テーブル リソースのプロパティ。 SapTableResourceDatasetTypeProperties (必須)

SapTableResourceDatasetTypeProperties

Name Description Value
tableName SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。 any (必須)

ServiceNowObjectDataset

Name Description Value
データセットの種類。 'ServiceNowObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

ServiceNowV2DatasetTypeProperties

Name Description Value
tableName テーブル名。 型: string (または resultType 文字列を含む式)。 any
valueType ソースからコピーされた値の型。 'actual'
'display'

ServiceNowV2ObjectDataset

Name Description Value
データセットの種類。 'ServiceNowV2Object' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 ServiceNowV2DatasetTypeProperties

SftpLocation

Name Description Value
データセットの格納場所の種類。 'SftpLocation' (必須)

SharePointOnlineListDatasetTypeProperties

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

SharePointOnlineListResourceDataset

Name Description Value
データセットの種類。 'SharePointOnlineListResource' (必須)
typeProperties SharePoint Online リスト データセットのプロパティ。 SharePointOnlineListDatasetTypeProperties

ShopifyObjectDataset

Name Description Value
データセットの種類。 'ShopifyObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SnowflakeDataset

Name Description Value
データセットの種類。 'SnowflakeTable' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SnowflakeDatasetTypeProperties

Name Description Value
スキーマ Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。 any

SnowflakeV2Dataset

Name Description Value
データセットの種類。 'SnowflakeV2Table' (必須)
typeProperties Snowflake データセットのプロパティ。 SnowflakeDatasetTypeProperties (必須)

SparkDatasetTypeProperties

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

SparkObjectDataset

Name Description Value
データセットの種類。 'SparkObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 SparkDatasetTypeProperties

SqlServerTableDataset

Name Description Value
データセットの種類。 'SqlServerTable' (必須)
typeProperties オンプレミスの SQL Server データセットのプロパティ。 SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

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

SquareObjectDataset

Name Description Value
データセットの種類。 'SquareObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

SybaseTableDataset

Name Description Value
データセットの種類。 'SybaseTable' (必須)
typeProperties Sybase テーブル データセットのプロパティ。 SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description Value
tableName Sybase テーブル名。 型: string (または resultType 文字列を含む式)。 any

TeradataTableDataset

Name Description Value
データセットの種類。 'TeradataTable' (必須)
typeProperties Teradata データセットのプロパティ。 TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description Value
データベース Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。 any
テーブル Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。 any

TextFormat

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

VerticaDatasetTypeProperties

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

VerticaTableDataset

Name Description Value
データセットの種類。 'VerticaTable' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 VerticaDatasetTypeProperties

WarehouseTableDataset

Name Description Value
データセットの種類。 'WarehouseTable' (必須)
typeProperties Microsoft Fabric Warehouse データセットのプロパティ。 WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description Value
スキーマ Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。 any
テーブル Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。 any

WebTableDataset

Name Description Value
データセットの種類。 'WebTable' (必須)
typeProperties Web テーブル データセットのプロパティ。 WebTableDatasetTypeProperties (必須)

WebTableDatasetTypeProperties

Name Description Value
インデックス Web ページ内のテーブルの 0 から始まるインデックス。 型: 整数 (または resultType 整数を持つ式)、最小値: 0。 any (必須)
パス リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。 any

XeroObjectDataset

Name Description Value
データセットの種類。 'XeroObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

XmlDataset

Name Description Value
データセットの種類。 'Xml' (必須)
typeProperties Xml データセットのプロパティ。 XmlDatasetTypeProperties

XmlDatasetTypeProperties

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

ZohoObjectDataset

Name Description Value
データセットの種類。 'ZohoObject' (必須)
typeProperties このデータセットの種類に固有のプロパティ。 GenericDatasetTypeProperties

使用例

Terraformサンプル

Azure Data Factory 内に Dataset をデプロイする基本的な例。

terraform {
  required_providers {
    azapi = {
      source = "Azure/azapi"
    }
  }
}

provider "azapi" {
  skip_provider_registration = false
}

variable "resource_name" {
  type    = string
  default = "acctest0001"
}

variable "location" {
  type    = string
  default = "westeurope"
}

resource "azapi_resource" "resourceGroup" {
  type     = "Microsoft.Resources/resourceGroups@2020-06-01"
  name     = var.resource_name
  location = var.location
}

resource "azapi_resource" "factory" {
  type      = "Microsoft.DataFactory/factories@2018-06-01"
  parent_id = azapi_resource.resourceGroup.id
  name      = var.resource_name
  location  = var.location
  body = {
    properties = {
      publicNetworkAccess = "Enabled"
      repoConfiguration   = null
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}

resource "azapi_resource" "storageAccount" {
  type      = "Microsoft.Storage/storageAccounts@2021-09-01"
  parent_id = azapi_resource.resourceGroup.id
  name      = var.resource_name
  location  = var.location
  body = {
    kind = "StorageV2"
    properties = {
      accessTier                   = "Hot"
      allowBlobPublicAccess        = true
      allowCrossTenantReplication  = true
      allowSharedKeyAccess         = true
      defaultToOAuthAuthentication = false
      encryption = {
        keySource = "Microsoft.Storage"
        services = {
          queue = {
            keyType = "Service"
          }
          table = {
            keyType = "Service"
          }
        }
      }
      isHnsEnabled      = false
      isNfsV3Enabled    = false
      isSftpEnabled     = false
      minimumTlsVersion = "TLS1_2"
      networkAcls = {
        defaultAction = "Allow"
      }
      publicNetworkAccess      = "Enabled"
      supportsHttpsTrafficOnly = true
    }
    sku = {
      name = "Standard_LRS"
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}

resource "azapi_resource" "linkedservice" {
  type      = "Microsoft.DataFactory/factories/linkedservices@2018-06-01"
  parent_id = azapi_resource.factory.id
  name      = var.resource_name
  body = {
    properties = {
      description = ""
      type        = "AzureBlobStorage"
      typeProperties = {
        serviceEndpoint = azapi_resource.storageAccount.output.properties.primaryEndpoints.blob
      }
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}

resource "azapi_resource" "dataset" {
  type      = "Microsoft.DataFactory/factories/datasets@2018-06-01"
  parent_id = azapi_resource.factory.id
  name      = var.resource_name
  body = {
    properties = {
      description = ""
      linkedServiceName = {
        referenceName = azapi_resource.linkedservice.name
        type          = "LinkedServiceReference"
      }
      type = "Json"
      typeProperties = {
        encodingName = "UTF-8"
        location = {
          container  = "container"
          fileName   = "bar.txt"
          folderPath = "foo/bar/"
          type       = "AzureBlobStorageLocation"
        }
      }
    }
  }
  schema_validation_enabled = false
  response_export_values    = ["*"]
}