Microsoft.DataFactory ファクトリ/データセット
[アーティクル] 03/13/2024
1 人の共同作成者
フィードバック
この記事の内容
Bicep リソース定義
factories/datasets リソースの種類は、次を対象とする操作でデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ 」を参照してください。
Microsoft.DataFactory/factories/datasets リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.DataFactory/factories/datasets@2018-06-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
annotations: [
any
]
description: 'string'
folder: {
name: 'string'
}
linkedServiceName: {
parameters: {
{customized property}: any()
}
referenceName: 'string'
type: 'LinkedServiceReference'
}
parameters: {
{customized property}: {
defaultValue: any()
type: 'string'
}
}
schema: any()
structure: any()
type: 'string'
// For remaining properties, see Dataset objects
}
}
データセット オブジェクト
オブジェクトの 型 を指定するには、type プロパティを設定します。
AmazonMWSObject の 場合は、次の値を使用します。
type: 'AmazonMWSObject'
typeProperties: {
tableName: any()
}
AmazonRdsForOracleTable の場合は、次の値を使用します。
type: 'AmazonRdsForOracleTable'
typeProperties: {
schema: any()
table: any()
}
AmazonRdsForSqlServerTable の場合は、次の値を使用します。
type: 'AmazonRdsForSqlServerTable'
typeProperties: {
schema: any()
table: any()
}
AmazonRedshiftTable の 場合は、次を使用します。
type: 'AmazonRedshiftTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
AmazonS3Object の 場合は、次の値を使用します。
type: 'AmazonS3Object'
typeProperties: {
bucketName: any()
compression: {
level: any()
type: any()
{customized property}: any()
}
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
key: any()
modifiedDatetimeEnd: any()
modifiedDatetimeStart: any()
prefix: any()
version: any()
}
Avro の場合は、次を使用します。
type: 'Avro'
typeProperties: {
avroCompressionCodec: any()
avroCompressionLevel: int
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
AzureBlob の場合は、次の値を使用します。
type: 'AzureBlob'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
fileName: any()
folderPath: any()
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd: any()
modifiedDatetimeStart: any()
tableRootLocation: any()
}
AzureBlobFSFile の場合は、次の値を使用します。
type: 'AzureBlobFSFile'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
fileName: any()
folderPath: any()
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。
type: 'AzureDatabricksDeltaLakeDataset'
typeProperties: {
database: any()
table: any()
}
AzureDataExplorerTable の場合は、次を使用します。
type: 'AzureDataExplorerTable'
typeProperties: {
table: any()
}
AzureDataLakeStoreFile の場合は、次を使用します。
type: 'AzureDataLakeStoreFile'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
fileName: any()
folderPath: any()
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureMariaDBTable の 場合は、次を使用します。
type: 'AzureMariaDBTable'
typeProperties: {
tableName: any()
}
AzureMySqlTable の 場合は、次の値を使用します。
type: 'AzureMySqlTable'
typeProperties: {
table: any()
tableName: any()
}
AzurePostgreSqlTable の 場合は、次を使用します。
type: 'AzurePostgreSqlTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
AzureSearchIndex の場合は、次の値を使用します。
type: 'AzureSearchIndex'
typeProperties: {
indexName: any()
}
AzureSqlDWTable の 場合は、次の値を使用します。
type: 'AzureSqlDWTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
AzureSqlMITable の 場合は、次の値を使用します。
type: 'AzureSqlMITable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
AzureSqlTable の 場合は、次を使用します。
type: 'AzureSqlTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
AzureTable の 場合は、次の値を使用します。
type: 'AzureTable'
typeProperties: {
tableName: any()
}
Binary の場合は、次の値を使用します。
type: 'Binary'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
CassandraTable の 場合は、次の値を使用します。
type: 'CassandraTable'
typeProperties: {
keyspace: any()
tableName: any()
}
CommonDataServiceForAppsEntity の場合は、次の値を使用します。
type: 'CommonDataServiceForAppsEntity'
typeProperties: {
entityName: any()
}
ConcurObject の 場合は、次の値を使用します。
type: 'ConcurObject'
typeProperties: {
tableName: any()
}
CosmosDbMongoDbApiCollection の場合は、次の値を使用します。
type: 'CosmosDbMongoDbApiCollection'
typeProperties: {
collection: any()
}
CosmosDbSqlApiCollection の場合は、次の値を使用します。
type: 'CosmosDbSqlApiCollection'
typeProperties: {
collectionName: any()
}
CouchbaseTable の 場合は、次の値を使用します。
type: 'CouchbaseTable'
typeProperties: {
tableName: any()
}
CustomDataset の 場合は、次の値を使用します。
type: 'CustomDataset'
typeProperties: any()
Db2Table の 場合は、次の値を使用します。
type: 'Db2Table'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
DelimitedText の 場合は、次の値を使用します。
type: 'DelimitedText'
typeProperties: {
columnDelimiter: any()
compressionCodec: any()
compressionLevel: any()
encodingName: any()
escapeChar: any()
firstRowAsHeader: any()
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any()
quoteChar: any()
rowDelimiter: any()
}
DocumentDbCollection の場合は、次の値を使用します。
type: 'DocumentDbCollection'
typeProperties: {
collectionName: any()
}
DrillTable の 場合は、次の値を使用します。
type: 'DrillTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
DynamicsAXResource の 場合は、次の値を使用します。
type: 'DynamicsAXResource'
typeProperties: {
path: any()
}
DynamicsCrmEntity の場合は、次の値を使用します。
type: 'DynamicsCrmEntity'
typeProperties: {
entityName: any()
}
DynamicsEntity の 場合は、次の値を使用します。
type: 'DynamicsEntity'
typeProperties: {
entityName: any()
}
EloquaObject の 場合は、次の値を使用します。
type: 'EloquaObject'
typeProperties: {
tableName: any()
}
Excel の場合は、次の値を使用します。
type: 'Excel'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
firstRowAsHeader: any()
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any()
range: any()
sheetIndex: any()
sheetName: any()
}
FileShare の 場合は、次の値を使用します。
type: 'FileShare'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
fileFilter: any()
fileName: any()
folderPath: any()
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
modifiedDatetimeEnd: any()
modifiedDatetimeStart: any()
}
GoogleAdWordsObject の場合は、次の値を使用します。
type: 'GoogleAdWordsObject'
typeProperties: {
tableName: any()
}
GoogleBigQueryObject の 場合は、次の値を使用します。
type: 'GoogleBigQueryObject'
typeProperties: {
dataset: any()
table: any()
tableName: any()
}
GoogleBigQueryV2Object の 場合は、次の値を使用します。
type: 'GoogleBigQueryV2Object'
typeProperties: {
dataset: any()
table: any()
}
GreenplumTable の 場合は、次の値を使用します。
type: 'GreenplumTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
HBaseObject の 場合は、次の値を使用します。
type: 'HBaseObject'
typeProperties: {
tableName: any()
}
HiveObject の 場合は、次の値を使用します。
type: 'HiveObject'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
HttpFile の 場合は、次の値を使用します。
type: 'HttpFile'
typeProperties: {
additionalHeaders: any()
compression: {
level: any()
type: any()
{customized property}: any()
}
format: {
deserializer: any()
serializer: any()
type: 'string'
// For remaining properties, see DatasetStorageFormat objects
}
relativeUrl: any()
requestBody: any()
requestMethod: any()
}
HubspotObject の 場合は、次の値を使用します。
type: 'HubspotObject'
typeProperties: {
tableName: any()
}
ImpalaObject の 場合は、次の値を使用します。
type: 'ImpalaObject'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
InformixTable の 場合は、次の値を使用します。
type: 'InformixTable'
typeProperties: {
tableName: any()
}
JiraObject の 場合は、次の値を使用します。
type: 'JiraObject'
typeProperties: {
tableName: any()
}
Json の 場合は、次の値を使用します。
type: 'Json'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
encodingName: any()
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
LakeHouseTable の 場合は、次の値を使用します。
type: 'LakeHouseTable'
typeProperties: {
table: any()
}
MagentoObject の 場合は、次の値を使用します。
type: 'MagentoObject'
typeProperties: {
tableName: any()
}
MariaDBTable の 場合は、次の値を使用します。
type: 'MariaDBTable'
typeProperties: {
tableName: any()
}
MarketoObject の 場合は、次の値を使用します。
type: 'MarketoObject'
typeProperties: {
tableName: any()
}
MicrosoftAccessTable の 場合は、次を使用します。
type: 'MicrosoftAccessTable'
typeProperties: {
tableName: any()
}
MongoDbAtlasCollection の場合は、次を使用します。
type: 'MongoDbAtlasCollection'
typeProperties: {
collection: any()
}
MongoDbCollection の場合は、次を使用します。
type: 'MongoDbCollection'
typeProperties: {
collectionName: any()
}
MongoDbV2Collection の場合は、次を使用します。
type: 'MongoDbV2Collection'
typeProperties: {
collection: any()
}
MySqlTable の 場合は、次の値を使用します。
type: 'MySqlTable'
typeProperties: {
tableName: any()
}
NetezzaTable の 場合は、次の値を使用します。
type: 'NetezzaTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
ODataResource の 場合は、次の値を使用します。
type: 'ODataResource'
typeProperties: {
path: any()
}
OdbcTable の 場合は、次の値を使用します。
type: 'OdbcTable'
typeProperties: {
tableName: any()
}
Office365Table の 場合は、次を使用します。
type: 'Office365Table'
typeProperties: {
predicate: any()
tableName: any()
}
OracleServiceCloudObject の 場合は、次の値を使用します。
type: 'OracleServiceCloudObject'
typeProperties: {
tableName: any()
}
OracleTable の 場合は、次の値を使用します。
type: 'OracleTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
Orc の場合は、次の値を使用します。
type: 'Orc'
typeProperties: {
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
orcCompressionCodec: any()
}
Parquet の場合は、次の値を使用します。
type: 'Parquet'
typeProperties: {
compressionCodec: any()
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
}
PayPalObject の 場合は、次の値を使用します。
type: 'PaypalObject'
typeProperties: {
tableName: any()
}
PhoenixObject の 場合は、次の値を使用します。
type: 'PhoenixObject'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
PostgreSqlTable の 場合は、次の値を使用します。
type: 'PostgreSqlTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
PostgreSqlV2Table の 場合は、次の値を使用します。
type: 'PostgreSqlV2Table'
typeProperties: {
schema: any()
table: any()
}
PrestoObject の 場合は、次の値を使用します。
type: 'PrestoObject'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
QuickBooksObject の場合は 、次の値を使用します。
type: 'QuickBooksObject'
typeProperties: {
tableName: any()
}
RelationalTable の 場合は、次の値を使用します。
type: 'RelationalTable'
typeProperties: {
tableName: any()
}
ResponsysObject の場合は、次の値を使用します。
type: 'ResponsysObject'
typeProperties: {
tableName: any()
}
RestResource の 場合は、次の値を使用します。
type: 'RestResource'
typeProperties: {
additionalHeaders: {
{customized property}: any()
}
paginationRules: {
{customized property}: any()
}
relativeUrl: any()
requestBody: any()
requestMethod: any()
}
SalesforceMarketingCloudObject の 場合は、次を使用します。
type: 'SalesforceMarketingCloudObject'
typeProperties: {
tableName: any()
}
SalesforceObject の 場合は、次の値を使用します。
type: 'SalesforceObject'
typeProperties: {
objectApiName: any()
}
SalesforceServiceCloudObject の 場合は、次の値を使用します。
type: 'SalesforceServiceCloudObject'
typeProperties: {
objectApiName: any()
}
SalesforceServiceCloudV2Object の 場合は、次の値を使用します。
type: 'SalesforceServiceCloudV2Object'
typeProperties: {
objectApiName: any()
reportId: any()
}
SalesforceV2Object の 場合は、次の値を使用します。
type: 'SalesforceV2Object'
typeProperties: {
objectApiName: any()
reportId: any()
}
SapBwCube の 場合は、次の値を使用します。
type: 'SapBwCube'
SapCloudForCustomerResource の場合は、次を使用します。
type: 'SapCloudForCustomerResource'
typeProperties: {
path: any()
}
SapEccResource の 場合は、次を使用します。
type: 'SapEccResource'
typeProperties: {
path: any()
}
SapHanaTable の 場合は、次の値を使用します。
type: 'SapHanaTable'
typeProperties: {
schema: any()
table: any()
}
SapOdpResource の 場合は、次を使用します。
type: 'SapOdpResource'
typeProperties: {
context: any()
objectName: any()
}
SapOpenHubTable の 場合は、次の値を使用します。
type: 'SapOpenHubTable'
typeProperties: {
baseRequestId: any()
excludeLastRequest: any()
openHubDestinationName: any()
}
SapTableResource の 場合は、次の値を使用します。
type: 'SapTableResource'
typeProperties: {
tableName: any()
}
ServiceNowObject の 場合は、次の値を使用します。
type: 'ServiceNowObject'
typeProperties: {
tableName: any()
}
ServiceNowV2Object の 場合は、次の値を使用します。
type: 'ServiceNowV2Object'
typeProperties: {
tableName: any()
}
SharePointOnlineListResource の場合は、次の値を使用します。
type: 'SharePointOnlineListResource'
typeProperties: {
listName: any()
}
ShopifyObject の 場合は、次の値を使用します。
type: 'ShopifyObject'
typeProperties: {
tableName: any()
}
SnowflakeTable の 場合は、次の値を使用します。
type: 'SnowflakeTable'
typeProperties: {
schema: any()
table: any()
}
SnowflakeV2Table の 場合は、次の値を使用します。
type: 'SnowflakeV2Table'
typeProperties: {
schema: any()
table: any()
}
SparkObject の 場合は、次の値を使用します。
type: 'SparkObject'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
SqlServerTable の 場合は、次の値を使用します。
type: 'SqlServerTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
SquareObject の 場合は、次の値を使用します。
type: 'SquareObject'
typeProperties: {
tableName: any()
}
SybaseTable の 場合は、次の値を使用します。
type: 'SybaseTable'
typeProperties: {
tableName: any()
}
TeradataTable の 場合は、次の値を使用します。
type: 'TeradataTable'
typeProperties: {
database: any()
table: any()
}
VerticaTable の 場合は、次を使用します。
type: 'VerticaTable'
typeProperties: {
schema: any()
table: any()
tableName: any()
}
WarehouseTable の 場合は、次の値を使用します。
type: 'WarehouseTable'
typeProperties: {
schema: any()
table: any()
}
WebTable の 場合は、次の値を使用します。
type: 'WebTable'
typeProperties: {
index: any()
path: any()
}
XeroObject の 場合は、次の値を使用します。
type: 'XeroObject'
typeProperties: {
tableName: any()
}
Xml の場合は、次の値を使用します。
type: 'Xml'
typeProperties: {
compression: {
level: any()
type: any()
{customized property}: any()
}
encodingName: any()
location: {
fileName: any()
folderPath: any()
type: 'string'
// For remaining properties, see DatasetLocation objects
}
nullValue: any()
}
ZohoObject の 場合は、次の値を使用します。
type: 'ZohoObject'
typeProperties: {
tableName: any()
}
オブジェクトの 型 を指定するには、type プロパティを設定します。
AvroFormat の 場合は、次を使用します。
type: 'AvroFormat'
JsonFormat の場合は、次の値を使用します。
type: 'JsonFormat'
encodingName: any()
filePattern: any()
jsonNodeReference: any()
jsonPathDefinition: any()
nestingSeparator: any()
OrcFormat の 場合は、次の値を使用します。
type: 'OrcFormat'
ParquetFormat の 場合は、次の値を使用します。
type: 'ParquetFormat'
TextFormat の 場合は、次の値を使用します。
type: 'TextFormat'
columnDelimiter: any()
encodingName: any()
escapeChar: any()
firstRowAsHeader: any()
nullValue: any()
quoteChar: any()
rowDelimiter: any()
skipLineCount: any()
treatEmptyAsNull: any()
DatasetLocation オブジェクト
オブジェクトの 型 を指定するには、type プロパティを設定します。
AmazonS3CompatibleLocation の場合は、次の値を使用します。
type: 'AmazonS3CompatibleLocation'
bucketName: any()
version: any()
AmazonS3Location の場合は、次の値を使用します。
type: 'AmazonS3Location'
bucketName: any()
version: any()
AzureBlobFSLocation の場合は、次を使用します。
type: 'AzureBlobFSLocation'
fileSystem: any()
AzureBlobStorageLocation の場合は、次の値を使用します。
type: 'AzureBlobStorageLocation'
container: any()
AzureDataLakeStoreLocation の場合は、次の値を使用します。
type: 'AzureDataLakeStoreLocation'
AzureFileStorageLocation の場合は、次を使用します。
type: 'AzureFileStorageLocation'
FileServerLocation の場合は、次の値を使用します。
type: 'FileServerLocation'
FtpServerLocation の 場合は、次を使用します。
type: 'FtpServerLocation'
GoogleCloudStorageLocation の場合は、次を使用します。
type: 'GoogleCloudStorageLocation'
bucketName: any()
version: any()
HdfsLocation の 場合は、次の値を使用します。
type: 'HdfsLocation'
HttpServerLocation の 場合は、次の値を使用します。
type: 'HttpServerLocation'
relativeUrl: any()
LakeHouseLocation の場合は、次の値を使用します。
type: 'LakeHouseLocation'
OracleCloudStorageLocation の場合は、次の値を使用します。
type: 'OracleCloudStorageLocation'
bucketName: any()
version: any()
SftpLocation の 場合は、次の値を使用します。
type: 'SftpLocation'
プロパティ値
factories/datasets
名前
説明
値
name
リソース名Bicep で子リソースの名前と型を設定する方法を参照してください。
string (必須) 文字制限: 1 から 260 有効な文字: 次は使用できません:`<>*#.%&:\\+?/` または制御文字 英数字で開始します。
parent
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「 親リソースの外部の子リソース 」を参照してください。
型のリソースのシンボル名: ファクトリ
properties
データセットのプロパティ。
データセット (必須)
データセット
DatasetFolder
名前
説明
値
name
このデータセットが存在するフォルダーの名前。
string
LinkedServiceReference
名前
説明
値
parameters
LinkedService の引数。
ParameterValueSpecification
referenceName
LinkedService 名を参照します。
string (必須)
型
リンクされたサービス参照の種類。
'LinkedServiceReference' (必須)
ParameterValueSpecification
名前
説明
値
{カスタマイズされたプロパティ}
Bicep の場合は、 any() 関数を使用できます。
ParameterDefinitionSpecification
ParameterSpecification
名前
説明
値
defaultValue
パラメーターの既定値。
Bicep の場合は、 any() 関数を使用できます。
型
パラメーターの型。
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必須)
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名前
説明
値
tableName
テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名前
説明
値
schema
AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名前
説明
値
schema
Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名前
説明
値
bucketName
Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
compression
Amazon S3 オブジェクトに使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
key
Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeEnd
S3 オブジェクトの変更された datetime の終了。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart
S3 オブジェクトの変更された datetime の開始。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
prefix
S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
version
S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
DatasetCompression
名前
説明
値
レベル
データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
型
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
{カスタマイズされたプロパティ}
Bicep の場合は、 any() 関数を使用できます。
名前
説明
値
type
データセットのストレージ形式の種類。
'AvroFormat' (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
'JsonFormat' (必須)
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示していない限り、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコーディングのテーブルの 'Name' 列にあります。 https://go.microsoft.com/fwlink/?linkid=861078
型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
filePattern
JSON のファイル パターン。 より具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字が区別されます。
Bicep の場合は、 any() 関数を使用できます。
jsonNodeReference
フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
jsonPathDefinition
JSON ファイルからデータを抽出するためのカスタマイズされた列名を使用した各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"}。 型: object (または resultType オブジェクトを持つ Expression)。
Bicep の場合は、 any() 関数を使用できます。
nestingSeparator
入れ子のレベルを分離するために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
名前
説明
値
type
データセットのストレージ形式の種類。
'OrcFormat' (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
'ParquetFormat' (必須)
TextFormat
名前
説明
値
type
データセットのストレージ形式の種類。
'TextFormat' (必須)
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクの表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
skipLineCount
テキスト ファイルの解析時にスキップされる行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
treatEmptyAsNull
テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
AvroDataset
AvroDatasetTypeProperties
名前
説明
値
avroCompressionCodec
データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
avroCompressionLevel
INT 制約: 最小値 = 1 最大値 = 9
location
avro ストレージの場所。
DatasetLocation (必須)
DatasetLocation
AmazonS3CompatibleLocation
名前
説明
値
type
データセットの保存場所の種類。
'AmazonS3CompatibleLocation' (必須)
bucketName
Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式)
Bicep の場合は、 any() 関数を使用できます。
version
Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AmazonS3Location
名前
説明
値
type
データセットの保存場所の種類。
'AmazonS3Location' (必須)
bucketName
amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式)
Bicep の場合は、 any() 関数を使用できます。
version
amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureBlobFSLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureBlobFSLocation' (必須)
fileSystem
azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureBlobStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureBlobStorageLocation' (必須)
container
Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureDataLakeStoreLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureDataLakeStoreLocation' (必須)
AzureFileStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureFileStorageLocation' (必須)
FileServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'FileServerLocation' (必須)
FtpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'FtpServerLocation' (必須)
GoogleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'GoogleCloudStorageLocation' (必須)
bucketName
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
Bicep の場合は、 any() 関数を使用できます。
version
Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
HdfsLocation
名前
説明
値
type
データセットの保存場所の種類。
'HdfsLocation' (必須)
HttpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'HttpServerLocation' (必須)
relativeUrl
http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)
Bicep の場合は、 any() 関数を使用できます。
LakeHouseLocation
名前
説明
値
type
データセットの保存場所の種類。
'LakeHouseLocation' (必須)
OracleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'OracleCloudStorageLocation' (必須)
bucketName
Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
Bicep の場合は、 any() 関数を使用できます。
version
Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SftpLocation
名前
説明
値
type
データセットの保存場所の種類。
'SftpLocation' (必須)
AzureBlobDataset
AzureBlobDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
folderPath
Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
format
Azure Blob Storage の形式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure Blob の変更された datetime の終了。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart
Azure Blob の変更された datetime の開始。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableRootLocation
BLOB パスのルート。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
folderPath
Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
format
Azure Data Lake Storage Gen2 ストレージの形式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名前
説明
値
database
デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名前
説明
値
table
Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名前
説明
値
compression
Azure Data Lake Store の項目に使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
folderPath
Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
format
Data Lake Store の形式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名前
説明
値
table
Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名前
説明
値
indexName
Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
AzureTableDataset
AzureTableDatasetTypeProperties
名前
説明
値
tableName
Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名前
説明
値
keyspace
Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名前
説明
値
collection
CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名前
説明
値
collectionName
CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
CouchbaseTableDataset
CustomDataset
名前
説明
値
type
データセットの種類。
'CustomDataset' (必須)
typeProperties
カスタム データセットのプロパティ。
Bicep の場合は、 any() 関数を使用できます。
Db2TableDataset
Db2TableDatasetTypeProperties
名前
説明
値
schema
Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Db2 テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名前
説明
値
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
compressionLevel
DelimitedText に使用されるデータ圧縮方法。
Bicep の場合は、 any() 関数を使用できます。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
location
区切りテキスト ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
ドキュメント データベースコレクション名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
DrillTableDataset
DrillDatasetTypeProperties
名前
説明
値
schema
Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Drill のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名前
説明
値
path
Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
location
Excel ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
range
1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
sheetIndex
excel ファイルのシート インデックスと既定値は 0 です。 型: 整数 (または resultType 整数を含む式)
Bicep の場合は、 any() 関数を使用できます。
sheetName
Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
FileShareDataset
FileShareDatasetTypeProperties
名前
説明
値
compression
ファイル システムに使用されるデータ圧縮方法。
DatasetCompression
fileFilter
すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
fileName
オンプレミスのファイル システムの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
folderPath
オンプレミスのファイル システムのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
format
ファイルの形式。
DatasetStorageFormat
modifiedDatetimeEnd
ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
modifiedDatetimeStart
ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名前
説明
値
schema
Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名前
説明
値
schema
Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Hive のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
HttpDataset
HttpDatasetTypeProperties
名前
説明
値
additionalHeaders
HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
compression
ファイルで使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
relativeUrl
HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。
Bicep の場合は、 any() 関数を使用できます。
requestBody
HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
requestMethod
HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名前
説明
値
schema
Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Impala のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
名前
説明
値
tableName
Informix テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
location
json データ ストレージの場所。
DatasetLocation (必須)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名前
説明
値
table
Microsoft Fabric LakeHouse テーブルの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名前
説明
値
tableName
Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
MySqlTableDataset
MySqlTableDatasetTypeProperties
名前
説明
値
tableName
MySQL テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名前
説明
値
schema
Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名前
説明
値
path
OData リソース パス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名前
説明
値
tableName
ODBC テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
Office365Dataset
Office365DatasetTypeProperties
名前
説明
値
predicate
Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名前
説明
値
schema
オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
OrcDataset
OrcDatasetTypeProperties
名前
説明
[値]
location
ORC データ ストレージの場所。
DatasetLocation (必須)
orcCompressionCodec
データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
ParquetDataset
ParquetDatasetTypeProperties
名前
説明
値
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
location
Parquet ストレージの場所。
DatasetLocation (必須)
PayPalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名前
説明
値
schema
Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
PrestoObjectDataset
PrestoDatasetTypeProperties
名前
説明
値
schema
Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Presto のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名前
説明
値
tableName
リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
名前
説明
値
additionalHeaders
RESTful API への要求内の追加の HTTP ヘッダー。
RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules
次のページ要求を作成する改ページ位置の自動修正規則。
RestResourceDatasetTypePropertiesPaginationRules
relativeUrl
RESTful API によって提供されるリソースへの相対 URL。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
requestBody
requestMethod が POST の場合、RESTful API への HTTP 要求本文。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
requestMethod
RESTful API の呼び出しに使用される HTTP メソッド。 既定値は GET です。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
名前
説明
値
{カスタマイズされたプロパティ}
Bicep の場合は、 any() 関数を使用できます。
名前
説明
値
{カスタマイズされたプロパティ}
Bicep の場合は、 any() 関数を使用できます。
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
reportId
Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
reportId
Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SapBwCubeDataset
名前
説明
値
type
データセットの種類。
'SapBwCube' (必須)
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名前
説明
値
path
SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名前
説明
値
path
SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名前
説明
値
schema
SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名前
説明
値
context
SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
objectName
SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名前
説明
値
baseRequestId
差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
excludeLastRequest
最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
Bicep の場合は、 any() 関数を使用できます。
openHubDestinationName
コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名前
説明
値
tableName
SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。(必須)
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名前
説明
値
listName
SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名前
説明
値
schema
Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名前
説明
値
schema
Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Spark のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名前
説明
値
tableName
Sybase テーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名前
説明
値
database
Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
VerticaTableDataset
VerticaDatasetTypeProperties
名前
説明
値
schema
Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
Bicep の場合は、 any() 関数を使用できます。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名前
説明
値
schema
Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
table
Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
WebTableDataset
WebTableDatasetTypeProperties
名前
説明
値
インデックス (index)
Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を含む式)、最小: 0。
Bicep の場合は、 any() 関数を使用できます。(必須)
path
リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
location
json データ ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
Bicep の場合は、 any() 関数を使用できます。
ZohoObjectDataset
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
ARM テンプレート リソース定義
factories/datasets リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ 」を参照してください。
Microsoft.DataFactory/factories/datasets リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.DataFactory/factories/datasets",
"apiVersion": "2018-06-01",
"name": "string",
"properties": {
"annotations": [ object ],
"description": "string",
"folder": {
"name": "string"
},
"linkedServiceName": {
"parameters": {
"{customized property}": {}
},
"referenceName": "string",
"type": "LinkedServiceReference"
},
"parameters": {
"{customized property}": {
"defaultValue": {},
"type": "string"
}
},
"schema": {},
"structure": {},
"type": "string"
// For remaining properties, see Dataset objects
}
}
データセット オブジェクト
type プロパティを設定して、オブジェクトの種類を指定します。
AmazonMWSObject の 場合は、次の値を使用します。
"type": "AmazonMWSObject",
"typeProperties": {
"tableName": {}
}
AmazonRdsForOracleTable の 場合は、次の値を使用します。
"type": "AmazonRdsForOracleTable",
"typeProperties": {
"schema": {},
"table": {}
}
AmazonRdsForSqlServerTable の 場合は、次の値を使用します。
"type": "AmazonRdsForSqlServerTable",
"typeProperties": {
"schema": {},
"table": {}
}
AmazonRedshiftTable の 場合は、次の値を使用します。
"type": "AmazonRedshiftTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
AmazonS3Object の 場合は、次の値を使用します。
"type": "AmazonS3Object",
"typeProperties": {
"bucketName": {},
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"key": {},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"prefix": {},
"version": {}
}
Avro の場合は、次を使用します。
"type": "Avro",
"typeProperties": {
"avroCompressionCodec": {},
"avroCompressionLevel": "int",
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
AzureBlob の場合は、次の値を使用します。
"type": "AzureBlob",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {},
"tableRootLocation": {}
}
AzureBlobFSFile の 場合は、次を使用します。
"type": "AzureBlobFSFile",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。
"type": "AzureDatabricksDeltaLakeDataset",
"typeProperties": {
"database": {},
"table": {}
}
AzureDataExplorerTable の 場合は、次の値を使用します。
"type": "AzureDataExplorerTable",
"typeProperties": {
"table": {}
}
AzureDataLakeStoreFile の 場合は、次を使用します。
"type": "AzureDataLakeStoreFile",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureMariaDBTable の 場合は、次の値を使用します。
"type": "AzureMariaDBTable",
"typeProperties": {
"tableName": {}
}
AzureMySqlTable の 場合は、次の値を使用します。
"type": "AzureMySqlTable",
"typeProperties": {
"table": {},
"tableName": {}
}
AzurePostgreSqlTable の 場合は、次の値を使用します。
"type": "AzurePostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
AzureSearchIndex の場合は、次の値を使用します。
"type": "AzureSearchIndex",
"typeProperties": {
"indexName": {}
}
AzureSqlDWTable の 場合は、次の値を使用します。
"type": "AzureSqlDWTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
AzureSqlMITable の 場合は、次を使用します。
"type": "AzureSqlMITable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
AzureSqlTable の 場合は、次の値を使用します。
"type": "AzureSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
AzureTable の 場合は、次の値を使用します。
"type": "AzureTable",
"typeProperties": {
"tableName": {}
}
Binary の場合は、次の値を使用します。
"type": "Binary",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
CassandraTable の 場合は、次の値を使用します。
"type": "CassandraTable",
"typeProperties": {
"keyspace": {},
"tableName": {}
}
CommonDataServiceForAppsEntity の場合は、次の値を使用します。
"type": "CommonDataServiceForAppsEntity",
"typeProperties": {
"entityName": {}
}
ConcurObject の 場合は、次を使用します。
"type": "ConcurObject",
"typeProperties": {
"tableName": {}
}
CosmosDbMongoDbApiCollection の 場合は、次の値を使用します。
"type": "CosmosDbMongoDbApiCollection",
"typeProperties": {
"collection": {}
}
CosmosDbSqlApiCollection の 場合は、次の値を使用します。
"type": "CosmosDbSqlApiCollection",
"typeProperties": {
"collectionName": {}
}
CouchbaseTable の 場合は、次の値を使用します。
"type": "CouchbaseTable",
"typeProperties": {
"tableName": {}
}
CustomDataset の 場合は、次の値を使用します。
"type": "CustomDataset",
"typeProperties": {}
Db2Table の 場合は、次の値を使用します。
"type": "Db2Table",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
DelimitedText の 場合は、次の値を使用します。
"type": "DelimitedText",
"typeProperties": {
"columnDelimiter": {},
"compressionCodec": {},
"compressionLevel": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {}
}
DocumentDbCollection の 場合は、次の値を使用します。
"type": "DocumentDbCollection",
"typeProperties": {
"collectionName": {}
}
DrillTable の 場合は、次の値を使用します。
"type": "DrillTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
DynamicsAXResource の 場合は、次の値を使用します。
"type": "DynamicsAXResource",
"typeProperties": {
"path": {}
}
DynamicsCrmEntity の 場合は、次の値を使用します。
"type": "DynamicsCrmEntity",
"typeProperties": {
"entityName": {}
}
DynamicsEntity の 場合は、次の値を使用します。
"type": "DynamicsEntity",
"typeProperties": {
"entityName": {}
}
EloquaObject の 場合は、次の値を使用します。
"type": "EloquaObject",
"typeProperties": {
"tableName": {}
}
Excel の場合は、次の値を使用します。
"type": "Excel",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"firstRowAsHeader": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {},
"range": {},
"sheetIndex": {},
"sheetName": {}
}
FileShare の 場合は、次の値を使用します。
"type": "FileShare",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"fileFilter": {},
"fileName": {},
"folderPath": {},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"modifiedDatetimeEnd": {},
"modifiedDatetimeStart": {}
}
GoogleAdWordsObject の 場合は、次の値を使用します。
"type": "GoogleAdWordsObject",
"typeProperties": {
"tableName": {}
}
GoogleBigQueryObject の 場合は、次の値を使用します。
"type": "GoogleBigQueryObject",
"typeProperties": {
"dataset": {},
"table": {},
"tableName": {}
}
GoogleBigQueryV2Object の 場合は、次の値を使用します。
"type": "GoogleBigQueryV2Object",
"typeProperties": {
"dataset": {},
"table": {}
}
GreenplumTable の 場合は、次の値を使用します。
"type": "GreenplumTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
HBaseObject の 場合は、次の値を使用します。
"type": "HBaseObject",
"typeProperties": {
"tableName": {}
}
HiveObject の 場合は、次の値を使用します。
"type": "HiveObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
HttpFile の 場合は、次を使用します。
"type": "HttpFile",
"typeProperties": {
"additionalHeaders": {},
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"format": {
"deserializer": {},
"serializer": {},
"type": "string"
// For remaining properties, see DatasetStorageFormat objects
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
HubspotObject の 場合は、次の値を使用します。
"type": "HubspotObject",
"typeProperties": {
"tableName": {}
}
ImpalaObject の 場合は、次の値を使用します。
"type": "ImpalaObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
InformixTable の 場合は、次の値を使用します。
"type": "InformixTable",
"typeProperties": {
"tableName": {}
}
JiraObject の 場合は、次の値を使用します。
"type": "JiraObject",
"typeProperties": {
"tableName": {}
}
Json の場合は、次の値を使用します。
"type": "Json",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
LakeHouseTable の 場合は、次の値を使用します。
"type": "LakeHouseTable",
"typeProperties": {
"table": {}
}
MagentoObject の 場合は、次の値を使用します。
"type": "MagentoObject",
"typeProperties": {
"tableName": {}
}
MariaDBTable の 場合は、次の値を使用します。
"type": "MariaDBTable",
"typeProperties": {
"tableName": {}
}
MarketoObject の 場合は、次の値を使用します。
"type": "MarketoObject",
"typeProperties": {
"tableName": {}
}
MicrosoftAccessTable の 場合は、次を使用します。
"type": "MicrosoftAccessTable",
"typeProperties": {
"tableName": {}
}
MongoDbAtlasCollection の 場合は、次を使用します。
"type": "MongoDbAtlasCollection",
"typeProperties": {
"collection": {}
}
MongoDbCollection の 場合は、次を使用します。
"type": "MongoDbCollection",
"typeProperties": {
"collectionName": {}
}
MongoDbV2Collection の 場合は、次を使用します。
"type": "MongoDbV2Collection",
"typeProperties": {
"collection": {}
}
MySqlTable の 場合は、次の値を使用します。
"type": "MySqlTable",
"typeProperties": {
"tableName": {}
}
NetezzaTable の 場合は、次の値を使用します。
"type": "NetezzaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
ODataResource の 場合は、次の値を使用します。
"type": "ODataResource",
"typeProperties": {
"path": {}
}
OdbcTable の 場合は、次の値を使用します。
"type": "OdbcTable",
"typeProperties": {
"tableName": {}
}
Office365Table の 場合は、次を使用します。
"type": "Office365Table",
"typeProperties": {
"predicate": {},
"tableName": {}
}
OracleServiceCloudObject の 場合は、次の値を使用します。
"type": "OracleServiceCloudObject",
"typeProperties": {
"tableName": {}
}
OracleTable の 場合は、次の値を使用します。
"type": "OracleTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
Orc の場合は、次の値を使用します。
"type": "Orc",
"typeProperties": {
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"orcCompressionCodec": {}
}
Parquet の場合は、次の値を使用します。
"type": "Parquet",
"typeProperties": {
"compressionCodec": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
}
}
PaypalObject の 場合は、次の値を使用します。
"type": "PaypalObject",
"typeProperties": {
"tableName": {}
}
PhoenixObject の 場合は、次の値を使用します。
"type": "PhoenixObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
PostgreSqlTable の 場合は、次の値を使用します。
"type": "PostgreSqlTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
PostgreSqlV2Table の 場合は、次の値を使用します。
"type": "PostgreSqlV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
PrestoObject の 場合は、次の値を使用します。
"type": "PrestoObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
QuickBooksObject の 場合は、次の値を使用します。
"type": "QuickBooksObject",
"typeProperties": {
"tableName": {}
}
RelationalTable の 場合は、次の値を使用します。
"type": "RelationalTable",
"typeProperties": {
"tableName": {}
}
ResponsysObject の 場合は、次の値を使用します。
"type": "ResponsysObject",
"typeProperties": {
"tableName": {}
}
RestResource の 場合は、次の値を使用します。
"type": "RestResource",
"typeProperties": {
"additionalHeaders": {
"{customized property}": {}
},
"paginationRules": {
"{customized property}": {}
},
"relativeUrl": {},
"requestBody": {},
"requestMethod": {}
}
SalesforceMarketingCloudObject の 場合は、次の値を使用します。
"type": "SalesforceMarketingCloudObject",
"typeProperties": {
"tableName": {}
}
SalesforceObject の 場合は、次の値を使用します。
"type": "SalesforceObject",
"typeProperties": {
"objectApiName": {}
}
SalesforceServiceCloudObject の 場合は、次の値を使用します。
"type": "SalesforceServiceCloudObject",
"typeProperties": {
"objectApiName": {}
}
SalesforceServiceCloudV2Object の 場合は、次の値を使用します。
"type": "SalesforceServiceCloudV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
SalesforceV2Object の 場合は、次の値を使用します。
"type": "SalesforceV2Object",
"typeProperties": {
"objectApiName": {},
"reportId": {}
}
SapBwCube の 場合は、次の値を使用します。
"type": "SapBwCube"
SapCloudForCustomerResource の場合は、次を使用します。
"type": "SapCloudForCustomerResource",
"typeProperties": {
"path": {}
}
SapEccResource の場合は、次の値を使用します。
"type": "SapEccResource",
"typeProperties": {
"path": {}
}
SapHanaTable の 場合は、次の値を使用します。
"type": "SapHanaTable",
"typeProperties": {
"schema": {},
"table": {}
}
SapOdpResource の 場合は、次を使用します。
"type": "SapOdpResource",
"typeProperties": {
"context": {},
"objectName": {}
}
SapOpenHubTable の 場合は、次の値を使用します。
"type": "SapOpenHubTable",
"typeProperties": {
"baseRequestId": {},
"excludeLastRequest": {},
"openHubDestinationName": {}
}
SapTableResource の場合は、次の値を使用します。
"type": "SapTableResource",
"typeProperties": {
"tableName": {}
}
ServiceNowObject の 場合は、次の値を使用します。
"type": "ServiceNowObject",
"typeProperties": {
"tableName": {}
}
ServiceNowV2Object の 場合は、次の値を使用します。
"type": "ServiceNowV2Object",
"typeProperties": {
"tableName": {}
}
SharePointOnlineListResource の場合は、次の値を使用します。
"type": "SharePointOnlineListResource",
"typeProperties": {
"listName": {}
}
ShopifyObject の 場合は、次の値を使用します。
"type": "ShopifyObject",
"typeProperties": {
"tableName": {}
}
SnowflakeTable の 場合は、次の値を使用します。
"type": "SnowflakeTable",
"typeProperties": {
"schema": {},
"table": {}
}
SnowflakeV2Table の 場合は、次の値を使用します。
"type": "SnowflakeV2Table",
"typeProperties": {
"schema": {},
"table": {}
}
SparkObject の 場合は、次の値を使用します。
"type": "SparkObject",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
SqlServerTable の 場合は、次の値を使用します。
"type": "SqlServerTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
SquareObject の 場合は、次の値を使用します。
"type": "SquareObject",
"typeProperties": {
"tableName": {}
}
SybaseTable の 場合は、次の値を使用します。
"type": "SybaseTable",
"typeProperties": {
"tableName": {}
}
TeradataTable の 場合は、次の値を使用します。
"type": "TeradataTable",
"typeProperties": {
"database": {},
"table": {}
}
VerticaTable の 場合は、次を使用します。
"type": "VerticaTable",
"typeProperties": {
"schema": {},
"table": {},
"tableName": {}
}
WarehouseTable の 場合は、次の値を使用します。
"type": "WarehouseTable",
"typeProperties": {
"schema": {},
"table": {}
}
WebTable の 場合は、次の値を使用します。
"type": "WebTable",
"typeProperties": {
"index": {},
"path": {}
}
XeroObject の 場合は、次の値を使用します。
"type": "XeroObject",
"typeProperties": {
"tableName": {}
}
Xml の場合は、次の値を使用します。
"type": "Xml",
"typeProperties": {
"compression": {
"level": {},
"type": {},
"{customized property}": {}
},
"encodingName": {},
"location": {
"fileName": {},
"folderPath": {},
"type": "string"
// For remaining properties, see DatasetLocation objects
},
"nullValue": {}
}
ZohoObject の 場合は、次の値を使用します。
"type": "ZohoObject",
"typeProperties": {
"tableName": {}
}
type プロパティを設定して、オブジェクトの種類を指定します。
AvroFormat の 場合は、次を使用します。
"type": "AvroFormat"
JsonFormat の 場合は、次の値を使用します。
"type": "JsonFormat",
"encodingName": {},
"filePattern": {},
"jsonNodeReference": {},
"jsonPathDefinition": {},
"nestingSeparator": {}
OrcFormat の 場合は、次の値を使用します。
"type": "OrcFormat"
ParquetFormat の 場合は、次の値を使用します。
"type": "ParquetFormat"
TextFormat の 場合は、次の値を使用します。
"type": "TextFormat",
"columnDelimiter": {},
"encodingName": {},
"escapeChar": {},
"firstRowAsHeader": {},
"nullValue": {},
"quoteChar": {},
"rowDelimiter": {},
"skipLineCount": {},
"treatEmptyAsNull": {}
DatasetLocation オブジェクト
type プロパティを設定して、オブジェクトの種類を指定します。
AmazonS3CompatibleLocation の場合は、次の値を使用します。
"type": "AmazonS3CompatibleLocation",
"bucketName": {},
"version": {}
AmazonS3Location の場合は、次の値を使用します。
"type": "AmazonS3Location",
"bucketName": {},
"version": {}
AzureBlobFSLocation の場合は、次を使用します。
"type": "AzureBlobFSLocation",
"fileSystem": {}
AzureBlobStorageLocation の場合は、次を使用します。
"type": "AzureBlobStorageLocation",
"container": {}
AzureDataLakeStoreLocation の場合は、次の値を使用します。
"type": "AzureDataLakeStoreLocation"
AzureFileStorageLocation の場合は、次を使用します。
"type": "AzureFileStorageLocation"
FileServerLocation の場合は、次の値を使用します。
"type": "FileServerLocation"
FtpServerLocation の場合は、次の値を使用します。
"type": "FtpServerLocation"
GoogleCloudStorageLocation の場合は、次を使用します。
"type": "GoogleCloudStorageLocation",
"bucketName": {},
"version": {}
HdfsLocation の場合は、次の値を使用します。
"type": "HdfsLocation"
HttpServerLocation の場合は、次の値を使用します。
"type": "HttpServerLocation",
"relativeUrl": {}
LakeHouseLocation の場合は、次の値を使用します。
"type": "LakeHouseLocation"
OracleCloudStorageLocation の場合は、次を使用します。
"type": "OracleCloudStorageLocation",
"bucketName": {},
"version": {}
SftpLocation の 場合は、次の値を使用します。
"type": "SftpLocation"
プロパティ値
factories/datasets
名前
説明
値
type
リソースの種類
'Microsoft.DataFactory/factories/datasets'
apiVersion
リソース API のバージョン
'2018-06-01'
name
リソース名JSON ARM テンプレート で子リソースの名前と型を設定する方法を参照してください。
string (必須) 文字数制限: 1 から 260 有効な文字: 次は使用できません:`<>*#.%&:\\+?/` または制御文字 英数字で開始します。
properties
データセットのプロパティ。
データセット (必須)
データセット
DatasetFolder
名前
説明
値
name
このデータセットが存在するフォルダーの名前。
string
LinkedServiceReference
名前
説明
値
parameters
LinkedService の引数。
ParameterValueSpecification
referenceName
LinkedService 名を参照します。
string (必須)
型
リンクされたサービス参照の種類。
'LinkedServiceReference' (必須)
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名前
説明
値
defaultValue
パラメーターの既定値。
型
パラメーターの型。
'Array' 'Bool' 'Float' 'Int' 'Object' 'SecureString' 'String' (必須)
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名前
説明
値
tableName
テーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名前
説明
値
schema
AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名前
説明
値
schema
Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。
table
Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名前
説明
値
bucketName
Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。
compression
Amazon S3 オブジェクトに使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
key
Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeEnd
S3 オブジェクトの変更日時の末尾。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
S3 オブジェクトの変更日時の開始。 型: string (または resultType 文字列を含む式)。
prefix
S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。
version
S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。
DatasetCompression
名前
説明
値
レベル
データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。
型
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。
{カスタマイズされたプロパティ}
名前
説明
値
type
データセットのストレージ形式の種類。
'AvroFormat' (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
'JsonFormat' (必須)
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示していない限り、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコーディングのテーブルの 'Name' 列にあります。 https://go.microsoft.com/fwlink/?linkid=861078
型: string (または resultType 文字列を含む式)。
filePattern
JSON のファイル パターン。 より具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字が区別されます。
jsonNodeReference
フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。
jsonPathDefinition
JSON ファイルからデータを抽出するためのカスタマイズされた列名を使用した各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"}。 型: object (または resultType オブジェクトを持つ Expression)。
nestingSeparator
入れ子のレベルを分離するために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。
名前
説明
値
type
データセットのストレージ形式の種類。
'OrcFormat' (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
'ParquetFormat' (必須)
TextFormat
名前
説明
値
type
データセットのストレージ形式の種類。
'TextFormat' (必須)
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクの表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
skipLineCount
テキスト ファイルの解析時にスキップする行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
treatEmptyAsNull
テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
AvroDataset
AvroDatasetTypeProperties
名前
説明
値
avroCompressionCodec
データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。
avroCompressionLevel
INT 制約: 最小値 = 1 最大値 = 9
location
avro ストレージの場所。
DatasetLocation (必須)
DatasetLocation
AmazonS3CompatibleLocation
名前
説明
値
type
データセットの保存場所の種類。
'AmazonS3CompatibleLocation' (必須)
bucketName
Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
AmazonS3Location
名前
説明
値
type
データセットの保存場所の種類。
'AmazonS3Location' (必須)
bucketName
amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
AzureBlobFSLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureBlobFSLocation' (必須)
fileSystem
azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。
AzureBlobStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureBlobStorageLocation' (必須)
container
Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。
AzureDataLakeStoreLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureDataLakeStoreLocation' (必須)
AzureFileStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'AzureFileStorageLocation' (必須)
FileServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'FileServerLocation' (必須)
FtpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'FtpServerLocation' (必須)
GoogleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'GoogleCloudStorageLocation' (必須)
bucketName
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
HdfsLocation
名前
説明
値
type
データセットの保存場所の種類。
'HdfsLocation' (必須)
HttpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
'HttpServerLocation' (必須)
relativeUrl
http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)
LakeHouseLocation
名前
説明
値
type
データセットの保存場所の種類。
'LakeHouseLocation' (必須)
OracleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
'OracleCloudStorageLocation' (必須)
bucketName
Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
SftpLocation
名前
説明
値
type
データセットの保存場所の種類。
'SftpLocation' (必須)
AzureBlobDataset
AzureBlobDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。
format
Azure Blob Storage の形式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure Blob の変更された datetime の終了。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
Azure Blob の変更された datetime の開始。 型: string (または resultType 文字列を含む式)。
tableRootLocation
BLOB パスのルート。 型: string (または resultType 文字列を含む式)。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。
format
Azure Data Lake Storage Gen2 ストレージの形式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名前
説明
値
database
デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。
table
デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名前
説明
値
table
Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名前
説明
値
compression
Azure Data Lake Store の項目に使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。
format
Data Lake Store の形式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名前
説明
値
table
Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。
tableName
Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名前
説明
値
indexName
Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureTableDataset
AzureTableDatasetTypeProperties
名前
説明
値
tableName
Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名前
説明
値
keyspace
Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。
tableName
Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名前
説明
値
collection
CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名前
説明
値
collectionName
CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。
CouchbaseTableDataset
CustomDataset
名前
説明
値
type
データセットの種類。
'CustomDataset' (必須)
typeProperties
カスタム データセットのプロパティ。
Db2TableDataset
Db2TableDatasetTypeProperties
名前
説明
値
schema
Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。
table
Db2 テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名前
説明
値
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
compressionLevel
DelimitedText に使用されるデータ圧縮方法。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location
区切りテキスト ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
Document Database コレクション名。 型: string (または resultType 文字列を含む式)。
DrillTableDataset
DrillDatasetTypeProperties
名前
説明
値
schema
Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Drill のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名前
説明
値
path
Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮メソッド。
DatasetCompression
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location
Excel ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
range
1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。
sheetIndex
Excel ファイルのシート インデックスと既定値は 0 です。 型: integer (または resultType 整数を持つ式)
sheetName
Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。
FileShareDataset
FileShareDatasetTypeProperties
名前
説明
値
compression
ファイル システムに使用されるデータ圧縮方法。
DatasetCompression
fileFilter
すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。
fileName
オンプレミスのファイル システムの名前。 型: string (または resultType 文字列を含む式)。
folderPath
オンプレミスのファイル システムのパス。 型: string (または resultType 文字列を含む式)。
format
ファイルの形式。
DatasetStorageFormat
modifiedDatetimeEnd
ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティを使用することを検討してください。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名前
説明
値
schema
Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名前
説明
値
schema
Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Hive のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
HttpDataset
HttpDatasetTypeProperties
名前
説明
値
additionalHeaders
HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
compression
ファイルで使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
relativeUrl
HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。
requestBody
HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。
requestMethod
HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名前
説明
値
schema
Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Impala のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
名前
説明
値
tableName
Informix テーブル名。 型: string (または resultType 文字列を含む式)。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮メソッド。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
location
json データ ストレージの場所。
DatasetLocation (必須)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名前
説明
値
table
Microsoft Fabric LakeHouse Table の名前。 型: string (または resultType 文字列を含む式)。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名前
説明
値
tableName
Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
MySqlTableDataset
MySqlTableDatasetTypeProperties
名前
説明
値
tableName
MySQL テーブル名。 型: string (または resultType 文字列を含む式)。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名前
説明
値
schema
Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名前
説明
値
path
OData リソース パス。 型: string (または resultType 文字列を含む式)。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名前
説明
値
tableName
ODBC テーブル名。 型: string (または resultType 文字列を含む式)。
Office365Dataset
Office365DatasetTypeProperties
名前
説明
値
predicate
Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。
tableName
Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名前
説明
値
schema
オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
OrcDataset
OrcDatasetTypeProperties
名前
説明
[値]
location
ORC データ ストレージの場所。
DatasetLocation (必須)
orcCompressionCodec
データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。
ParquetDataset
ParquetDatasetTypeProperties
名前
説明
値
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
location
Parquet ストレージの場所。
DatasetLocation (必須)
PaypalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名前
説明
値
schema
Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
PrestoObjectDataset
PrestoDatasetTypeProperties
名前
説明
値
schema
Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Presto のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名前
説明
値
tableName
リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId
Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId
Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。
SapBwCubeDataset
名前
説明
値
type
データセットの種類。
'SapBwCube' (必須)
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名前
説明
値
path
SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名前
説明
値
path
SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名前
説明
値
schema
SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名前
説明
値
context
SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。
objectName
SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名前
説明
値
baseRequestId
差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
excludeLastRequest
最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
openHubDestinationName
コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名前
説明
値
tableName
SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名前
説明
値
listName
SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名前
説明
値
schema
Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名前
説明
値
schema
Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Spark のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名前
説明
値
tableName
Sybase テーブル名。 型: string (または resultType 文字列を含む式)。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名前
説明
値
database
Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。
VerticaTableDataset
VerticaDatasetTypeProperties
名前
説明
値
schema
Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名前
説明
値
schema
Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。
WebTableDataset
WebTableDatasetTypeProperties
名前
説明
値
インデックス (index)
Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を含む式)、最小: 0。
path
リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
location
json データ ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
ZohoObjectDataset
クイック スタート テンプレート
次のクイックスタート テンプレートでは、このリソースの種類をデプロイします。
factories/datasets リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ 」を参照してください。
Microsoft.DataFactory/factories/datasets リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DataFactory/factories/datasets@2018-06-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
annotations = [ object ]
description = "string"
folder = {
name = "string"
}
linkedServiceName = {
parameters = {}
referenceName = "string"
type = "LinkedServiceReference"
}
parameters = {
{customized property} = {
type = "string"
}
}
type = "string"
// For remaining properties, see Dataset objects
}
})
}
データセット オブジェクト
type プロパティを設定して、オブジェクトの種類を指定します。
AmazonMWSObject の 場合は、次の値を使用します。
type = "AmazonMWSObject"
typeProperties = {}
AmazonRdsForOracleTable の 場合は、次の値を使用します。
type = "AmazonRdsForOracleTable"
typeProperties = {}
AmazonRdsForSqlServerTable の 場合は、次の値を使用します。
type = "AmazonRdsForSqlServerTable"
typeProperties = {}
AmazonRedshiftTable の 場合は、次の値を使用します。
type = "AmazonRedshiftTable"
typeProperties = {}
AmazonS3Object の 場合は、次の値を使用します。
type = "AmazonS3Object"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
Avro の場合は、次を使用します。
type = "Avro"
typeProperties = {
avroCompressionLevel = int
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
AzureBlob の場合は、次の値を使用します。
type = "AzureBlob"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureBlobFSFile の 場合は、次を使用します。
type = "AzureBlobFSFile"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureDatabricksDeltaLakeDataset の場合は、次の値を使用します。
type = "AzureDatabricksDeltaLakeDataset"
typeProperties = {}
AzureDataExplorerTable の 場合は、次の値を使用します。
type = "AzureDataExplorerTable"
typeProperties = {}
AzureDataLakeStoreFile の 場合は、次を使用します。
type = "AzureDataLakeStoreFile"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
AzureMariaDBTable の 場合は、次の値を使用します。
type = "AzureMariaDBTable"
typeProperties = {}
AzureMySqlTable の 場合は、次の値を使用します。
type = "AzureMySqlTable"
typeProperties = {}
AzurePostgreSqlTable の 場合は、次の値を使用します。
type = "AzurePostgreSqlTable"
typeProperties = {}
AzureSearchIndex の場合は、次の値を使用します。
type = "AzureSearchIndex"
typeProperties = {}
AzureSqlDWTable の 場合は、次の値を使用します。
type = "AzureSqlDWTable"
typeProperties = {}
AzureSqlMITable の 場合は、次を使用します。
type = "AzureSqlMITable"
typeProperties = {}
AzureSqlTable の 場合は、次の値を使用します。
type = "AzureSqlTable"
typeProperties = {}
AzureTable の 場合は、次の値を使用します。
type = "AzureTable"
typeProperties = {}
Binary の場合は、次の値を使用します。
type = "Binary"
typeProperties = {
compression = {}
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
CassandraTable の 場合は、次の値を使用します。
type = "CassandraTable"
typeProperties = {}
CommonDataServiceForAppsEntity の場合は、次の値を使用します。
type = "CommonDataServiceForAppsEntity"
typeProperties = {}
ConcurObject の 場合は、次を使用します。
type = "ConcurObject"
typeProperties = {}
CosmosDbMongoDbApiCollection の 場合は、次の値を使用します。
type = "CosmosDbMongoDbApiCollection"
typeProperties = {}
CosmosDbSqlApiCollection の 場合は、次の値を使用します。
type = "CosmosDbSqlApiCollection"
typeProperties = {}
CouchbaseTable の 場合は、次の値を使用します。
type = "CouchbaseTable"
typeProperties = {}
CustomDataset の 場合は、次の値を使用します。
type = "CustomDataset"
Db2Table の 場合は、次の値を使用します。
type = "Db2Table"
typeProperties = {}
DelimitedText の 場合は、次の値を使用します。
type = "DelimitedText"
typeProperties = {
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
DocumentDbCollection の 場合は、次の値を使用します。
type = "DocumentDbCollection"
typeProperties = {}
DrillTable の 場合は、次の値を使用します。
type = "DrillTable"
typeProperties = {}
DynamicsAXResource の 場合は、次の値を使用します。
type = "DynamicsAXResource"
typeProperties = {}
DynamicsCrmEntity の 場合は、次の値を使用します。
type = "DynamicsCrmEntity"
typeProperties = {}
DynamicsEntity の 場合は、次の値を使用します。
type = "DynamicsEntity"
typeProperties = {}
EloquaObject の 場合は、次の値を使用します。
type = "EloquaObject"
typeProperties = {}
Excel の場合は、次の値を使用します。
type = "Excel"
typeProperties = {
compression = {}
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
FileShare の 場合は、次の値を使用します。
type = "FileShare"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
GoogleAdWordsObject の 場合は、次の値を使用します。
type = "GoogleAdWordsObject"
typeProperties = {}
GoogleBigQueryObject の 場合は、次の値を使用します。
type = "GoogleBigQueryObject"
typeProperties = {}
GoogleBigQueryV2Object の 場合は、次の値を使用します。
type = "GoogleBigQueryV2Object"
typeProperties = {}
GreenplumTable の 場合は、次の値を使用します。
type = "GreenplumTable"
typeProperties = {}
HBaseObject の 場合は、次の値を使用します。
type = "HBaseObject"
typeProperties = {}
HiveObject の 場合は、次の値を使用します。
type = "HiveObject"
typeProperties = {}
HttpFile の 場合は、次を使用します。
type = "HttpFile"
typeProperties = {
compression = {}
format = {
type = "string"
// For remaining properties, see DatasetStorageFormat objects
}
}
HubspotObject の 場合は、次の値を使用します。
type = "HubspotObject"
typeProperties = {}
ImpalaObject の 場合は、次の値を使用します。
type = "ImpalaObject"
typeProperties = {}
InformixTable の 場合は、次の値を使用します。
type = "InformixTable"
typeProperties = {}
JiraObject の 場合は、次の値を使用します。
type = "JiraObject"
typeProperties = {}
Json の場合は、次の値を使用します。
type = "Json"
typeProperties = {
compression = {}
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
LakeHouseTable の 場合は、次の値を使用します。
type = "LakeHouseTable"
typeProperties = {}
MagentoObject の 場合は、次の値を使用します。
type = "MagentoObject"
typeProperties = {}
MariaDBTable の 場合は、次の値を使用します。
type = "MariaDBTable"
typeProperties = {}
MarketoObject の 場合は、次の値を使用します。
type = "MarketoObject"
typeProperties = {}
MicrosoftAccessTable の 場合は、次を使用します。
type = "MicrosoftAccessTable"
typeProperties = {}
MongoDbAtlasCollection の 場合は、次を使用します。
type = "MongoDbAtlasCollection"
typeProperties = {}
MongoDbCollection の 場合は、次を使用します。
type = "MongoDbCollection"
typeProperties = {}
MongoDbV2Collection の 場合は、次を使用します。
type = "MongoDbV2Collection"
typeProperties = {}
MySqlTable の 場合は、次の値を使用します。
type = "MySqlTable"
typeProperties = {}
NetezzaTable の 場合は、次の値を使用します。
type = "NetezzaTable"
typeProperties = {}
ODataResource の 場合は、次の値を使用します。
type = "ODataResource"
typeProperties = {}
OdbcTable の 場合は、次の値を使用します。
type = "OdbcTable"
typeProperties = {}
Office365Table の 場合は、次を使用します。
type = "Office365Table"
typeProperties = {}
OracleServiceCloudObject の 場合は、次の値を使用します。
type = "OracleServiceCloudObject"
typeProperties = {}
OracleTable の 場合は、次の値を使用します。
type = "OracleTable"
typeProperties = {}
Orc の場合は、次の値を使用します。
type = "Orc"
typeProperties = {
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
Parquet の場合は、次の値を使用します。
type = "Parquet"
typeProperties = {
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
PaypalObject の 場合は、次の値を使用します。
type = "PaypalObject"
typeProperties = {}
PhoenixObject の 場合は、次の値を使用します。
type = "PhoenixObject"
typeProperties = {}
PostgreSqlTable の 場合は、次の値を使用します。
type = "PostgreSqlTable"
typeProperties = {}
PostgreSqlV2Table の 場合は、次の値を使用します。
type = "PostgreSqlV2Table"
typeProperties = {}
PrestoObject の 場合は、次の値を使用します。
type = "PrestoObject"
typeProperties = {}
QuickBooksObject の 場合は、次の値を使用します。
type = "QuickBooksObject"
typeProperties = {}
RelationalTable の 場合は、次の値を使用します。
type = "RelationalTable"
typeProperties = {}
ResponsysObject の 場合は、次の値を使用します。
type = "ResponsysObject"
typeProperties = {}
RestResource の 場合は、次の値を使用します。
type = "RestResource"
typeProperties = {
additionalHeaders = {}
paginationRules = {}
}
SalesforceMarketingCloudObject の 場合は、次の値を使用します。
type = "SalesforceMarketingCloudObject"
typeProperties = {}
SalesforceObject の 場合は、次の値を使用します。
type = "SalesforceObject"
typeProperties = {}
SalesforceServiceCloudObject の 場合は、次の値を使用します。
type = "SalesforceServiceCloudObject"
typeProperties = {}
SalesforceServiceCloudV2Object の 場合は、次の値を使用します。
type = "SalesforceServiceCloudV2Object"
typeProperties = {}
SalesforceV2Object の 場合は、次の値を使用します。
type = "SalesforceV2Object"
typeProperties = {}
SapBwCube の 場合は、次の値を使用します。
type = "SapBwCube"
SapCloudForCustomerResource の場合は、次を使用します。
type = "SapCloudForCustomerResource"
typeProperties = {}
SapEccResource の場合は、次の値を使用します。
type = "SapEccResource"
typeProperties = {}
SapHanaTable の 場合は、次の値を使用します。
type = "SapHanaTable"
typeProperties = {}
SapOdpResource の 場合は、次を使用します。
type = "SapOdpResource"
typeProperties = {}
SapOpenHubTable の 場合は、次の値を使用します。
type = "SapOpenHubTable"
typeProperties = {}
SapTableResource の 場合は、次の値を使用します。
type = "SapTableResource"
typeProperties = {}
ServiceNowObject の 場合は、次の値を使用します。
type = "ServiceNowObject"
typeProperties = {}
ServiceNowV2Object の 場合は、次の値を使用します。
type = "ServiceNowV2Object"
typeProperties = {}
SharePointOnlineListResource の場合は、次の値を使用します。
type = "SharePointOnlineListResource"
typeProperties = {}
ShopifyObject の 場合は、次の値を使用します。
type = "ShopifyObject"
typeProperties = {}
SnowflakeTable の 場合は、次の値を使用します。
type = "SnowflakeTable"
typeProperties = {}
SnowflakeV2Table の 場合は、次の値を使用します。
type = "SnowflakeV2Table"
typeProperties = {}
SparkObject の 場合は、次の値を使用します。
type = "SparkObject"
typeProperties = {}
SqlServerTable の 場合は、次の値を使用します。
type = "SqlServerTable"
typeProperties = {}
SquareObject の 場合は、次の値を使用します。
type = "SquareObject"
typeProperties = {}
SybaseTable の 場合は、次の値を使用します。
type = "SybaseTable"
typeProperties = {}
TeradataTable の 場合は、次の値を使用します。
type = "TeradataTable"
typeProperties = {}
VerticaTable の 場合は、次を使用します。
type = "VerticaTable"
typeProperties = {}
WarehouseTable の 場合は、次の値を使用します。
type = "WarehouseTable"
typeProperties = {}
WebTable の 場合は、次の値を使用します。
type = "WebTable"
typeProperties = {}
XeroObject の 場合は、次の値を使用します。
type = "XeroObject"
typeProperties = {}
Xml の場合は、次の値を使用します。
type = "Xml"
typeProperties = {
compression = {}
location = {
type = "string"
// For remaining properties, see DatasetLocation objects
}
}
ZohoObject の 場合は、次の値を使用します。
type = "ZohoObject"
typeProperties = {}
オブジェクトの 型 を指定するには、type プロパティを設定します。
AvroFormat の 場合は、次を使用します。
type = "AvroFormat"
JsonFormat の場合は、次の値を使用します。
type = "JsonFormat"
OrcFormat の 場合は、次の値を使用します。
type = "OrcFormat"
ParquetFormat の 場合は、次の値を使用します。
type = "ParquetFormat"
TextFormat の 場合は、次の値を使用します。
type = "TextFormat"
DatasetLocation オブジェクト
オブジェクトの 型 を指定するには、type プロパティを設定します。
AmazonS3CompatibleLocation の場合は、次の値を使用します。
type = "AmazonS3CompatibleLocation"
AmazonS3Location の場合は、次の値を使用します。
type = "AmazonS3Location"
AzureBlobFSLocation の場合は、次を使用します。
type = "AzureBlobFSLocation"
AzureBlobStorageLocation の場合は、次の値を使用します。
type = "AzureBlobStorageLocation"
AzureDataLakeStoreLocation の場合は、次の値を使用します。
type = "AzureDataLakeStoreLocation"
AzureFileStorageLocation の場合は、次を使用します。
type = "AzureFileStorageLocation"
FileServerLocation の場合は、次の値を使用します。
type = "FileServerLocation"
FtpServerLocation の 場合は、次を使用します。
type = "FtpServerLocation"
GoogleCloudStorageLocation の場合は、次を使用します。
type = "GoogleCloudStorageLocation"
HdfsLocation の 場合は、次の値を使用します。
type = "HdfsLocation"
HttpServerLocation の 場合は、次の値を使用します。
type = "HttpServerLocation"
LakeHouseLocation の場合は、次の値を使用します。
type = "LakeHouseLocation"
OracleCloudStorageLocation の場合は、次の値を使用します。
type = "OracleCloudStorageLocation"
SftpLocation の 場合は、次の値を使用します。
type = "SftpLocation"
プロパティ値
factories/datasets
名前
説明
値
type
リソースの種類
"Microsoft.DataFactory/factories/datasets@2018-06-01"
name
リソース名
string (必須) 文字制限: 1 から 260 有効な文字: 次は使用できません:`<>*#.%&:\\+?/` または制御文字 英数字で開始します。
parent_id
このリソースの親であるリソースの ID。
種類のリソースの ID: ファクトリ
properties
データセットのプロパティ。
データセット (必須)
データセット
DatasetFolder
名前
説明
値
name
このデータセットが存在するフォルダーの名前。
string
LinkedServiceReference
名前
説明
値
parameters
LinkedService の引数。
ParameterValueSpecification
referenceName
LinkedService 名を参照します。
string (必須)
型
リンクされたサービス参照の種類。
"LinkedServiceReference" (必須)
ParameterValueSpecification
ParameterDefinitionSpecification
ParameterSpecification
名前
説明
値
defaultValue
パラメーターの既定値。
型
パラメーターの型。
"配列" "Bool" "Float" "Int" "Object" "SecureString" "String" (必須)
AmazonMWSObjectDataset
GenericDatasetTypeProperties
名前
説明
値
tableName
テーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRdsForOracleTableDataset
AmazonRdsForOracleTableDatasetTypeProperties
名前
説明
値
schema
AmazonRdsForOracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
AmazonRdsForOracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRdsForSqlServerTableDataset
AmazonRdsForSqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
AmazonRedshiftTableDataset
AmazonRedshiftTableDatasetTypeProperties
名前
説明
値
schema
Amazon Redshift スキーマ名。 型: string (または resultType 文字列を含む式)。
table
Amazon Redshift テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AmazonS3Dataset
AmazonS3DatasetTypeProperties
名前
説明
値
bucketName
Amazon S3 バケットの名前。 型: string (または resultType 文字列を含む式)。
compression
Amazon S3 オブジェクトに使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
key
Amazon S3 オブジェクトのキー。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeEnd
S3 オブジェクトの変更日時の末尾。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
S3 オブジェクトの変更日時の開始。 型: string (または resultType 文字列を含む式)。
prefix
S3 オブジェクト名のプレフィックス フィルター。 型: string (または resultType 文字列を含む式)。
version
S3 オブジェクトのバージョン。 型: string (または resultType 文字列を含む式)。
DatasetCompression
名前
説明
値
レベル
データセットの圧縮レベル。 型: string (または resultType 文字列を含む式)。
型
データセット圧縮の種類。 型: string (または resultType 文字列を含む式)。
{カスタマイズされたプロパティ}
名前
説明
値
type
データセットのストレージ形式の種類。
"AvroFormat" (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
"JsonFormat" (必須)
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、バイト オーダー マーク (BOM) が別の Unicode エンコードを示していない限り、既定値は 'utf-8' です。 サポートされている値の完全な一覧は、エンコーディングのテーブルの 'Name' 列にあります。 https://go.microsoft.com/fwlink/?linkid=861078
型: string (または resultType 文字列を含む式)。
filePattern
JSON のファイル パターン。 より具体的には、JSON オブジェクトのコレクションを分離する方法です。 既定値は 'setOfObjects' です。 大文字と小文字が区別されます。
jsonNodeReference
フラット化する JSON 配列要素の JSONPath。 例: "$.ArrayPath" 型: string (または resultType 文字列を含む式)。
jsonPathDefinition
JSON ファイルからデータを抽出するためのカスタマイズされた列名を使用した各列マッピングの JSONPath 定義。 ルート オブジェクトの下のフィールドの場合は、"$" から始めます。jsonNodeReference プロパティによって選択された配列内のフィールドの場合は、配列要素から開始します。 例: {"Column1": "$.Column1Path"、"Column2": "Column2PathInArray"}。 型: object (または resultType オブジェクトを持つ Expression)。
nestingSeparator
入れ子のレベルを分離するために使用される文字。 既定値は '.' です(ドット)。 型: string (または resultType 文字列を含む式)。
名前
説明
値
type
データセットのストレージ形式の種類。
"OrcFormat" (必須)
名前
説明
値
type
データセットのストレージ形式の種類。
"ParquetFormat" (必須)
TextFormat
名前
説明
値
type
データセットのストレージ形式の種類。
"TextFormat" (必須)
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は ΓÇ£utf-8ΓÇ¥です。 サポートされている値を設定するには、次のリンクの表の ΓÇ£NameΓÇ¥ 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
skipLineCount
テキスト ファイルの解析時にスキップする行数。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
treatEmptyAsNull
テキスト ファイル内の空の列値を null として扱います。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
AvroDataset
AvroDatasetTypeProperties
名前
説明
値
avroCompressionCodec
データ avroCompressionCodec。 型: string (または resultType 文字列を含む式)。
avroCompressionLevel
INT 制約: 最小値 = 1 最大値 = 9
location
avro ストレージの場所。
DatasetLocation (必須)
DatasetLocation
AmazonS3CompatibleLocation
名前
説明
値
type
データセットの保存場所の種類。
"AmazonS3CompatibleLocation" (必須)
bucketName
Amazon S3 互換の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Amazon S3 互換のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
AmazonS3Location
名前
説明
値
type
データセットの保存場所の種類。
"AmazonS3Location" (必須)
bucketName
amazon S3 の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
amazon S3 のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
AzureBlobFSLocation
名前
説明
値
type
データセットの保存場所の種類。
"AzureBlobFSLocation" (必須)
fileSystem
azure blobFS の fileSystem を指定します。 型: string (または resultType 文字列を含む式)。
AzureBlobStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
"AzureBlobStorageLocation" (必須)
container
Azure BLOB のコンテナーを指定します。 型: string (または resultType 文字列を含む式)。
AzureDataLakeStoreLocation
名前
説明
値
type
データセットの保存場所の種類。
"AzureDataLakeStoreLocation" (必須)
AzureFileStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
"AzureFileStorageLocation" (必須)
FileServerLocation
名前
説明
値
type
データセットの保存場所の種類。
"FileServerLocation" (必須)
FtpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
"FtpServerLocation" (必須)
GoogleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
"GoogleCloudStorageLocation" (必須)
bucketName
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
HdfsLocation
名前
説明
値
type
データセットの保存場所の種類。
"HdfsLocation" (必須)
HttpServerLocation
名前
説明
値
type
データセットの保存場所の種類。
"HttpServerLocation" (必須)
relativeUrl
http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)
LakeHouseLocation
名前
説明
値
type
データセットの保存場所の種類。
"LakeHouseLocation" (必須)
OracleCloudStorageLocation
名前
説明
値
type
データセットの保存場所の種類。
"OracleCloudStorageLocation" (必須)
bucketName
Oracle Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
version
Oracle Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
SftpLocation
名前
説明
値
type
データセットの保存場所の種類。
"SftpLocation" (必須)
AzureBlobDataset
AzureBlobDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure BLOB の名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Blob Storage のパス。 型: string (または resultType 文字列を含む式)。
format
Azure Blob Storage の形式。
DatasetStorageFormat
modifiedDatetimeEnd
Azure BLOB の変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
Azure BLOB の変更日時の開始。 型: string (または resultType 文字列を含む式)。
tableRootLocation
BLOB パスのルート。 型: string (または resultType 文字列を含む式)。
AzureBlobFSDataset
AzureBlobFSDatasetTypeProperties
名前
説明
値
compression
BLOB ストレージに使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Storage Gen2の名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Data Lake Storage Gen2 ストレージのパス。 型: string (または resultType 文字列を含む式)。
format
Azure Data Lake Storage Gen2 ストレージの形式。
DatasetStorageFormat
AzureDatabricksDeltaLakeDataset
AzureDatabricksDeltaLakeDatasetTypeProperties
名前
説明
値
database
デルタ テーブルのデータベース名。 型: string (または resultType 文字列を含む式)。
table
デルタ テーブルの名前。 型: string (または resultType 文字列を含む式)。
AzureDataExplorerTableDataset
AzureDataExplorerDatasetTypeProperties
名前
説明
値
table
Azure Data Explorer データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AzureDataLakeStoreDataset
AzureDataLakeStoreDatasetTypeProperties
名前
説明
値
compression
Azure Data Lake Store の項目に使用されるデータ圧縮方法。
DatasetCompression
fileName
Azure Data Lake Store 内のファイルの名前。 型: string (または resultType 文字列を含む式)。
folderPath
Azure Data Lake Store 内のフォルダーへのパス。 型: string (または resultType 文字列を含む式)。
format
Data Lake Store の形式。
DatasetStorageFormat
AzureMariaDBTableDataset
AzureMySqlTableDataset
AzureMySqlTableDatasetTypeProperties
名前
説明
値
table
Azure MySQL データベース テーブルの名前。 型: string (または resultType 文字列を含む式)。
tableName
Azure MySQL データベース テーブル名。 型: string (または resultType 文字列を含む式)。
AzurePostgreSqlTableDataset
AzurePostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure PostgreSQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
スキーマとテーブルの両方を含む Azure PostgreSQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
AzureSearchIndexDataset
AzureSearchIndexDatasetTypeProperties
名前
説明
値
indexName
Azure Search インデックスの名前。 型: string (または resultType 文字列を含む式)。
AzureSqlDWTableDataset
AzureSqlDWTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Data Warehouseのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL Data Warehouseのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureSqlMITableDataset
AzureSqlMITableDatasetTypeProperties
名前
説明
値
schema
Azure SQL Managed Instanceのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL Managed Instance データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureSqlTableDataset
AzureSqlTableDatasetTypeProperties
名前
説明
値
schema
Azure SQL データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Azure SQL データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
AzureTableDataset
AzureTableDatasetTypeProperties
名前
説明
値
tableName
Azure Table Storage のテーブル名。 型: string (または resultType 文字列を含む式)。
BinaryDataset
BinaryDatasetTypeProperties
CassandraTableDataset
CassandraTableDatasetTypeProperties
名前
説明
値
keyspace
Cassandra データベースのキースペース。 型: string (または resultType 文字列を含む式)。
tableName
Cassandra データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
CommonDataServiceForAppsEntityDataset
CommonDataServiceForAppsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
ConcurObjectDataset
CosmosDbMongoDbApiCollectionDataset
CosmosDbMongoDbApiCollectionDatasetTypeProperties
名前
説明
値
collection
CosmosDB (MongoDB API) データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
CosmosDbSqlApiCollectionDataset
CosmosDbSqlApiCollectionDatasetTypeProperties
名前
説明
値
collectionName
CosmosDB (SQL API) コレクション名。 型: string (または resultType 文字列を含む式)。
CouchbaseTableDataset
CustomDataset
名前
説明
値
type
データセットの種類。
"CustomDataset" (必須)
typeProperties
カスタム データセットのプロパティ。
Db2TableDataset
Db2TableDatasetTypeProperties
名前
説明
値
schema
Db2 スキーマ名。 型: string (または resultType 文字列を含む式)。
table
Db2 テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
DelimitedTextDataset
DelimitedTextDatasetTypeProperties
名前
説明
値
columnDelimiter
列区切り記号。 型: string (または resultType 文字列を含む式)。
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
compressionLevel
DelimitedText に使用されるデータ圧縮メソッド。
encodingName
使用するエンコーディングのコード ページ名。 ミスの場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
escapeChar
エスケープ文字。 型: string (または resultType 文字列を含む式)。
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location
区切りテキスト ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
quoteChar
引用符文字。 型: string (または resultType 文字列を含む式)。
rowDelimiter
行区切り記号です。 型: string (または resultType 文字列を含む式)。
DocumentDbCollectionDataset
DocumentDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
ドキュメント データベースコレクション名。 型: string (または resultType 文字列を含む式)。
DrillTableDataset
DrillDatasetTypeProperties
名前
説明
値
schema
Drill のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Drill のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
DynamicsAXResourceDataset
DynamicsAXResourceDatasetTypeProperties
名前
説明
値
path
Dynamics AX OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
DynamicsCrmEntityDataset
DynamicsCrmEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
DynamicsEntityDataset
DynamicsEntityDatasetTypeProperties
名前
説明
値
entityName
エンティティの論理名。 型: string (または resultType 文字列を含む式)。
EloquaObjectDataset
ExcelDataset
ExcelDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
firstRowAsHeader
入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。
location
Excel ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
range
1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。
sheetIndex
excel ファイルのシート インデックスと既定値は 0 です。 型: 整数 (または resultType 整数を含む式)
sheetName
Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。
FileShareDataset
FileShareDatasetTypeProperties
名前
説明
値
compression
ファイル システムに使用されるデータ圧縮方法。
DatasetCompression
fileFilter
すべてのファイルではなく、folderPath 内のファイルのサブセットを選択するために使用するフィルターを指定します。 型: string (または resultType 文字列を含む式)。
fileName
オンプレミス のファイル システムの名前。 型: string (または resultType 文字列を含む式)。
folderPath
オンプレミス のファイル システムのパス。 型: string (または resultType 文字列を含む式)。
format
ファイルの形式。
DatasetStorageFormat
modifiedDatetimeEnd
ファイルの変更日時の終わり。 型: string (または resultType 文字列を含む式)。
modifiedDatetimeStart
ファイルの変更日時の開始。 型: string (または resultType 文字列を含む式)。
GoogleAdWordsObjectDataset
GoogleBigQueryObjectDataset
GoogleBigQueryDatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりに、データベースとテーブルのプロパティの使用を検討してください。
GoogleBigQueryV2ObjectDataset
GoogleBigQueryV2DatasetTypeProperties
名前
説明
値
dataset
Google BigQuery のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Google BigQuery のテーブル名。 型: string (または resultType 文字列を含む式)。
GreenplumTableDataset
GreenplumDatasetTypeProperties
名前
説明
値
schema
Greenplum のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Greenplum のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
HBaseObjectDataset
HiveObjectDataset
HiveDatasetTypeProperties
名前
説明
値
schema
Hive のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Hive のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
HttpDataset
HttpDatasetTypeProperties
名前
説明
値
additionalHeaders
HTTP 要求のヘッダー。 例: request-header-name-1:request-header-value-1 ... request-header-name-n:request-header-value-n Type: string (または resultType 文字列を含む式)。
compression
ファイルで使用されるデータ圧縮方法。
DatasetCompression
format
ファイルの形式。
DatasetStorageFormat
relativeUrl
HttpLinkedService の URL に基づく相対 URL は、HTTP ファイルの Type: string (または resultType 文字列を含む式) を参照します。
requestBody
HTTP 要求の本文。 型: string (または resultType 文字列を含む式)。
requestMethod
HTTP 要求の HTTP メソッド。 型: string (または resultType 文字列を含む式)。
HubspotObjectDataset
ImpalaObjectDataset
ImpalaDatasetTypeProperties
名前
説明
値
schema
Impala のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Impala のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
名前
説明
値
tableName
Informix テーブル名。 型: string (または resultType 文字列を含む式)。
JiraObjectDataset
JsonDataset
JsonDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮メソッド。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示していない限り、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
location
json データ ストレージの場所。
DatasetLocation (必須)
LakeHouseTableDataset
LakeHouseTableDatasetTypeProperties
名前
説明
値
table
Microsoft Fabric LakeHouse Table の名前。 型: string (または resultType 文字列を含む式)。
MagentoObjectDataset
MariaDBTableDataset
MarketoObjectDataset
MicrosoftAccessTableDataset
MicrosoftAccessTableDatasetTypeProperties
名前
説明
値
tableName
Microsoft Access テーブル名。 型: string (または resultType 文字列を含む式)。
MongoDbAtlasCollectionDataset
MongoDbAtlasCollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB Atlas データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
MongoDbCollectionDataset
MongoDbCollectionDatasetTypeProperties
名前
説明
値
collectionName
MongoDB データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
MongoDbV2CollectionDataset
MongoDbV2CollectionDatasetTypeProperties
名前
説明
値
collection
MongoDB データベースのコレクション名。 型: string (または resultType 文字列を含む式)。
MySqlTableDataset
MySqlTableDatasetTypeProperties
名前
説明
値
tableName
MySQL テーブル名。 型: string (または resultType 文字列を含む式)。
NetezzaTableDataset
NetezzaTableDatasetTypeProperties
名前
説明
値
schema
Netezza のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Netezza のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
ODataResourceDataset
ODataResourceDatasetTypeProperties
名前
説明
値
path
OData リソース パス。 型: string (または resultType 文字列を含む式)。
OdbcTableDataset
OdbcTableDatasetTypeProperties
名前
説明
値
tableName
ODBC テーブル名。 型: string (または resultType 文字列を含む式)。
Office365Dataset
Office365DatasetTypeProperties
名前
説明
値
predicate
Office 365 から抽出する行をフィルター処理するために使用できる述語式です。 型: string (または resultType 文字列を含む式)。
tableName
Office 365 から抽出するデータセットの名前です。 型: string (または resultType 文字列を含む式)。
OracleServiceCloudObjectDataset
OracleTableDataset
OracleTableDatasetTypeProperties
名前
説明
値
schema
オンプレミスの Oracle データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
オンプレミスの Oracle データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
OrcDataset
OrcDatasetTypeProperties
名前
説明
[値]
location
ORC データ ストレージの場所。
DatasetLocation (必須)
orcCompressionCodec
データ orcCompressionCodec。 型: string (または resultType 文字列を含む式)。
ParquetDataset
ParquetDatasetTypeProperties
名前
説明
値
compressionCodec
データ圧縮Codec。 型: string (または resultType 文字列を含む式)。
location
Parquet ストレージの場所。
DatasetLocation (必須)
PayPalObjectDataset
PhoenixObjectDataset
PhoenixDatasetTypeProperties
名前
説明
値
schema
Phoenix のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Phoenix のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
PostgreSqlTableDataset
PostgreSqlTableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
PostgreSqlV2TableDataset
PostgreSqlV2TableDatasetTypeProperties
名前
説明
値
schema
PostgreSQL スキーマ名。 型: string (または resultType 文字列を含む式)。
table
PostgreSQL テーブル名。 型: string (または resultType 文字列を含む式)。
PrestoObjectDataset
PrestoDatasetTypeProperties
名前
説明
値
schema
Presto のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Presto のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
QuickBooksObjectDataset
RelationalTableDataset
RelationalTableDatasetTypeProperties
名前
説明
値
tableName
リレーショナル テーブル名。 型: string (または resultType 文字列を含む式)。
ResponsysObjectDataset
RestResourceDataset
RestResourceDatasetTypeProperties
SalesforceMarketingCloudObjectDataset
SalesforceObjectDataset
SalesforceObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
SalesforceServiceCloudObjectDataset
SalesforceServiceCloudObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
SalesforceServiceCloudV2ObjectDataset
SalesforceServiceCloudV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce Service Cloud V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId
Salesforce Service Cloud V2 reportId。 型: string (または resultType 文字列を含む式)。
SalesforceV2ObjectDataset
SalesforceV2ObjectDatasetTypeProperties
名前
説明
値
objectApiName
Salesforce V2 オブジェクト API 名。 型: string (または resultType 文字列を含む式)。
reportId
Salesforce V2 レポート ID。型: string (または resultType 文字列を含む式)。
SapBwCubeDataset
名前
説明
値
type
データセットの種類。
"SapBwCube" (必須)
SapCloudForCustomerResourceDataset
SapCloudForCustomerResourceDatasetTypeProperties
名前
説明
値
path
SAP Cloud for Customer OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
SapEccResourceDataset
SapEccResourceDatasetTypeProperties
名前
説明
値
path
SAP ECC OData エンティティのパス。 型: string (または resultType 文字列を含む式)。
SapHanaTableDataset
SapHanaTableDatasetTypeProperties
名前
説明
値
schema
SAP HANA のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SAP HANA のテーブル名。 型: string (または resultType 文字列を含む式)。
SapOdpResourceDataset
SapOdpResourceDatasetTypeProperties
名前
説明
値
context
SAP ODP オブジェクトのコンテキスト。 型: string (または resultType 文字列を含む式)。
objectName
SAP ODP オブジェクトの名前。 型: string (または resultType 文字列を含む式)。
SapOpenHubTableDataset
SapOpenHubTableDatasetTypeProperties
名前
説明
値
baseRequestId
差分読み込み要求の ID。 設定されると、requestId がこのプロパティの値より大きいデータのみが取得されます。 既定値は 0 です。 型: integer (または resultType 整数を持つ式)。
excludeLastRequest
最後の要求のレコードを除外するかどうか。 既定値は、true です。 型: boolean (または resultType ブール値を持つ式)。
openHubDestinationName
コピー先の種類がデータベース テーブルである Open Hub Destination の名前。 型: string (または resultType 文字列を含む式)。
SapTableResourceDataset
SapTableResourceDatasetTypeProperties
名前
説明
値
tableName
SAP テーブルの名前。 型: string (または resultType 文字列を含む式)。
ServiceNowObjectDataset
ServiceNowV2ObjectDataset
SharePointOnlineListResourceDataset
SharePointOnlineListDatasetTypeProperties
名前
説明
値
listName
SharePoint Online リストの名前。 型: string (または resultType 文字列を含む式)。
ShopifyObjectDataset
SnowflakeDataset
SnowflakeDatasetTypeProperties
名前
説明
値
schema
Snowflake データベースのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Snowflake データベースのテーブル名。 型: string (または resultType 文字列を含む式)。
SnowflakeV2Dataset
SparkObjectDataset
SparkDatasetTypeProperties
名前
説明
値
schema
Spark のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Spark のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
SqlServerTableDataset
SqlServerTableDatasetTypeProperties
名前
説明
値
schema
SQL Server データセットのスキーマ名。 型: string (または resultType 文字列を含む式)。
table
SQL Server データセットのテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
SquareObjectDataset
SybaseTableDataset
SybaseTableDatasetTypeProperties
名前
説明
値
tableName
Sybase テーブル名。 型: string (または resultType 文字列を含む式)。
TeradataTableDataset
TeradataTableDatasetTypeProperties
名前
説明
値
database
Teradata のデータベース名。 型: string (または resultType 文字列を含む式)。
table
Teradata のテーブル名。 型: string (または resultType 文字列を含む式)。
VerticaTableDataset
VerticaDatasetTypeProperties
名前
説明
値
schema
Vertica のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Vertica のテーブル名。 型: string (または resultType 文字列を含む式)。
tableName
このプロパティは廃止されます。 代わりにスキーマとテーブルのプロパティを使用することを検討してください。
WarehouseTableDataset
WarehouseTableDatasetTypeProperties
名前
説明
値
schema
Microsoft Fabric Warehouse のスキーマ名。 型: string (または resultType 文字列を含む式)。
table
Microsoft Fabric Warehouse のテーブル名。 型: string (または resultType 文字列を含む式)。
WebTableDataset
WebTableDatasetTypeProperties
名前
説明
値
インデックス (index)
Web ページ内のテーブルの 0 から始まるインデックス。 型: integer (または resultType 整数を含む式)、最小: 0。
path
リンクされたサービス URL からの Web ページへの相対 URL。 型: string (または resultType 文字列を含む式)。
XeroObjectDataset
XmlDataset
XmlDatasetTypeProperties
名前
説明
値
compression
json データセットに使用されるデータ圧縮方法。
DatasetCompression
encodingName
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx
型: string (または resultType 文字列を含む式)。
location
json データ ストレージの場所。
DatasetLocation (必須)
nullValue
null 値の文字列。 型: string (または resultType 文字列を含む式)。
ZohoObjectDataset