Share via


Microsoft.DataFactory 팩터리/데이터 세트

Bicep 리소스 정의

팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 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
  }
}

데이터 세트 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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

이진의 경우 다음을 사용합니다.

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

CassandraTable의 경우 다음을 사용합니다.

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

CommonDataServiceForAppsEntity의 경우 다음을 사용합니다.

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

ConcurObject의 경우 다음을 사용합니다.

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

CosmosDbMongoDbApiCollection의 경우 다음을 사용합니다.

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

CosmosDbSqlApiCollection의 경우 다음을 사용합니다.

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

CouchbaseTable의 경우 다음을 사용합니다.

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

CustomDataset의 경우 다음을 사용합니다.

  type: 'CustomDataset'
  typeProperties: any()

Db2Table의 경우 다음을 사용합니다.

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

DelimitedText의 경우 다음을 사용합니다.

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

DocumentDbCollection의 경우 다음을 사용합니다.

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

DrillTable의 경우 다음을 사용합니다.

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

DynamicsAXResource의 경우 다음을 사용합니다.

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

DynamicsCrmEntity의 경우 다음을 사용합니다.

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

DynamicsEntity의 경우 다음을 사용합니다.

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

EloquaObject의 경우 다음을 사용합니다.

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

Excel의 경우 다음을 사용합니다.

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

FileShare의 경우 다음을 사용합니다.

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

GoogleAdWordsObject의 경우 다음을 사용합니다.

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

GoogleBigQueryObject의 경우 다음을 사용합니다.

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

GoogleBigQueryV2Object의 경우 다음을 사용합니다.

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

GreenplumTable의 경우 다음을 사용합니다.

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

HBaseObject의 경우 다음을 사용합니다.

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

HiveObject의 경우 다음을 사용합니다.

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

HttpFile의 경우 다음을 사용합니다.

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

HubspotObject의 경우 다음을 사용합니다.

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

ImpalaObject의 경우 다음을 사용합니다.

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

InformixTable의 경우 다음을 사용합니다.

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

JiraObject의 경우 다음을 사용합니다.

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

Json의 경우 다음을 사용합니다.

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

LakeHouseTable의 경우 다음을 사용합니다.

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

MagentoObject의 경우 다음을 사용합니다.

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

MariaDBTable의 경우 다음을 사용합니다.

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

MarketoObject의 경우 다음을 사용합니다.

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

MicrosoftAccessTable의 경우 다음을 사용합니다.

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

MongoDbAtlasCollection의 경우 다음을 사용합니다.

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

MongoDbCollection의 경우 다음을 사용합니다.

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

MongoDbV2Collection의 경우 다음을 사용합니다.

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

MySqlTable의 경우 다음을 사용합니다.

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

NetezzaTable의 경우 다음을 사용합니다.

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

ODataResource의 경우 다음을 사용합니다.

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

OdbcTable의 경우 다음을 사용합니다.

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

Office365Table의 경우 다음을 사용합니다.

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

OracleServiceCloudObject의 경우 다음을 사용합니다.

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

OracleTable의 경우 다음을 사용합니다.

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

Orc의 경우 다음을 사용합니다.

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

Parquet의 경우 다음을 사용합니다.

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

PaypalObject의 경우 다음을 사용합니다.

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

PhoenixObject의 경우 다음을 사용합니다.

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

PostgreSqlTable의 경우 다음을 사용합니다.

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

PostgreSqlV2Table의 경우 다음을 사용합니다.

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

PrestoObject의 경우 다음을 사용합니다.

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

QuickBooksObject의 경우 다음을 사용합니다.

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

RelationalTable의 경우 다음을 사용합니다.

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

ResponsysObject의 경우 다음을 사용합니다.

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

RestResource의 경우 다음을 사용합니다.

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

SalesforceMarketingCloudObject의 경우 다음을 사용합니다.

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

SalesforceObject의 경우 다음을 사용합니다.

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

SalesforceServiceCloudObject의 경우 다음을 사용합니다.

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

SalesforceServiceCloudV2Object의 경우 다음을 사용합니다.

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

SalesforceV2Object의 경우 다음을 사용합니다.

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

SapBwCube의 경우 다음을 사용합니다.

  type: 'SapBwCube'

SapCloudForCustomerResource의 경우 다음을 사용합니다.

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

SapEccResource의 경우 다음을 사용합니다.

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

SapHanaTable의 경우 다음을 사용합니다.

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

SapOdpResource의 경우 다음을 사용합니다.

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

SapOpenHubTable의 경우 다음을 사용합니다.

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

SapTableResource의 경우 다음을 사용합니다.

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

ServiceNowObject의 경우 다음을 사용합니다.

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

ServiceNowV2Object의 경우 다음을 사용합니다.

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

SharePointOnlineListResource의 경우 다음을 사용합니다.

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

ShopifyObject의 경우 다음을 사용합니다.

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

SnowflakeTable의 경우 다음을 사용합니다.

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

SnowflakeV2Table의 경우 다음을 사용합니다.

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

SparkObject의 경우 다음을 사용합니다.

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

SqlServerTable의 경우 다음을 사용합니다.

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

SquareObject의 경우 다음을 사용합니다.

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

SybaseTable의 경우 다음을 사용합니다.

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

TeradataTable의 경우 다음을 사용합니다.

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

VerticaTable의 경우 다음을 사용합니다.

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

WarehouseTable의 경우 다음을 사용합니다.

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

WebTable의 경우 다음을 사용합니다.

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

XeroObject의 경우 다음을 사용합니다.

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

Xml의 경우 다음을 사용합니다.

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

ZohoObject의 경우 다음을 사용합니다.

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

DatasetStorageFormat 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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'

속성 값

팩터리/데이터 세트

Name Description
name 리소스 이름

Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/- 또는 제어 문자

영숫자로 시작합니다.
부모(parent) Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다.

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호 이름: 팩터리
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. 문자열
폴더 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. DatasetFolder
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
스키마 데이터 세트의 물리적 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement. Bicep의 경우 any() 함수를 사용할 수 있습니다.
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 AmazonMWSObject로 설정해야 합니다.
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
이진
CassandraTable
CommonDataServiceForAppsEntity
ConcurObject
CosmosDbMongoDbApiCollection
CosmosDbSqlApiCollection
CouchbaseTable
CustomDataset
Db2Table
DelimitedText
DocumentDbCollection
DrillTable
DynamicsAXResource
DynamicsCrmEntity
DynamicsEntity
EloquaObject
Excel
Fileshare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
오크
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
Xml
ZohoObject (필수)

DatasetFolder

Name Description
name 이 데이터 세트가 있는 폴더의 이름입니다. 문자열

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 형식입니다. 'LinkedServiceReference'(필수)

ParameterValueSpecification

Name Description
{customized property} Bicep의 경우 any() 함수를 사용할 수 있습니다.

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonMWSObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Name Description
tableName 테이블 이름. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRdsForOracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRdsForOracleTable'(필수)
typeProperties AmazonRdsForOracle 데이터 세트 속성입니다. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description
스키마 AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRdsForSqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRdsForSqlServerTable'(필수)
typeProperties SQL Server 데이터 세트 속성에 대한 Amazon RDS입니다. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonRedshiftTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRedshiftTable'(필수)
typeProperties Amazon Redshift 테이블 데이터 세트 속성. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Name Description
스키마 Amazon Redshift 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Amazon Redshift 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonS3Object'(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeEnd S3 개체의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart S3 개체의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 S3 개체의 버전입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatasetCompression

Name Description
수준 데이터 세트 압축 수준입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 데이터 세트 압축 유형입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
직렬 변환기 Serializer. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 유형 설정 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (필수)

AvroFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'AvroFormat'(필수)

JsonFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'JsonFormat'(필수)
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 제공되지 않은 경우 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 다음 참조 https://go.microsoft.com/fwlink/?linkid=861078에서 인코딩 테이블의 'Name' 열에서 찾을 수 있습니다. 형식: 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"}. Type: object(또는 resultType 개체가 있는 Expression). Bicep의 경우 any() 함수를 사용할 수 있습니다.
nestingSeparator 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OrcFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'OrcFormat'(필수)

ParquetFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'ParquetFormat'(필수)

Textformat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'TextFormat'(필수)
columnDelimiter 열 구분 기호. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ)입니다. 지원되는 값을 https://msdn.microsoft.com/library/system.text.encoding.aspx설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ( 열을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
escapeChar 이스케이프 문자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
quoteChar 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rowDelimiter 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
skipLineCount 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수의 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
treatEmptyAsNull 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AvroDataset

Name Description
형식 데이터 세트의 형식입니다. 'Avro'(필수)
typeProperties Avro 데이터 세트 속성입니다. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description
avroCompressionCodec 데이터 avroCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
avroCompressionLevel int

제약 조건:
최소값 = 1
최대값 = 9
위치 avro 스토리지의 위치입니다. DatasetLocation (필수)

DatasetLocation

Name Description
fileName 데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath 데이터 세트의 폴더 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
형식 개체 형식 설정 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (필수)

AmazonS3CompatibleLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AmazonS3CompatibleLocation'(필수)
bucketName Amazon S3 호환의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 Amazon S3 호환 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AmazonS3Location

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AmazonS3Location'(필수)
bucketName amazon S3의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 amazon S3 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureBlobFSLocation'(필수)
fileSystem azure BlobFS의 fileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureBlobStorageLocation'(필수)
container Azure Blob의 컨테이너를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureDataLakeStoreLocation'(필수)

AzureFileStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureFileStorageLocation'(필수)

FileServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'FileServerLocation'(필수)

FtpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'FtpServerLocation'(필수)

GoogleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'GoogleCloudStorageLocation'(필수)
bucketName Google Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 Google Cloud Storage 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HdfsLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'HdfsLocation'(필수)

HttpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'HttpServerLocation'(필수)
relativeUrl http 서버의 relativeUrl을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.

LakeHouseLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'LakeHouseLocation'(필수)

OracleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'OracleCloudStorageLocation'(필수)
bucketName Oracle Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
버전 Oracle Cloud Storage의 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SftpLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'SftpLocation'(필수)

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlob'(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileName Azure Blob의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath Azure Blob Storage의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
format Azure Blob Storage의 형식입니다. DatasetStorageFormat
modifiedDatetimeEnd Azure Blob의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart Azure Blob의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableRootLocation Blob 경로의 루트입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureBlobFSDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlobFSFile'(필수)
typeProperties 데이터 세트 속성을 Azure Data Lake Storage Gen2. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. 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

Name Description
형식 데이터 세트의 형식입니다. 'AzureDatabricksDeltaLakeDataset'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description
데이터베이스 델타 테이블의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 델타 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataExplorerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataExplorerTable'(필수)
typeProperties Azure Data Explorer(Kusto) 데이터 세트 속성입니다. AzureDataExplorerDatasetTypeProperties (필수)

AzureDataExplorerDatasetTypeProperties

Name Description
테이블 Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataLakeStoreFile'(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 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

Name Description
형식 데이터 세트의 형식입니다. 'AzureMariaDBTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureMySqlTable'(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
테이블 Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzurePostgreSqlTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description
스키마 Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSearchIndex'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlDWTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Name Description
스키마 Azure SQL Data Warehouse 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Azure SQL Data Warehouse 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlMITableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlMITable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Managed Instance. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Name Description
스키마 Azure SQL Managed Instance 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Name Description
스키마 Azure SQL 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Azure SQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureTable'(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

BinaryDataset

Name Description
형식 데이터 세트의 형식입니다. 'Binary'(필수)
typeProperties 이진 데이터 세트 속성입니다. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description
압축 이진 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
위치 이진 스토리지의 위치입니다. DatasetLocation (필수)

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CassandraTable'(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

CommonDataServiceForAppsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'CommonDataServiceForAppsEntity'(필수)
typeProperties 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ConcurObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'CosmosDbMongoDbApiCollection'(필수)
typeProperties CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. CosmosDbMongoDbApiCollectionDatasetTypeProperties (필수)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description
collection CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

CosmosDbSqlApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'CosmosDbSqlApiCollection'(필수)
typeProperties CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. CosmosDbSqlApiCollectionDatasetTypeProperties (필수)

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description
collectionName CosmosDB(SQL API) 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CouchbaseTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CustomDataset

Name Description
형식 데이터 세트의 형식입니다. 'CustomDataset'(필수)
typeProperties 사용자 지정 데이터 세트 속성입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

Db2TableDataset

Name Description
형식 데이터 세트의 형식입니다. 'Db2Table'(필수)
typeProperties Db2 테이블 데이터 세트 속성입니다. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Name Description
스키마 Db2 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Db2 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

DelimitedTextDataset

Name Description
형식 데이터 세트의 형식입니다. 'DelimitedText'(필수)
typeProperties 구분된 텍스트 데이터 세트 속성입니다. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Name Description
columnDelimiter 열 구분 기호. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
compressionCodec 데이터 압축Codec입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
compressionLevel DelimitedText에 사용되는 데이터 압축 방법입니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
escapeChar 이스케이프 문자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
위치 구분된 텍스트 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
quoteChar 따옴표 문자입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
rowDelimiter 행 구분 기호입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'DocumentDbCollection'(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName 문서 데이터베이스 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'DrillTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Name Description
스키마 드릴의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 드릴의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsAXResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsAXResource'(필수)
typeProperties Dynamics AX OData 리소스 데이터 세트 속성. DynamicsAXResourceDatasetTypeProperties (필수)

DynamicsAXResourceDatasetTypeProperties

Name Description
path Dynamics AX OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

DynamicsCrmEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsCrmEntity'(필수)
typeProperties Dynamics CRM 엔터티 데이터 세트 속성입니다. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsEntity'(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'EloquaObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ExcelDataset

Name Description
형식 데이터 세트의 형식입니다. 'Excel'(필수)
typeProperties Excel 데이터 세트 속성입니다. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
위치 Excel 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
range 한 시트의 부분 데이터입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
sheetIndex excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수가 있는 식) Bicep의 경우 any() 함수를 사용할 수 있습니다.
sheetName excel 파일의 시트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. 'FileShare'(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
format 파일의 형식입니다. DatasetStorageFormat
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleAdWordsObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleAdWordsObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

GoogleBigQueryV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryV2Object'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'GreenplumTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Name Description
스키마 Greenplum의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Greenplum의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HBaseObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HiveObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Name Description
스키마 Hive의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Hive의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. 'HttpFile'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
Bicep의 경우 any() 함수를 사용할 수 있습니다.
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestBody HTTP 요청의 본문입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HubspotObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ImpalaObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Name Description
스키마 Impala의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Impala의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

InformixTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'InformixTable'(필수)
typeProperties Informix 테이블 데이터 세트 속성입니다. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description
tableName Informix 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'JiraObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

JsonDataset

Name Description
형식 데이터 세트의 형식입니다. 'Json'(필수)
typeProperties Json 데이터 세트 속성입니다. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)

LakeHouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'LakeHouseTable'(필수)
typeProperties Microsoft Fabric LakeHouse 테이블 데이터 세트 속성. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description
테이블 Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MagentoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MariaDBTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MarketoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MicrosoftAccessTable'(필수)
typeProperties Microsoft Access 테이블 데이터 세트 속성. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description
tableName Microsoft Access 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

MongoDbAtlasCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbAtlasCollection'(필수)
typeProperties MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. MongoDbAtlasCollectionDatasetTypeProperties (필수)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description
collection MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbCollection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

MongoDbV2CollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbV2Collection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbV2CollectionDatasetTypeProperties (필수)

MongoDbV2CollectionDatasetTypeProperties

Name Description
collection MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

MySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MySqlTable'(필수)
typeProperties MySQL 테이블 데이터 세트 속성입니다. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description
tableName MySQL 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'NetezzaTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Name Description
스키마 Netezza의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Netezza의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'ODataResource'(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

OdbcTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OdbcTable'(필수)
typeProperties ODBC 테이블 데이터 세트 속성입니다. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description
tableName ODBC 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

Office365Dataset

Name Description
형식 데이터 세트의 형식입니다. 'Office365Table'(필수)
typeProperties Office365 데이터 세트 속성. Office365DatasetTypeProperties (필수)

Office365DatasetTypeProperties

Name Description
predicate Office 365에서 추출하기 위해 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName Office 365에서 추출할 데이터 세트의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

OracleServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleServiceCloudObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleTable'(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성입니다. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Name Description
스키마 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

OrcDataset

Name Description
형식 데이터 세트의 형식입니다. 'Orc'(필수)
typeProperties ORC 데이터 세트 속성입니다. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description
위치 ORC 데이터 스토리지의 위치입니다. DatasetLocation (필수)
orcCompressionCodec 데이터 orcCompressionCodec입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ParquetDataset

Name Description
형식 데이터 세트의 형식입니다. 'Parquet'(필수)
typeProperties Parquet 데이터 세트 속성입니다. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description
compressionCodec 데이터 압축Codec입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
위치 parquet 스토리지의 위치입니다. DatasetLocation (필수)

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PaypalObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PhoenixObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Name Description
스키마 Phoenix의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Phoenix의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

PostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'PostgreSqlTable'(필수)
typeProperties PostgreSQL 테이블 데이터 세트 속성입니다. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

PostgreSqlV2TableDataset

Name Description
형식 데이터 세트의 형식입니다. 'PostgreSqlV2Table'(필수)
typeProperties PostgreSQLV2 테이블 데이터 세트 속성입니다. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PrestoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Name Description
스키마 Presto의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Presto의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'QuickBooksObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'RelationalTable'(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ResponsysObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RestResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'RestResource'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API가 제공하는 리소스에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

RestResourceDatasetTypePropertiesPaginationRules

Name Description
{사용자 지정 속성} Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceMarketingCloudObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceObject'(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceServiceCloudObject'(필수)
typeProperties Salesforce Service Cloud 개체 데이터 세트 속성입니다. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceServiceCloudV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceServiceCloudV2Object'(필수)
typeProperties Salesforce Service Cloud V2 개체 데이터 세트 속성. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
reportId Salesforce Service Cloud V2 reportId. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SalesforceV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceV2Object'(필수)
typeProperties Salesforce V2 개체 데이터 세트 속성입니다. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce V2 개체 API 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
reportId Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapBwCubeDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapBwCube'(필수)

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapCloudForCustomerResource'(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapEccResource'(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SapHanaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapHanaTable'(필수)
typeProperties SAP HANA 테이블 속성입니다. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description
스키마 SAP HANA의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 SAP HANA의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SapOdpResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapOdpResource'(필수)
typeProperties SAP ODP 리소스 속성입니다. SapOdpResourceDatasetTypeProperties (필수)

SapOdpResourceDatasetTypeProperties

Name Description
컨텍스트 SAP ODP 개체의 컨텍스트입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
Objectname SAP ODP 개체의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SapOpenHubTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapOpenHubTable'(필수)
typeProperties Sap Business Warehouse Open Hub 대상 테이블 속성입니다. SapOpenHubTableDatasetTypeProperties (필수)

SapOpenHubTableDatasetTypeProperties

Name Description
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
openHubDestinationName 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

SapTableResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapTableResource'(필수)
typeProperties SAP 테이블 리소스 속성입니다. SapTableResourceDatasetTypeProperties (필수)

SapTableResourceDatasetTypeProperties

Name Description
tableName SAP 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowV2Object'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SharePointOnlineListResource'(필수)
typeProperties Sharepoint Online 목록 데이터 세트 속성입니다. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Name Description
listName SharePoint Online 목록의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ShopifyObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SnowflakeDataset

Name Description
형식 데이터 세트의 형식입니다. 'SnowflakeTable'(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SnowflakeDatasetTypeProperties

Name Description
스키마 Snowflake 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Snowflake 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

SnowflakeV2Dataset

Name Description
형식 데이터 세트의 형식입니다. 'SnowflakeV2Table'(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SparkObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Name Description
스키마 Spark의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Spark의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SqlServerTable'(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SquareObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SybaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SybaseTable'(필수)
typeProperties Sybase 테이블 데이터 세트 속성입니다. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description
tableName Sybase 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

TeradataTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'TeradataTable'(필수)
typeProperties Teradata 데이터 세트 속성입니다. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description
데이터베이스 Teradata의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Teradata의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'VerticaTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Name Description
스키마 Vertica의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Vertica의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다. Bicep의 경우 any() 함수를 사용할 수 있습니다.

WarehouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WarehouseTable'(필수)
typeProperties Microsoft Fabric Warehouse 데이터 세트 속성. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description
스키마 Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
테이블 Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WebTable'(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0. Bicep의 경우 any() 함수를 사용할 수 있습니다. (필수)
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'XeroObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

XmlDataset

Name Description
형식 데이터 세트의 형식입니다. 'Xml'(필수)
typeProperties Xml 데이터 세트 속성입니다. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식). Bicep의 경우 any() 함수를 사용할 수 있습니다.

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ZohoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
Azure Data Factory 추가 가능 - 한 번 클릭하여 Azure Data Factory

Azure에 배포
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.
Data Factory 만들기, Salesforce에서 Blob으로 복사

Azure에 배포
이 템플릿은 Azure Data Factory 사용하여 Salesforce에서 Azure Blob으로 데이터 이동을 수행합니다.
Azure Data Factory 사용하여 대량 복사

Azure에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(MySQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블에 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.

ARM 템플릿 리소스 정의

팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 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
  }
}

데이터 세트 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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

이진의 경우 다음을 사용합니다.

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

CassandraTable의 경우 다음을 사용합니다.

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

CommonDataServiceForAppsEntity의 경우 다음을 사용합니다.

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

ConcurObject의 경우 다음을 사용합니다.

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

CosmosDbMongoDbApiCollection의 경우 다음을 사용합니다.

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

CosmosDbSqlApiCollection의 경우 다음을 사용합니다.

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

CouchbaseTable의 경우 다음을 사용합니다.

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

CustomDataset의 경우 다음을 사용합니다.

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

Db2Table의 경우 다음을 사용합니다.

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

DelimitedText의 경우 다음을 사용합니다.

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

DocumentDbCollection의 경우 다음을 사용합니다.

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

DrillTable의 경우 다음을 사용합니다.

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

DynamicsAXResource의 경우 다음을 사용합니다.

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

DynamicsCrmEntity의 경우 다음을 사용합니다.

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

DynamicsEntity의 경우 다음을 사용합니다.

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

EloquaObject의 경우 다음을 사용합니다.

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

Excel의 경우 다음을 사용합니다.

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

FileShare의 경우 다음을 사용합니다.

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

GoogleAdWordsObject의 경우 다음을 사용합니다.

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

GoogleBigQueryObject의 경우 다음을 사용합니다.

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

GoogleBigQueryV2Object의 경우 다음을 사용합니다.

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

GreenplumTable의 경우 다음을 사용합니다.

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

HBaseObject의 경우 다음을 사용합니다.

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

HiveObject의 경우 다음을 사용합니다.

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

HttpFile의 경우 다음을 사용합니다.

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

HubspotObject의 경우 다음을 사용합니다.

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

ImpalaObject의 경우 다음을 사용합니다.

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

InformixTable의 경우 다음을 사용합니다.

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

JiraObject의 경우 다음을 사용합니다.

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

Json의 경우 다음을 사용합니다.

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

LakeHouseTable의 경우 다음을 사용합니다.

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

MagentoObject의 경우 다음을 사용합니다.

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

MariaDBTable의 경우 다음을 사용합니다.

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

MarketoObject의 경우 다음을 사용합니다.

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

MicrosoftAccessTable의 경우 다음을 사용합니다.

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

MongoDbAtlasCollection의 경우 다음을 사용합니다.

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

MongoDbCollection의 경우 다음을 사용합니다.

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

MongoDbV2Collection의 경우 다음을 사용합니다.

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

MySqlTable의 경우 다음을 사용합니다.

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

NetezzaTable의 경우 다음을 사용합니다.

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

ODataResource의 경우 다음을 사용합니다.

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

OdbcTable의 경우 다음을 사용합니다.

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

Office365Table의 경우 다음을 사용합니다.

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

OracleServiceCloudObject의 경우 다음을 사용합니다.

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

OracleTable의 경우 다음을 사용합니다.

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

Orc의 경우 다음을 사용합니다.

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

Parquet의 경우 다음을 사용합니다.

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

PaypalObject의 경우 다음을 사용합니다.

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

PhoenixObject의 경우 다음을 사용합니다.

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

PostgreSqlTable의 경우 다음을 사용합니다.

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

PostgreSqlV2Table의 경우 다음을 사용합니다.

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

PrestoObject의 경우 다음을 사용합니다.

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

QuickBooksObject의 경우 다음을 사용합니다.

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

RelationalTable의 경우 다음을 사용합니다.

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

ResponsysObject의 경우 다음을 사용합니다.

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

RestResource의 경우 다음을 사용합니다.

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

SalesforceMarketingCloudObject의 경우 다음을 사용합니다.

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

SalesforceObject의 경우 다음을 사용합니다.

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

SalesforceServiceCloudObject의 경우 다음을 사용합니다.

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

SalesforceServiceCloudV2Object의 경우 다음을 사용합니다.

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

SalesforceV2Object의 경우 다음을 사용합니다.

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

SapBwCube의 경우 다음을 사용합니다.

  "type": "SapBwCube"

SapCloudForCustomerResource의 경우 다음을 사용합니다.

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

SapEccResource의 경우 다음을 사용합니다.

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

SapHanaTable의 경우 다음을 사용합니다.

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

SapOdpResource의 경우 다음을 사용합니다.

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

SapOpenHubTable의 경우 다음을 사용합니다.

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

SapTableResource의 경우 다음을 사용합니다.

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

ServiceNowObject의 경우 다음을 사용합니다.

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

ServiceNowV2Object의 경우 다음을 사용합니다.

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

SharePointOnlineListResource의 경우 다음을 사용합니다.

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

ShopifyObject의 경우 다음을 사용합니다.

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

SnowflakeTable의 경우 다음을 사용합니다.

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

SnowflakeV2Table의 경우 다음을 사용합니다.

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

SparkObject의 경우 다음을 사용합니다.

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

SqlServerTable의 경우 다음을 사용합니다.

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

SquareObject의 경우 다음을 사용합니다.

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

SybaseTable의 경우 다음을 사용합니다.

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

TeradataTable의 경우 다음을 사용합니다.

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

VerticaTable의 경우 다음을 사용합니다.

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

WarehouseTable의 경우 다음을 사용합니다.

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

WebTable의 경우 다음을 사용합니다.

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

XeroObject의 경우 다음을 사용합니다.

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

Xml의 경우 다음을 사용합니다.

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

ZohoObject의 경우 다음을 사용합니다.

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

DatasetStorageFormat 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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"

속성 값

팩터리/데이터 세트

Name Description
형식 리소스 종류 'Microsoft.DataFactory/팩터리/데이터 세트'
apiVersion 리소스 api 버전 '2018-06-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/- 또는 제어 문자

영숫자로 시작합니다.
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. 문자열
폴더 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. DatasetFolder
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
스키마 데이터 세트의 물리적 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement.
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement.
형식 개체 형식 설정 AmazonMWSObject로 설정해야 합니다.
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
이진
CassandraTable
CommonDataServiceForAppsEntity
ConcurObject
CosmosDbMongoDbApiCollection
CosmosDbSqlApiCollection
CouchbaseTable
CustomDataset
Db2Table
DelimitedText
DocumentDbCollection
DrillTable
DynamicsAXResource
DynamicsCrmEntity
DynamicsEntity
EloquaObject
Excel
Fileshare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
오크
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
Xml
ZohoObject (필수)

DatasetFolder

Name Description
name 이 데이터 세트가 있는 폴더의 이름입니다. 문자열

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 유형입니다. 'LinkedServiceReference'(필수)

ParameterValueSpecification

Name Description
{사용자 지정 속성}

ParameterDefinitionSpecification

Name Description
{사용자 지정 속성} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. 'Array'
'Bool'
'Float'
'Int'
'Object'
'SecureString'
'String'(필수)

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonMWSObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Name Description
tableName 테이블 이름. 형식: 문자열(또는 resultType 문자열이 있는 식).

AmazonRdsForOracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRdsForOracleTable'(필수)
typeProperties AmazonRdsForOracle 데이터 세트 속성. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description
스키마 AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AmazonRdsForSqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRdsForSqlServerTable'(필수)
typeProperties SQL Server 데이터 세트 속성에 대한 Amazon RDS입니다. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRedshiftTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonRedshiftTable'(필수)
typeProperties Amazon Redshift 테이블 데이터 세트 속성. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Name Description
스키마 Amazon Redshift 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Amazon Redshift 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. 'AmazonS3Object'(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd S3 개체의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart S3 개체의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
버전 S3 개체의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

DatasetCompression

Name Description
수준 데이터 세트 압축 수준입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 데이터 세트 압축의 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: string(또는 resultType 문자열이 있는 식).
직렬 변환기 Serializer. 형식: string(또는 resultType 문자열이 있는 식).
형식 개체 유형 설정 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (필수)

AvroFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. 'AvroFormat'(필수)

JsonFormat

Name Description
형식 데이터 세트 스토리지 형식의 형식입니다. 'JsonFormat'(필수)
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 제공되지 않으면 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 다음 참조 https://go.microsoft.com/fwlink/?linkid=861078에서 인코딩 테이블의 'Name' 열에서 찾을 수 있습니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
filePattern JSON의 파일 패턴입니다. 좀 더 구체적으로 말하자면, JSON 개체의 컬렉션을 분리하는 방법입니다. 기본값은 'setOfObjects'입니다. 이 대/소문자 구분 합니다.
jsonNodeReference 평면화할 JSON 배열 요소의 JSONPath입니다. 예: "$. ArrayPath". 형식: 문자열(또는 resultType 문자열이 있는 식).
jsonPathDefinition JSON 파일에서 데이터를 추출하기 위해 사용자 지정된 열 이름을 사용하여 각 열 매핑에 대한 JSONPath 정의입니다. 루트 개체 아래의 필드의 경우 "$"로 시작합니다. jsonNodeReference 속성에서 선택한 배열 내 필드의 경우 배열 요소에서 시작합니다. 예: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. 형식: 개체(또는 resultType 개체가 있는 Expression).
nestingSeparator 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: 문자열(또는 resultType 문자열이 있는 식).

OrcFormat

Name Description
형식 데이터 세트 스토리지 형식의 형식입니다. 'OrcFormat'(필수)

ParquetFormat

Name Description
형식 데이터 세트 스토리지 형식의 형식입니다. 'ParquetFormat'(필수)

Textformat

Name Description
형식 데이터 세트 스토리지 형식의 형식입니다. 'TextFormat'(필수)
columnDelimiter 열 구분 기호. 형식: 문자열(또는 resultType 문자열이 있는 식).
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ)입니다. 지원되는 값을 https://msdn.microsoft.com/library/system.text.encoding.aspx설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ( 열)를 참조하세요. 형식: 문자열(또는 resultType 문자열이 있는 식).
escapeChar 이스케이프 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 데이터의 첫 번째 행으로 출력에 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
nullValue null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
quoteChar 따옴표 문자입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
rowDelimiter 행 구분 기호입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
skipLineCount 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수의 식).
treatEmptyAsNull 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

AvroDataset

Name Description
형식 데이터 세트의 형식입니다. 'Avro'(필수)
typeProperties Avro 데이터 세트 속성입니다. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description
avroCompressionCodec 데이터 avroCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
avroCompressionLevel int

제약 조건:
최소값 = 1
최대값 = 9
위치 avro 스토리지의 위치입니다. DatasetLocation (필수)

DatasetLocation

Name Description
fileName 데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
folderPath 데이터 세트의 폴더 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
형식 개체 형식 설정 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (필수)

AmazonS3CompatibleLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AmazonS3CompatibleLocation'(필수)
bucketName Amazon S3 호환의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Amazon S3 호환 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AmazonS3Location

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AmazonS3Location'(필수)
bucketName amazon S3의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 amazon S3 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobFSLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureBlobFSLocation'(필수)
fileSystem azure BlobFS의 fileSystem을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureBlobStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureBlobStorageLocation'(필수)
container Azure Blob의 컨테이너를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureDataLakeStoreLocation'(필수)

AzureFileStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'AzureFileStorageLocation'(필수)

FileServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'FileServerLocation'(필수)

FtpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'FtpServerLocation'(필수)

GoogleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'GoogleCloudStorageLocation'(필수)
bucketName Google Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Google Cloud Storage 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

HdfsLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'HdfsLocation'(필수)

HttpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'HttpServerLocation'(필수)
relativeUrl http 서버의 relativeUrl을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)

LakeHouseLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'LakeHouseLocation'(필수)

OracleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'OracleCloudStorageLocation'(필수)
bucketName Oracle Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Oracle Cloud Storage의 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

SftpLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. 'SftpLocation'(필수)

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlob'(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. 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

Name Description
형식 데이터 세트의 형식입니다. 'AzureBlobFSFile'(필수)
typeProperties 데이터 세트 속성을 Azure Data Lake Storage Gen2. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. 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

Name Description
형식 데이터 세트의 형식입니다. 'AzureDatabricksDeltaLakeDataset'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description
데이터베이스 델타 테이블의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 델타 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataExplorerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataExplorerTable'(필수)
typeProperties Azure Data Explorer(Kusto) 데이터 세트 속성입니다. AzureDataExplorerDatasetTypeProperties (필수)

AzureDataExplorerDatasetTypeProperties

Name Description
테이블 Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureDataLakeStoreFile'(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 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

Name Description
형식 데이터 세트의 형식입니다. 'AzureMariaDBTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureMySqlTable'(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
테이블 Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzurePostgreSqlTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description
스키마 Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSearchIndex'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlDWTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Name Description
스키마 Azure SQL Data Warehouse 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure SQL Data Warehouse 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureSqlMITableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlMITable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL Managed Instance. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Name Description
스키마 Azure SQL Managed Instance 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureSqlTable'(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Name Description
스키마 Azure SQL 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Azure SQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'AzureTable'(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

BinaryDataset

Name Description
형식 데이터 세트의 형식입니다. 'Binary'(필수)
typeProperties 이진 데이터 세트 속성입니다. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description
압축 이진 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
위치 이진 스토리지의 위치입니다. DatasetLocation (필수)

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CassandraTable'(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CommonDataServiceForAppsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'CommonDataServiceForAppsEntity'(필수)
typeProperties 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ConcurObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'CosmosDbMongoDbApiCollection'(필수)
typeProperties CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. CosmosDbMongoDbApiCollectionDatasetTypeProperties (필수)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description
collection CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CosmosDbSqlApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'CosmosDbSqlApiCollection'(필수)
typeProperties CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. CosmosDbSqlApiCollectionDatasetTypeProperties (필수)

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description
collectionName CosmosDB(SQL API) 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'CouchbaseTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CustomDataset

Name Description
형식 데이터 세트의 형식입니다. 'CustomDataset'(필수)
typeProperties 사용자 지정 데이터 세트 속성입니다.

Db2TableDataset

Name Description
형식 데이터 세트의 형식입니다. 'Db2Table'(필수)
typeProperties Db2 테이블 데이터 세트 속성입니다. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Name Description
스키마 Db2 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Db2 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

DelimitedTextDataset

Name Description
형식 데이터 세트의 형식입니다. 'DelimitedText'(필수)
typeProperties 구분된 텍스트 데이터 세트 속성입니다. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Name Description
columnDelimiter 열 구분 기호. 형식: string(또는 resultType 문자열이 있는 식).
compressionCodec 데이터 압축Codec입니다. 형식: string(또는 resultType 문자열이 있는 식).
compressionLevel DelimitedText에 사용되는 데이터 압축 방법입니다.
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식).
escapeChar 이스케이프 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
위치 구분된 텍스트 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식).
quoteChar 따옴표 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
rowDelimiter 행 구분 기호입니다. 형식: string(또는 resultType 문자열이 있는 식).

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'DocumentDbCollection'(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName 문서 데이터베이스 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'DrillTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Name Description
스키마 드릴의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 드릴의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

DynamicsAXResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsAXResource'(필수)
typeProperties Dynamics AX OData 리소스 데이터 세트 속성. DynamicsAXResourceDatasetTypeProperties (필수)

DynamicsAXResourceDatasetTypeProperties

Name Description
path Dynamics AX OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

DynamicsCrmEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsCrmEntity'(필수)
typeProperties Dynamics CRM 엔터티 데이터 세트 속성입니다. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. 'DynamicsEntity'(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'EloquaObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ExcelDataset

Name Description
형식 데이터 세트의 형식입니다. 'Excel'(필수)
typeProperties Excel 데이터 세트 속성입니다. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
위치 Excel 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식).
range 한 시트의 부분 데이터입니다. 형식: string(또는 resultType 문자열이 있는 식).
sheetIndex excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수가 있는 식)
sheetName excel 파일의 시트 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. 'FileShare'(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).
format 파일의 형식입니다. DatasetStorageFormat
modifiedDatetimeEnd 파일의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).

GoogleAdWordsObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleAdWordsObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Google BigQuery의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다.

GoogleBigQueryV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'GoogleBigQueryV2Object'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Google BigQuery의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'GreenplumTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Name Description
스키마 Greenplum의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Greenplum의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HBaseObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HiveObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Name Description
스키마 Hive의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Hive의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. 'HttpFile'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다.
requestBody HTTP 요청의 본문입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: string(또는 resultType 문자열이 있는 식).

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'HubspotObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ImpalaObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Name Description
스키마 Impala의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Impala의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

InformixTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'InformixTable'(필수)
typeProperties Informix 테이블 데이터 세트 속성입니다. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description
tableName Informix 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'JiraObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

JsonDataset

Name Description
형식 데이터 세트의 형식입니다. 'Json'(필수)
typeProperties Json 데이터 세트 속성입니다. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식).
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)

LakeHouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'LakeHouseTable'(필수)
typeProperties Microsoft Fabric LakeHouse 테이블 데이터 세트 속성입니다. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description
테이블 Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MagentoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MariaDBTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'MarketoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MicrosoftAccessTable'(필수)
typeProperties Microsoft Access 테이블 데이터 세트 속성. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description
tableName Microsoft Access 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbAtlasCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbAtlasCollection'(필수)
typeProperties MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. MongoDbAtlasCollectionDatasetTypeProperties (필수)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description
collection MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbCollection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MongoDbV2CollectionDataset

Name Description
형식 데이터 세트의 형식입니다. 'MongoDbV2Collection'(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbV2CollectionDatasetTypeProperties (필수)

MongoDbV2CollectionDatasetTypeProperties

Name Description
collection MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

MySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'MySqlTable'(필수)
typeProperties MySQL 테이블 데이터 세트 속성입니다. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description
tableName MySQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'NetezzaTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Name Description
스키마 Netezza의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Netezza의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'ODataResource'(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OdbcTable'(필수)
typeProperties ODBC 테이블 데이터 세트 속성입니다. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description
tableName ODBC 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

Office365Dataset

Name Description
형식 데이터 세트의 형식입니다. 'Office365Table'(필수)
typeProperties Office365 데이터 세트 속성. Office365DatasetTypeProperties (필수)

Office365DatasetTypeProperties

Name Description
predicate Office 365에서 추출하기 위해 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName Office 365에서 추출할 데이터 세트의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleServiceCloudObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'OracleTable'(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Name Description
스키마 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

OrcDataset

Name Description
형식 데이터 세트의 형식입니다. 'Orc'(필수)
typeProperties ORC 데이터 세트 속성입니다. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description
위치 ORC 데이터 스토리지의 위치입니다. DatasetLocation (필수)
orcCompressionCodec 데이터 orcCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ParquetDataset

Name Description
형식 데이터 세트의 형식입니다. 'Parquet'(필수)
typeProperties Parquet 데이터 세트 속성입니다. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description
compressionCodec 데이터 압축Codec입니다. 형식: string(또는 resultType 문자열이 있는 식).
위치 parquet 스토리지의 위치입니다. DatasetLocation (필수)

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PaypalObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PhoenixObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Name Description
스키마 Phoenix의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Phoenix의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

PostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'PostgreSqlTable'(필수)
typeProperties PostgreSQL 테이블 데이터 세트 속성입니다. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 PostgreSQL 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

PostgreSqlV2TableDataset

Name Description
형식 데이터 세트의 형식입니다. 'PostgreSqlV2Table'(필수)
typeProperties PostgreSQLV2 테이블 데이터 세트 속성입니다. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 PostgreSQL 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'PrestoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Name Description
스키마 Presto의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Presto의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'QuickBooksObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'RelationalTable'(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ResponsysObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RestResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'RestResource'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API가 제공하는 리소스에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description
{사용자 지정 속성}

RestResourceDatasetTypePropertiesPaginationRules

Name Description
{사용자 지정 속성}

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceMarketingCloudObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceObject'(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceServiceCloudObject'(필수)
typeProperties Salesforce Service Cloud 개체 데이터 세트 속성입니다. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceServiceCloudV2Object'(필수)
typeProperties Salesforce Service Cloud V2 개체 데이터 세트 속성입니다. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud V2 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
reportId Salesforce Service Cloud V2 reportId입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SalesforceV2Object'(필수)
typeProperties Salesforce V2 개체 데이터 세트 속성입니다. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce V2 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
reportId Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다.

SapBwCubeDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapBwCube'(필수)

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapCloudForCustomerResource'(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapEccResource'(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성입니다. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapHanaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapHanaTable'(필수)
typeProperties SAP HANA 테이블 속성. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description
스키마 SAP HANA의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 SAP HANA의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOdpResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapOdpResource'(필수)
typeProperties SAP ODP 리소스 속성. SapOdpResourceDatasetTypeProperties (필수)

SapOdpResourceDatasetTypeProperties

Name Description
컨텍스트 SAP ODP 개체의 컨텍스트입니다. 형식: string(또는 resultType 문자열이 있는 식).
Objectname SAP ODP 개체의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOpenHubTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapOpenHubTable'(필수)
typeProperties Sap Business Warehouse Open Hub 대상 테이블 속성입니다. SapOpenHubTableDatasetTypeProperties (필수)

SapOpenHubTableDatasetTypeProperties

Name Description
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식).
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
openHubDestinationName 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTableResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SapTableResource'(필수)
typeProperties SAP 테이블 리소스 속성입니다. SapTableResourceDatasetTypeProperties (필수)

SapTableResourceDatasetTypeProperties

Name Description
tableName SAP 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ServiceNowV2Object'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Name Description
형식 데이터 세트의 형식입니다. 'SharePointOnlineListResource'(필수)
typeProperties Sharepoint Online 목록 데이터 세트 속성입니다. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Name Description
listName SharePoint Online 목록의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ShopifyObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SnowflakeDataset

Name Description
형식 데이터 세트의 형식입니다. 'SnowflakeTable'(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SnowflakeDatasetTypeProperties

Name Description
스키마 Snowflake 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Snowflake 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SnowflakeV2Dataset

Name Description
형식 데이터 세트의 형식입니다. 'SnowflakeV2Table'(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SparkObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Name Description
스키마 Spark의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Spark의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SqlServerTable'(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'SquareObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SybaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'SybaseTable'(필수)
typeProperties Sybase 테이블 데이터 세트 속성입니다. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description
tableName Sybase 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

TeradataTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'TeradataTable'(필수)
typeProperties Teradata 데이터 세트 속성입니다. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description
데이터베이스 Teradata의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Teradata의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'VerticaTable'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Name Description
스키마 Vertica의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Vertica의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

WarehouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WarehouseTable'(필수)
typeProperties Microsoft Fabric Warehouse 데이터 세트 속성. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description
스키마 Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. 'WebTable'(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수의 식), 최소: 0.
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'XeroObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

XmlDataset

Name Description
형식 데이터 세트의 형식입니다. 'Xml'(필수)
typeProperties Xml 데이터 세트 속성입니다. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: 문자열(또는 resultType 문자열이 있는 식).
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. 'ZohoObject'(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플릿 Description
Azure Data Factory 추가 가능 - 한 번 클릭하여 Azure Data Factory

Azure에 배포
이 템플릿은 Azure Blob에서 다른 Azure Blob으로의 복사 작업에 대한 데이터 팩터리 파이프라인을 만듭니다.
Data Factory 만들기, Salesforce에서 Blob으로 복사

Azure에 배포
이 템플릿은 Azure Data Factory 사용하여 Salesforce에서 Azure Blob으로 데이터 이동을 수행합니다.
Azure Data Factory 사용하여 대량 복사

Azure에 배포
이 템플릿은 Azure SQL 데이터베이스의 데이터를 Azure SQL 데이터 웨어하우스에 대량으로 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 스토리지의 다른 폴더로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(MySQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for MySQL 테이블에 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(PostGre)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure Database for PostgreSQL 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL)

Azure에 배포
이 템플릿은 Azure Blob Storage 폴더에서 Azure SQL 데이터베이스의 테이블로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.
V2 데이터 팩터리 만들기(SQL 온-프레미스)

Azure에 배포
이 템플릿은 온-프레미스 SQL Server Azure Blob Storage로 데이터를 복사하는 V2 데이터 팩터리를 만듭니다.

Terraform(AzAPI 공급자) 리소스 정의

팩터리/데이터 세트 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 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
    }
  })
}

데이터 세트 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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 = {}

이진 파일의 경우 다음을 사용합니다.

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

CassandraTable의 경우 다음을 사용합니다.

  type = "CassandraTable"
  typeProperties = {}

CommonDataServiceForAppsEntity의 경우 다음을 사용합니다.

  type = "CommonDataServiceForAppsEntity"
  typeProperties = {}

ConcurObject의 경우 다음을 사용합니다.

  type = "ConcurObject"
  typeProperties = {}

CosmosDbMongoDbApiCollection의 경우 다음을 사용합니다.

  type = "CosmosDbMongoDbApiCollection"
  typeProperties = {}

CosmosDbSqlApiCollection의 경우 다음을 사용합니다.

  type = "CosmosDbSqlApiCollection"
  typeProperties = {}

CouchbaseTable의 경우 다음을 사용합니다.

  type = "CouchbaseTable"
  typeProperties = {}

CustomDataset의 경우 다음을 사용합니다.

  type = "CustomDataset"

Db2Table의 경우 다음을 사용합니다.

  type = "Db2Table"
  typeProperties = {}

DelimitedText의 경우 다음을 사용합니다.

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

DocumentDbCollection의 경우 다음을 사용합니다.

  type = "DocumentDbCollection"
  typeProperties = {}

DrillTable의 경우 다음을 사용합니다.

  type = "DrillTable"
  typeProperties = {}

DynamicsAXResource의 경우 다음을 사용합니다.

  type = "DynamicsAXResource"
  typeProperties = {}

DynamicsCrmEntity의 경우 다음을 사용합니다.

  type = "DynamicsCrmEntity"
  typeProperties = {}

DynamicsEntity의 경우 다음을 사용합니다.

  type = "DynamicsEntity"
  typeProperties = {}

EloquaObject의 경우 다음을 사용합니다.

  type = "EloquaObject"
  typeProperties = {}

Excel의 경우 다음을 사용합니다.

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

FileShare의 경우 다음을 사용합니다.

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

GoogleAdWordsObject의 경우 다음을 사용합니다.

  type = "GoogleAdWordsObject"
  typeProperties = {}

GoogleBigQueryObject의 경우 다음을 사용합니다.

  type = "GoogleBigQueryObject"
  typeProperties = {}

GoogleBigQueryV2Object의 경우 다음을 사용합니다.

  type = "GoogleBigQueryV2Object"
  typeProperties = {}

GreenplumTable의 경우 다음을 사용합니다.

  type = "GreenplumTable"
  typeProperties = {}

HBaseObject의 경우 다음을 사용합니다.

  type = "HBaseObject"
  typeProperties = {}

HiveObject의 경우 다음을 사용합니다.

  type = "HiveObject"
  typeProperties = {}

HttpFile의 경우 다음을 사용합니다.

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

HubspotObject의 경우 다음을 사용합니다.

  type = "HubspotObject"
  typeProperties = {}

ImpalaObject의 경우 다음을 사용합니다.

  type = "ImpalaObject"
  typeProperties = {}

InformixTable의 경우 다음을 사용합니다.

  type = "InformixTable"
  typeProperties = {}

JiraObject의 경우 다음을 사용합니다.

  type = "JiraObject"
  typeProperties = {}

Json의 경우 다음을 사용합니다.

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

LakeHouseTable의 경우 다음을 사용합니다.

  type = "LakeHouseTable"
  typeProperties = {}

MagentoObject의 경우 다음을 사용합니다.

  type = "MagentoObject"
  typeProperties = {}

MariaDBTable의 경우 다음을 사용합니다.

  type = "MariaDBTable"
  typeProperties = {}

MarketoObject의 경우 다음을 사용합니다.

  type = "MarketoObject"
  typeProperties = {}

MicrosoftAccessTable의 경우 다음을 사용합니다.

  type = "MicrosoftAccessTable"
  typeProperties = {}

MongoDbAtlasCollection의 경우 다음을 사용합니다.

  type = "MongoDbAtlasCollection"
  typeProperties = {}

MongoDbCollection의 경우 다음을 사용합니다.

  type = "MongoDbCollection"
  typeProperties = {}

MongoDbV2Collection의 경우 다음을 사용합니다.

  type = "MongoDbV2Collection"
  typeProperties = {}

MySqlTable의 경우 다음을 사용합니다.

  type = "MySqlTable"
  typeProperties = {}

NetezzaTable의 경우 다음을 사용합니다.

  type = "NetezzaTable"
  typeProperties = {}

ODataResource의 경우 다음을 사용합니다.

  type = "ODataResource"
  typeProperties = {}

OdbcTable의 경우 다음을 사용합니다.

  type = "OdbcTable"
  typeProperties = {}

Office365Table의 경우 다음을 사용합니다.

  type = "Office365Table"
  typeProperties = {}

OracleServiceCloudObject의 경우 다음을 사용합니다.

  type = "OracleServiceCloudObject"
  typeProperties = {}

OracleTable의 경우 다음을 사용합니다.

  type = "OracleTable"
  typeProperties = {}

Orc의 경우 다음을 사용합니다.

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

Parquet의 경우 다음을 사용합니다.

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

PaypalObject의 경우 다음을 사용합니다.

  type = "PaypalObject"
  typeProperties = {}

PhoenixObject의 경우 다음을 사용합니다.

  type = "PhoenixObject"
  typeProperties = {}

PostgreSqlTable의 경우 다음을 사용합니다.

  type = "PostgreSqlTable"
  typeProperties = {}

PostgreSqlV2Table의 경우 다음을 사용합니다.

  type = "PostgreSqlV2Table"
  typeProperties = {}

PrestoObject의 경우 다음을 사용합니다.

  type = "PrestoObject"
  typeProperties = {}

QuickBooksObject의 경우 다음을 사용합니다.

  type = "QuickBooksObject"
  typeProperties = {}

RelationalTable의 경우 다음을 사용합니다.

  type = "RelationalTable"
  typeProperties = {}

ResponsysObject의 경우 다음을 사용합니다.

  type = "ResponsysObject"
  typeProperties = {}

RestResource의 경우 다음을 사용합니다.

  type = "RestResource"
  typeProperties = {
    additionalHeaders = {}
    paginationRules = {}
  }

SalesforceMarketingCloudObject의 경우 다음을 사용합니다.

  type = "SalesforceMarketingCloudObject"
  typeProperties = {}

SalesforceObject의 경우 다음을 사용합니다.

  type = "SalesforceObject"
  typeProperties = {}

SalesforceServiceCloudObject의 경우 다음을 사용합니다.

  type = "SalesforceServiceCloudObject"
  typeProperties = {}

SalesforceServiceCloudV2Object의 경우 다음을 사용합니다.

  type = "SalesforceServiceCloudV2Object"
  typeProperties = {}

SalesforceV2Object의 경우 다음을 사용합니다.

  type = "SalesforceV2Object"
  typeProperties = {}

SapBwCube의 경우 다음을 사용합니다.

  type = "SapBwCube"

SapCloudForCustomerResource의 경우 다음을 사용합니다.

  type = "SapCloudForCustomerResource"
  typeProperties = {}

SapEccResource의 경우 다음을 사용합니다.

  type = "SapEccResource"
  typeProperties = {}

SapHanaTable의 경우 다음을 사용합니다.

  type = "SapHanaTable"
  typeProperties = {}

SapOdpResource의 경우 다음을 사용합니다.

  type = "SapOdpResource"
  typeProperties = {}

SapOpenHubTable의 경우 다음을 사용합니다.

  type = "SapOpenHubTable"
  typeProperties = {}

SapTableResource의 경우 다음을 사용합니다.

  type = "SapTableResource"
  typeProperties = {}

ServiceNowObject의 경우 다음을 사용합니다.

  type = "ServiceNowObject"
  typeProperties = {}

ServiceNowV2Object의 경우 다음을 사용합니다.

  type = "ServiceNowV2Object"
  typeProperties = {}

SharePointOnlineListResource의 경우 다음을 사용합니다.

  type = "SharePointOnlineListResource"
  typeProperties = {}

ShopifyObject의 경우 다음을 사용합니다.

  type = "ShopifyObject"
  typeProperties = {}

SnowflakeTable의 경우 다음을 사용합니다.

  type = "SnowflakeTable"
  typeProperties = {}

SnowflakeV2Table의 경우 다음을 사용합니다.

  type = "SnowflakeV2Table"
  typeProperties = {}

SparkObject의 경우 다음을 사용합니다.

  type = "SparkObject"
  typeProperties = {}

SqlServerTable의 경우 다음을 사용합니다.

  type = "SqlServerTable"
  typeProperties = {}

SquareObject의 경우 다음을 사용합니다.

  type = "SquareObject"
  typeProperties = {}

SybaseTable의 경우 다음을 사용합니다.

  type = "SybaseTable"
  typeProperties = {}

TeradataTable의 경우 다음을 사용합니다.

  type = "TeradataTable"
  typeProperties = {}

VerticaTable의 경우 다음을 사용합니다.

  type = "VerticaTable"
  typeProperties = {}

WarehouseTable의 경우 다음을 사용합니다.

  type = "WarehouseTable"
  typeProperties = {}

WebTable의 경우 다음을 사용합니다.

  type = "WebTable"
  typeProperties = {}

XeroObject의 경우 다음을 사용합니다.

  type = "XeroObject"
  typeProperties = {}

Xml의 경우 다음을 사용합니다.

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

ZohoObject의 경우 다음을 사용합니다.

  type = "ZohoObject"
  typeProperties = {}

DatasetStorageFormat 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

AvroFormat의 경우 다음을 사용합니다.

  type = "AvroFormat"

JsonFormat의 경우 다음을 사용합니다.

  type = "JsonFormat"

OrcFormat의 경우 다음을 사용합니다.

  type = "OrcFormat"

ParquetFormat의 경우 다음을 사용합니다.

  type = "ParquetFormat"

TextFormat의 경우 다음을 사용합니다.

  type = "TextFormat"

DatasetLocation 개체

형식 속성을 설정하여 개체의 형식을 지정합니다.

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

Name Description
형식 리소스 종류 "Microsoft.DataFactory/factories/datasets@2018-06-01"
name 리소스 이름 string(필수)

문자 제한: 1-260

유효한 문자:
다음을 사용할 수 없습니다.
<>*#.%&:\\+?/- 또는 제어 문자

영숫자로 시작합니다.
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 팩터리
properties 데이터 세트 속성. 데이터 세트 (필수)

데이터 세트

Name Description
주석 데이터 세트를 설명하는 데 사용할 수 있는 태그 목록입니다. any[]
description 데이터 세트 설명입니다. 문자열
폴더 이 데이터 세트가 있는 폴더입니다. 지정하지 않으면 데이터 세트가 루트 수준에 표시됩니다. DatasetFolder
linkedServiceName 연결된 서비스 참조입니다. LinkedServiceReference (필수)
매개 변수 데이터 세트에 대한 매개 변수입니다. ParameterDefinitionSpecification
스키마 데이터 세트의 실제 형식 스키마를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetSchemaDataElement.
structure 데이터 세트의 구조를 정의하는 열입니다. 형식: array(또는 resultType 배열이 있는 식), itemType: DatasetDataElement.
형식 개체 유형 설정 AmazonMWSObject로 설정해야 합니다.
AmazonRdsForOracleTable
AmazonRdsForSqlServerTable
AmazonRedshiftTable
AmazonS3Object
Avro
AzureBlob
AzureBlobFSFile
AzureDatabricksDeltaLakeDataset
AzureDataExplorerTable
AzureDataLakeStoreFile로 설정해야 합니다.
AzureMariaDBTable
AzureMySqlTable
AzurePostgreSqlTable
AzureSearchIndex
AzureSqlDWTable
AzureSqlMITable
AzureSqlTable
AzureTable
이진
CassandraTable
CommonDataServiceForAppsEntity
ConcurObject
CosmosDbMongoDbApiCollection
CosmosDbSqlApiCollection
CouchbaseTable
CustomDataset
Db2Table
DelimitedText
DocumentDbCollection
DrillTable
DynamicsAXResource
DynamicsCrmEntity
DynamicsEntity
EloquaObject
Excel
Fileshare
GoogleAdWordsObject
GoogleBigQueryObject
GoogleBigQueryV2Object
GreenplumTable
HBaseObject
HiveObject로 설정해야 합니다.
HttpFile
HubspotObject
ImpalaObject
InformixTable
JiraObject
Json
LakeHouseTable
MagentoObject
MariaDBTable
MarketoObject
MicrosoftAccessTable
MongoDbAtlasCollection
MongoDbCollection
MongoDbV2Collection
MySqlTable
NetezzaTable
ODataResource
OdbcTable
Office365Table
OracleServiceCloudObject
OracleTable
오크
Parquet
PaypalObject
PhoenixObject
PostgreSqlTable
PostgreSqlV2Table
PrestoObject
QuickBooksObject
RelationalTable
ResponsysObject
RestResource
SalesforceMarketingCloudObject
SalesforceObject
SalesforceServiceCloudObject
SalesforceServiceCloudV2Object
SalesforceV2Object
SapBwCube
SapCloudForCustomerResource
SapEccResource
SapHanaTable
SapOdpResource
SapOpenHubTable
SapTableResource
ServiceNowObject
ServiceNowV2Object
SharePointOnlineListResource
ShopifyObject
SnowflakeTable
SnowflakeV2Table
SparkObject
SqlServerTable
SquareObject
SybaseTable
TeradataTable
VerticaTable
WarehouseTable
WebTable
XeroObject
Xml
ZohoObject (필수)

DatasetFolder

Name Description
name 이 데이터 세트가 있는 폴더의 이름입니다. string

LinkedServiceReference

Name Description
매개 변수 LinkedService에 대한 인수입니다. ParameterValueSpecification
referenceName LinkedService 이름을 참조합니다. string(필수)
형식 연결된 서비스 참조 형식입니다. "LinkedServiceReference"(필수)

ParameterValueSpecification

Name Description
{customized property}

ParameterDefinitionSpecification

Name Description
{customized property} ParameterSpecification

ParameterSpecification

Name Description
defaultValue 매개 변수의 기본값입니다.
형식 매개 변수 유형입니다. "Array"
"Bool"
"Float"
"Int"
"Object"
"SecureString"
"String"(필수)

AmazonMWSObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonMWSObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GenericDatasetTypeProperties

Name Description
tableName 테이블 이름. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRdsForOracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonRdsForOracleTable"(필수)
typeProperties AmazonRdsForOracle 데이터 세트 속성입니다. AmazonRdsForOracleTableDatasetTypeProperties

AmazonRdsForOracleTableDatasetTypeProperties

Name Description
스키마 AmazonRdsForOracle 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 AmazonRdsForOracle 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRdsForSqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonRdsForSqlServerTable"(필수)
typeProperties SQL Server 데이터 세트 속성에 대한 Amazon RDS입니다. AmazonRdsForSqlServerTableDatasetTypeProperties

AmazonRdsForSqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonRedshiftTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonRedshiftTable"(필수)
typeProperties Amazon Redshift 테이블 데이터 세트 속성. AmazonRedshiftTableDatasetTypeProperties

AmazonRedshiftTableDatasetTypeProperties

Name Description
스키마 Amazon Redshift 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Amazon Redshift 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AmazonS3Dataset

Name Description
형식 데이터 세트의 형식입니다. "AmazonS3Object"(필수)
typeProperties Amazon S3 데이터 세트 속성. AmazonS3DatasetTypeProperties (필수)

AmazonS3DatasetTypeProperties

Name Description
bucketName Amazon S3 버킷의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
압축 Amazon S3 개체에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
key Amazon S3 개체의 키입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeEnd S3 개체의 수정된 날짜/시간의 끝입니다. 형식: string(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart S3 개체의 수정된 날짜/시간의 시작입니다. 형식: string(또는 resultType 문자열이 있는 식).
접두사 S3 개체 이름에 대한 접두사 필터입니다. 형식: string(또는 resultType 문자열이 있는 식).
버전 S3 개체의 버전입니다. 형식: string(또는 resultType 문자열이 있는 식).

DatasetCompression

Name Description
수준 데이터 세트 압축 수준입니다. 형식: string(또는 resultType 문자열이 있는 식).
형식 데이터 세트 압축의 유형입니다. 형식: string(또는 resultType 문자열이 있는 식).
{customized property}

DatasetStorageFormat

Name Description
디 시리얼 라이저 디 시리얼 라이저. 형식: string(또는 resultType 문자열이 있는 식).
직렬 변환기 Serializer. 형식: string(또는 resultType 문자열이 있는 식).
형식 개체 유형 설정 AvroFormat
JsonFormat
OrcFormat
ParquetFormat
TextFormat (필수)

AvroFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. "AvroFormat"(필수)

JsonFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. "JsonFormat"(필수)
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 제공되지 않은 경우 BOM(바이트 순서 표시)이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 'utf-8'입니다. 지원되는 값의 전체 목록은 다음 참조 https://go.microsoft.com/fwlink/?linkid=861078에서 인코딩 테이블의 'Name' 열에서 찾을 수 있습니다. 형식: string(또는 resultType 문자열이 있는 식).
filePattern JSON의 파일 패턴입니다. 좀 더 구체적으로 말하자면 JSON 개체 컬렉션을 분리하는 방법입니다. 기본값은 'setOfObjects'입니다. 이 대/소문자 구분 합니다.
jsonNodeReference 평면화할 JSON 배열 요소의 JSONPath입니다. 예: "$. ArrayPath". 형식: string(또는 resultType 문자열이 있는 식).
jsonPathDefinition JSON 파일에서 데이터를 추출하기 위해 사용자 지정된 열 이름을 사용하여 각 열 매핑에 대한 JSONPath 정의입니다. 루트 개체 아래의 필드의 경우 "$"로 시작합니다. jsonNodeReference 속성에서 선택한 배열 내 필드의 경우 배열 요소에서 시작합니다. 예: {"Column1": "$. Column1Path", "Column2": "Column2PathInArray"}. Type: object(또는 resultType 개체가 있는 Expression).
nestingSeparator 중첩 수준을 구분하는 데 사용되는 문자입니다. 기본값은 '.'입니다. (점). 형식: string(또는 resultType 문자열이 있는 식).

OrcFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. "OrcFormat"(필수)

ParquetFormat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. "ParquetFormat"(필수)

Textformat

Name Description
형식 데이터 세트 스토리지 형식의 유형입니다. "TextFormat"(필수)
columnDelimiter 열 구분 기호. 형식: string(또는 resultType 문자열이 있는 식).
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 ΣÇ£utf-8ΣÇ)입니다. 지원되는 값을 https://msdn.microsoft.com/library/system.text.encoding.aspx설정하려면 다음 링크에서 테이블의 ΣÇ£NameΣÇ( 열을 참조하세요. 형식: string(또는 resultType 문자열이 있는 식).
escapeChar 이스케이프 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식).
quoteChar 따옴표 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
rowDelimiter 행 구분 기호입니다. 형식: string(또는 resultType 문자열이 있는 식).
skipLineCount 텍스트 파일을 구문 분석할 때 건너뛸 줄/행의 수입니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식).
treatEmptyAsNull 텍스트 파일의 빈 열 값을 null로 처리합니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).

AvroDataset

Name Description
형식 데이터 세트의 형식입니다. "Avro"(필수)
typeProperties Avro 데이터 세트 속성입니다. AvroDatasetTypeProperties

AvroDatasetTypeProperties

Name Description
avroCompressionCodec 데이터 avroCompressionCodec입니다. 형식: string(또는 resultType 문자열이 있는 식).
avroCompressionLevel int

제약 조건:
최소값 = 1
최대값 = 9
위치 avro 스토리지의 위치입니다. DatasetLocation (필수)

DatasetLocation

Name Description
fileName 데이터 세트의 파일 이름을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).
folderPath 데이터 세트의 폴더 경로를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
형식 개체 유형 설정 AmazonS3CompatibleLocation
AmazonS3Location
AzureBlobFSLocation
AzureBlobStorageLocation
AzureDataLakeStoreLocation
AzureFileStorageLocation
FileServerLocation
FtpServerLocation
GoogleCloudStorageLocation
HdfsLocation
HttpServerLocation
LakeHouseLocation
OracleCloudStorageLocation
SftpLocation (필수)

AmazonS3CompatibleLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AmazonS3CompatibleLocation"(필수)
bucketName Amazon S3 Compatible의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Amazon S3 호환 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

AmazonS3Location

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AmazonS3Location"(필수)
bucketName amazon S3의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 amazon S3의 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobFSLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AzureBlobFSLocation"(필수)
fileSystem azure BlobFS의 fileSystem을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureBlobStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AzureBlobStorageLocation"(필수)
container Azure Blob의 컨테이너를 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AzureDataLakeStoreLocation"(필수)

AzureFileStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "AzureFileStorageLocation"(필수)

FileServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "FileServerLocation"(필수)

FtpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "FtpServerLocation"(필수)

GoogleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "GoogleCloudStorageLocation"(필수)
bucketName Google Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Google Cloud Storage 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

HdfsLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "HdfsLocation"(필수)

HttpServerLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "HttpServerLocation"(필수)
relativeUrl http 서버의 relativeUrl을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)

LakeHouseLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "LakeHouseLocation"(필수)

OracleCloudStorageLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "OracleCloudStorageLocation"(필수)
bucketName Oracle Cloud Storage의 bucketName을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식)
버전 Oracle Cloud Storage의 버전을 지정합니다. 형식: string(또는 resultType 문자열이 있는 식).

SftpLocation

Name Description
형식 데이터 세트 스토리지 위치의 유형입니다. "SftpLocation"(필수)

AzureBlobDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureBlob"(필수)
typeProperties Azure Blob 데이터 세트 속성. AzureBlobDatasetTypeProperties

AzureBlobDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. 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

Name Description
형식 데이터 세트의 형식입니다. "AzureBlobFSFile"(필수)
typeProperties 데이터 세트 속성을 Azure Data Lake Storage Gen2. AzureBlobFSDatasetTypeProperties

AzureBlobFSDatasetTypeProperties

Name Description
압축 Blob Storage에 사용되는 데이터 압축 방법입니다. 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

Name Description
형식 데이터 세트의 형식입니다. "AzureDatabricksDeltaLakeDataset"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureDatabricksDeltaLakeDatasetTypeProperties

AzureDatabricksDeltaLakeDatasetTypeProperties

Name Description
데이터베이스 델타 테이블의 데이터베이스 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 델타 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataExplorerTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureDataExplorerTable"(필수)
typeProperties Azure Data Explorer(Kusto) 데이터 세트 속성입니다. AzureDataExplorerDatasetTypeProperties (필수)

AzureDataExplorerDatasetTypeProperties

Name Description
테이블 Azure Data Explorer 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

AzureDataLakeStoreDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureDataLakeStoreFile"(필수)
typeProperties Azure Data Lake Store 데이터 세트 속성. AzureDataLakeStoreDatasetTypeProperties

AzureDataLakeStoreDatasetTypeProperties

Name Description
압축 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

Name Description
형식 데이터 세트의 형식입니다. "AzureMariaDBTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

AzureMySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureMySqlTable"(필수)
typeProperties Azure MySQL 데이터베이스 데이터 세트 속성. AzureMySqlTableDatasetTypeProperties (필수)

AzureMySqlTableDatasetTypeProperties

Name Description
테이블 Azure MySQL 데이터베이스 테이블의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName Azure MySQL 데이터베이스 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzurePostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzurePostgreSqlTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzurePostgreSqlTableDatasetTypeProperties

AzurePostgreSqlTableDatasetTypeProperties

Name Description
스키마 Azure PostgreSQL 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 스키마와 테이블을 모두 포함하는 Azure PostgreSQL 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSearchIndexDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSearchIndex"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. AzureSearchIndexDatasetTypeProperties (필수)

AzureSearchIndexDatasetTypeProperties

Name Description
indexName Azure Search 인덱스의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

AzureSqlDWTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSqlDWTable"(필수)
typeProperties 데이터 세트 속성을 Azure SQL Data Warehouse. AzureSqlDWTableDatasetTypeProperties

AzureSqlDWTableDatasetTypeProperties

Name Description
스키마 Azure SQL Data Warehouse 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure SQL Data Warehouse 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureSqlMITableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSqlMITable"(필수)
typeProperties 데이터 세트 속성을 Azure SQL Managed Instance. AzureSqlMITableDatasetTypeProperties

AzureSqlMITableDatasetTypeProperties

Name Description
스키마 Azure SQL Managed Instance 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Azure SQL Managed Instance 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureSqlTable"(필수)
typeProperties 데이터 세트 속성을 Azure SQL. AzureSqlTableDatasetTypeProperties

AzureSqlTableDatasetTypeProperties

Name Description
스키마 Azure SQL 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Azure SQL 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

AzureTableDataset

Name Description
형식 데이터 세트의 형식입니다. "AzureTable"(필수)
typeProperties Azure Table 데이터 세트 속성. AzureTableDatasetTypeProperties (필수)

AzureTableDatasetTypeProperties

Name Description
tableName Azure Table Storage의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

BinaryDataset

Name Description
형식 데이터 세트의 형식입니다. "Binary"(필수)
typeProperties 이진 데이터 세트 속성입니다. BinaryDatasetTypeProperties

BinaryDatasetTypeProperties

Name Description
압축 이진 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
위치 이진 스토리지의 위치입니다. DatasetLocation (필수)

CassandraTableDataset

Name Description
형식 데이터 세트의 형식입니다. "CassandraTable"(필수)
typeProperties Cassandra 데이터 세트 속성입니다. CassandraTableDatasetTypeProperties

CassandraTableDatasetTypeProperties

Name Description
keyspace Cassandra 데이터베이스의 키스페이스입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName Cassandra 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CommonDataServiceForAppsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. "CommonDataServiceForAppsEntity"(필수)
typeProperties 앱용 Common Data Service 엔터티 데이터 세트 속성입니다. CommonDataServiceForAppsEntityDatasetTypeProperties

CommonDataServiceForAppsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ConcurObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ConcurObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CosmosDbMongoDbApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "CosmosDbMongoDbApiCollection"(필수)
typeProperties CosmosDB(MongoDB API) 데이터베이스 데이터 세트 속성입니다. CosmosDbMongoDbApiCollectionDatasetTypeProperties (필수)

CosmosDbMongoDbApiCollectionDatasetTypeProperties

Name Description
collection CosmosDB(MongoDB API) 데이터베이스의 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CosmosDbSqlApiCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "CosmosDbSqlApiCollection"(필수)
typeProperties CosmosDB(SQL API) 컬렉션 데이터 세트 속성입니다. CosmosDbSqlApiCollectionDatasetTypeProperties (필수)

CosmosDbSqlApiCollectionDatasetTypeProperties

Name Description
collectionName CosmosDB(SQL API) 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

CouchbaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. "CouchbaseTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

CustomDataset

Name Description
형식 데이터 세트의 형식입니다. "CustomDataset"(필수)
typeProperties 사용자 지정 데이터 세트 속성입니다.

Db2TableDataset

Name Description
형식 데이터 세트의 형식입니다. "Db2Table"(필수)
typeProperties Db2 테이블 데이터 세트 속성입니다. Db2TableDatasetTypeProperties

Db2TableDatasetTypeProperties

Name Description
스키마 Db2 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Db2 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

DelimitedTextDataset

Name Description
형식 데이터 세트의 형식입니다. "DelimitedText"(필수)
typeProperties 구분된 텍스트 데이터 세트 속성입니다. DelimitedTextDatasetTypeProperties

DelimitedTextDatasetTypeProperties

Name Description
columnDelimiter 열 구분 기호. 형식: string(또는 resultType 문자열이 있는 식).
compressionCodec 데이터 압축Codec입니다. 형식: string(또는 resultType 문자열이 있는 식).
compressionLevel DelimitedText에 사용되는 데이터 압축 방법입니다.
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 누락된 경우 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식).
escapeChar 이스케이프 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 출력에 데이터의 첫 번째 행으로 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
위치 구분된 텍스트 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식).
quoteChar 따옴표 문자입니다. 형식: string(또는 resultType 문자열이 있는 식).
rowDelimiter 행 구분 기호입니다. 형식: string(또는 resultType 문자열이 있는 식).

DocumentDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "DocumentDbCollection"(필수)
typeProperties DocumentDB 컬렉션 데이터 세트 속성입니다. DocumentDbCollectionDatasetTypeProperties (필수)

DocumentDbCollectionDatasetTypeProperties

Name Description
collectionName 문서 데이터베이스 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

DrillTableDataset

Name Description
형식 데이터 세트의 형식입니다. "DrillTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. DrillDatasetTypeProperties

DrillDatasetTypeProperties

Name Description
스키마 드릴의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 드릴의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

DynamicsAXResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "DynamicsAXResource"(필수)
typeProperties Dynamics AX OData 리소스 데이터 세트 속성. DynamicsAXResourceDatasetTypeProperties (필수)

DynamicsAXResourceDatasetTypeProperties

Name Description
path Dynamics AX OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

DynamicsCrmEntityDataset

Name Description
형식 데이터 세트의 형식입니다. "DynamicsCrmEntity"(필수)
typeProperties Dynamics CRM 엔터티 데이터 세트 속성입니다. DynamicsCrmEntityDatasetTypeProperties

DynamicsCrmEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

DynamicsEntityDataset

Name Description
형식 데이터 세트의 형식입니다. "DynamicsEntity"(필수)
typeProperties Dynamics 엔터티 데이터 세트 속성입니다. DynamicsEntityDatasetTypeProperties

DynamicsEntityDatasetTypeProperties

Name Description
entityName 엔터티의 논리적 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

EloquaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "EloquaObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ExcelDataset

Name Description
형식 데이터 세트의 형식입니다. "Excel"(필수)
typeProperties Excel 데이터 세트 속성입니다. ExcelDatasetTypeProperties

ExcelDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
firstRowAsHeader 입력으로 사용되는 경우 데이터의 첫 번째 행을 헤더로 처리합니다. 출력으로 사용되는 경우 헤더를 데이터의 첫 번째 행으로 출력에 씁니다. 기본값은 false입니다. 형식: 부울(또는 resultType 부울이 있는 식).
위치 Excel 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
range 한 시트의 부분 데이터입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
sheetIndex excel 파일 및 기본값의 시트 인덱스는 0입니다. 형식: 정수(또는 resultType 정수의 식)
sheetName excel 파일의 시트 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

FileShareDataset

Name Description
형식 데이터 세트의 형식입니다. "FileShare"(필수)
typeProperties 온-프레미스 파일 시스템 데이터 세트 속성입니다. FileShareDatasetTypeProperties

FileShareDatasetTypeProperties

Name Description
압축 파일 시스템에 사용되는 데이터 압축 방법입니다. DatasetCompression
fileFilter 모든 파일이 아닌 folderPath의 파일 하위 집합을 선택하는데 사용할 필터를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
fileName 온-프레미스 파일 시스템의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
folderPath 온-프레미스 파일 시스템의 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
format 파일의 형식입니다. DatasetStorageFormat
modifiedDatetimeEnd 파일의 수정된 datetime의 끝입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
modifiedDatetimeStart 파일의 수정된 datetime의 시작입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

GoogleAdWordsObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "GoogleAdWordsObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

GoogleBigQueryObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "GoogleBigQueryObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryDatasetTypeProperties

GoogleBigQueryDatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 데이터베이스 + 테이블 속성을 사용하는 것이 좋습니다.

GoogleBigQueryV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "GoogleBigQueryV2Object"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GoogleBigQueryV2DatasetTypeProperties

GoogleBigQueryV2DatasetTypeProperties

Name Description
데이터 세트 Google BigQuery의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Google BigQuery의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

GreenplumTableDataset

Name Description
형식 데이터 세트의 형식입니다. "GreenplumTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GreenplumDatasetTypeProperties

GreenplumDatasetTypeProperties

Name Description
스키마 Greenplum의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Greenplum의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

HBaseObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HBaseObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

HiveObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HiveObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HiveDatasetTypeProperties

HiveDatasetTypeProperties

Name Description
스키마 Hive의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Hive의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

HttpDataset

Name Description
형식 데이터 세트의 형식입니다. "HttpFile"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. HttpDatasetTypeProperties

HttpDatasetTypeProperties

Name Description
additionalHeaders HTTP 요청에 대한 헤더입니다. 예: request-header-name-1:request-header-value-1
...
request-header-name-n:request-header-value-n Type: string(또는 resultType 문자열이 있는 식).
압축 파일에 사용되는 데이터 압축 방법입니다. DatasetCompression
format 파일 형식입니다. DatasetStorageFormat
relativeUrl HttpLinkedService의 URL을 기반으로 하는 상대 URL은 HTTP 파일 형식: 문자열(또는 resultType 문자열이 있는 식)을 참조합니다.
requestBody HTTP 요청의 본문입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
requestMethod HTTP 요청에 대한 HTTP 메서드입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

HubspotObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "HubspotObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ImpalaObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ImpalaObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. ImpalaDatasetTypeProperties

ImpalaDatasetTypeProperties

Name Description
스키마 Impala의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Impala의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

InformixTableDataset

Name Description
형식 데이터 세트의 형식입니다. "InformixTable"(필수)
typeProperties Informix 테이블 데이터 세트 속성입니다. InformixTableDatasetTypeProperties

InformixTableDatasetTypeProperties

Name Description
tableName Informix 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

JiraObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "JiraObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

JsonDataset

Name Description
형식 데이터 세트의 형식입니다. "Json"(필수)
typeProperties Json 데이터 세트 속성입니다. JsonDatasetTypeProperties

JsonDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식).
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)

LakeHouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. "LakeHouseTable"(필수)
typeProperties Microsoft Fabric LakeHouse 테이블 데이터 세트 속성입니다. LakeHouseTableDatasetTypeProperties

LakeHouseTableDatasetTypeProperties

Name Description
테이블 Microsoft Fabric LakeHouse 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MagentoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "MagentoObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MariaDBTableDataset

Name Description
형식 데이터 세트의 형식입니다. "MariaDBTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MarketoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "MarketoObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

MicrosoftAccessTableDataset

Name Description
형식 데이터 세트의 형식입니다. "MicrosoftAccessTable"(필수)
typeProperties Microsoft Access 테이블 데이터 세트 속성. MicrosoftAccessTableDatasetTypeProperties

MicrosoftAccessTableDatasetTypeProperties

Name Description
tableName Microsoft Access 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbAtlasCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "MongoDbAtlasCollection"(필수)
typeProperties MongoDB Atlas 데이터베이스 데이터 세트 속성입니다. MongoDbAtlasCollectionDatasetTypeProperties (필수)

MongoDbAtlasCollectionDatasetTypeProperties

Name Description
collection MongoDB Atlas 데이터베이스의 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbCollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "MongoDbCollection"(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbCollectionDatasetTypeProperties (필수)

MongoDbCollectionDatasetTypeProperties

Name Description
collectionName MongoDB 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MongoDbV2CollectionDataset

Name Description
형식 데이터 세트의 형식입니다. "MongoDbV2Collection"(필수)
typeProperties MongoDB 데이터베이스 데이터 세트 속성입니다. MongoDbV2CollectionDatasetTypeProperties (필수)

MongoDbV2CollectionDatasetTypeProperties

Name Description
collection MongoDB 데이터베이스의 컬렉션 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

MySqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "MySqlTable"(필수)
typeProperties MySQL 테이블 데이터 세트 속성입니다. MySqlTableDatasetTypeProperties

MySqlTableDatasetTypeProperties

Name Description
tableName MySQL 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

NetezzaTableDataset

Name Description
형식 데이터 세트의 형식입니다. "NetezzaTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. NetezzaTableDatasetTypeProperties

NetezzaTableDatasetTypeProperties

Name Description
스키마 Netezza의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Netezza의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

ODataResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "ODataResource"(필수)
typeProperties OData 데이터 세트 속성입니다. ODataResourceDatasetTypeProperties

ODataResourceDatasetTypeProperties

Name Description
path OData 리소스 경로입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OdbcTableDataset

Name Description
형식 데이터 세트의 형식입니다. "OdbcTable"(필수)
typeProperties ODBC 테이블 데이터 세트 속성입니다. OdbcTableDatasetTypeProperties

OdbcTableDatasetTypeProperties

Name Description
tableName ODBC 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

Office365Dataset

Name Description
형식 데이터 세트의 형식입니다. "Office365Table"(필수)
typeProperties Office365 데이터 세트 속성. Office365DatasetTypeProperties (필수)

Office365DatasetTypeProperties

Name Description
predicate Office 365에서 추출하기 위해 특정 행을 필터링하는 데 사용할 수 있는 조건자 식입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName Office 365에서 추출할 데이터 세트의 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

OracleServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "OracleServiceCloudObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

OracleTableDataset

Name Description
형식 데이터 세트의 형식입니다. "OracleTable"(필수)
typeProperties 온-프레미스 Oracle 데이터 세트 속성. OracleTableDatasetTypeProperties

OracleTableDatasetTypeProperties

Name Description
스키마 온-프레미스 Oracle 데이터베이스의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 온-프레미스 Oracle 데이터베이스의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

OrcDataset

Name Description
형식 데이터 세트의 형식입니다. "Orc"(필수)
typeProperties ORC 데이터 세트 속성입니다. OrcDatasetTypeProperties

OrcDatasetTypeProperties

Name Description
위치 ORC 데이터 스토리지의 위치입니다. DatasetLocation (필수)
orcCompressionCodec 데이터 orcCompressionCodec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

ParquetDataset

Name Description
형식 데이터 세트의 형식입니다. "Parquet"(필수)
typeProperties Parquet 데이터 세트 속성입니다. ParquetDatasetTypeProperties

ParquetDatasetTypeProperties

Name Description
compressionCodec 데이터 압축Codec입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
위치 parquet 스토리지의 위치입니다. DatasetLocation (필수)

PaypalObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PaypalObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

PhoenixObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PhoenixObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PhoenixDatasetTypeProperties

PhoenixDatasetTypeProperties

Name Description
스키마 Phoenix의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Phoenix의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

PostgreSqlTableDataset

Name Description
형식 데이터 세트의 형식입니다. "PostgreSqlTable"(필수)
typeProperties PostgreSQL 테이블 데이터 세트 속성입니다. PostgreSqlTableDatasetTypeProperties

PostgreSqlTableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

PostgreSqlV2TableDataset

Name Description
형식 데이터 세트의 형식입니다. "PostgreSqlV2Table"(필수)
typeProperties PostgreSQLV2 테이블 데이터 세트 속성입니다. PostgreSqlV2TableDatasetTypeProperties

PostgreSqlV2TableDatasetTypeProperties

Name Description
스키마 PostgreSQL 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 PostgreSQL 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

PrestoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "PrestoObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. PrestoDatasetTypeProperties

PrestoDatasetTypeProperties

Name Description
스키마 Presto의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Presto의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

QuickBooksObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "QuickBooksObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RelationalTableDataset

Name Description
형식 데이터 세트의 형식입니다. "RelationalTable"(필수)
typeProperties 관계형 테이블 데이터 세트 속성입니다. RelationalTableDatasetTypeProperties

RelationalTableDatasetTypeProperties

Name Description
tableName 관계형 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ResponsysObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ResponsysObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

RestResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "RestResource"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. RestResourceDatasetTypeProperties

RestResourceDatasetTypeProperties

Name Description
additionalHeaders RESTful API에 대한 요청의 추가 HTTP 헤더입니다. RestResourceDatasetTypePropertiesAdditionalHeaders
paginationRules 다음 페이지 요청을 작성하기 위한 페이지 매김 규칙입니다. RestResourceDatasetTypePropertiesPaginationRules
relativeUrl RESTful API에서 제공하는 리소스에 대한 상대 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestBody requestMethod가 POST인 경우 RESTful API에 대한 HTTP 요청 본문입니다. 형식: string(또는 resultType 문자열이 있는 식).
requestMethod RESTful API를 호출하는 데 사용되는 HTTP 메서드입니다. 기본값은 GET입니다. 형식: string(또는 resultType 문자열이 있는 식).

RestResourceDatasetTypePropertiesAdditionalHeaders

Name Description
{customized property}

RestResourceDatasetTypePropertiesPaginationRules

Name Description
{customized property}

SalesforceMarketingCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceMarketingCloudObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SalesforceObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceObject"(필수)
typeProperties Salesforce 개체 데이터 세트 속성입니다. SalesforceObjectDatasetTypeProperties

SalesforceObjectDatasetTypeProperties

Name Description
objectApiName Salesforce 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceServiceCloudObject"(필수)
typeProperties Salesforce Service Cloud 개체 데이터 세트 속성입니다. SalesforceServiceCloudObjectDatasetTypeProperties

SalesforceServiceCloudObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceServiceCloudV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceServiceCloudV2Object"(필수)
typeProperties Salesforce Service Cloud V2 개체 데이터 세트 속성입니다. SalesforceServiceCloudV2ObjectDatasetTypeProperties

SalesforceServiceCloudV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce Service Cloud V2 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
reportId Salesforce Service Cloud V2 reportId입니다. 형식: string(또는 resultType 문자열이 있는 식).

SalesforceV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SalesforceV2Object"(필수)
typeProperties Salesforce V2 개체 데이터 세트 속성입니다. SalesforceV2ObjectDatasetTypeProperties

SalesforceV2ObjectDatasetTypeProperties

Name Description
objectApiName Salesforce V2 개체 API 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
reportId Salesforce V2 보고서 ID입니다. 문자열(또는 resultType 문자열이 있는 식)을 입력합니다.

SapBwCubeDataset

Name Description
형식 데이터 세트의 형식입니다. "SapBwCube"(필수)

SapCloudForCustomerResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapCloudForCustomerResource"(필수)
typeProperties SAP Cloud For Customer OData 리소스 데이터 세트 속성. SapCloudForCustomerResourceDatasetTypeProperties (필수)

SapCloudForCustomerResourceDatasetTypeProperties

Name Description
path SAP Cloud for Customer OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapEccResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapEccResource"(필수)
typeProperties SAP ECC OData 리소스 데이터 세트 속성입니다. SapEccResourceDatasetTypeProperties (필수)

SapEccResourceDatasetTypeProperties

Name Description
path SAP ECC OData 엔터티의 경로입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapHanaTableDataset

Name Description
형식 데이터 세트의 형식입니다. "SapHanaTable"(필수)
typeProperties SAP HANA 테이블 속성. SapHanaTableDatasetTypeProperties

SapHanaTableDatasetTypeProperties

Name Description
스키마 SAP HANA의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 SAP HANA의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOdpResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapOdpResource"(필수)
typeProperties SAP ODP 리소스 속성. SapOdpResourceDatasetTypeProperties (필수)

SapOdpResourceDatasetTypeProperties

Name Description
컨텍스트 SAP ODP 개체의 컨텍스트입니다. 형식: string(또는 resultType 문자열이 있는 식).
Objectname SAP ODP 개체의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapOpenHubTableDataset

Name Description
형식 데이터 세트의 형식입니다. "SapOpenHubTable"(필수)
typeProperties Sap Business Warehouse Open Hub 대상 테이블 속성입니다. SapOpenHubTableDatasetTypeProperties (필수)

SapOpenHubTableDatasetTypeProperties

Name Description
baseRequestId 델타 로드의 요청 ID입니다. 설정하는 경우 requestId가 이 속성의 값보다 큰 데이터만 검색됩니다. 기본값은 0입니다. 형식: 정수(또는 resultType 정수가 있는 식).
excludeLastRequest 마지막 요청의 레코드를 제외할지 여부입니다. 기본값은 true입니다. 형식: 부울(또는 resultType 부울이 있는 식).
openHubDestinationName 대상 형식이 데이터베이스 테이블인 Open Hub 대상의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SapTableResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SapTableResource"(필수)
typeProperties SAP 테이블 리소스 속성입니다. SapTableResourceDatasetTypeProperties (필수)

SapTableResourceDatasetTypeProperties

Name Description
tableName SAP 테이블의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ServiceNowObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ServiceNowObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

ServiceNowV2ObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ServiceNowV2Object"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SharePointOnlineListResourceDataset

Name Description
형식 데이터 세트의 형식입니다. "SharePointOnlineListResource"(필수)
typeProperties Sharepoint Online 목록 데이터 세트 속성입니다. SharePointOnlineListDatasetTypeProperties

SharePointOnlineListDatasetTypeProperties

Name Description
listName SharePoint Online 목록의 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

ShopifyObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ShopifyObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SnowflakeDataset

Name Description
형식 데이터 세트의 형식입니다. "SnowflakeTable"(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SnowflakeDatasetTypeProperties

Name Description
스키마 Snowflake 데이터베이스의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Snowflake 데이터베이스의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

SnowflakeV2Dataset

Name Description
형식 데이터 세트의 형식입니다. "SnowflakeV2Table"(필수)
typeProperties Snowflake 데이터 세트 속성입니다. SnowflakeDatasetTypeProperties (필수)

SparkObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SparkObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. SparkDatasetTypeProperties

SparkDatasetTypeProperties

Name Description
스키마 Spark의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Spark의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

SqlServerTableDataset

Name Description
형식 데이터 세트의 형식입니다. "SqlServerTable"(필수)
typeProperties 온-프레미스 SQL Server 데이터 세트 속성입니다. SqlServerTableDatasetTypeProperties

SqlServerTableDatasetTypeProperties

Name Description
스키마 SQL Server 데이터 세트의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 SQL Server 데이터 세트의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

SquareObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "SquareObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

SybaseTableDataset

Name Description
형식 데이터 세트의 형식입니다. "SybaseTable"(필수)
typeProperties Sybase 테이블 데이터 세트 속성입니다. SybaseTableDatasetTypeProperties

SybaseTableDatasetTypeProperties

Name Description
tableName Sybase 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

TeradataTableDataset

Name Description
형식 데이터 세트의 형식입니다. "TeradataTable"(필수)
typeProperties Teradata 데이터 세트 속성입니다. TeradataTableDatasetTypeProperties

TeradataTableDatasetTypeProperties

Name Description
데이터베이스 Teradata의 데이터베이스 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Teradata의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

VerticaTableDataset

Name Description
형식 데이터 세트의 형식입니다. "VerticaTable"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. VerticaDatasetTypeProperties

VerticaDatasetTypeProperties

Name Description
스키마 Vertica의 스키마 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
테이블 Vertica의 테이블 이름입니다. 형식: 문자열(또는 resultType 문자열이 있는 식).
tableName 이 속성은 사용 중지됩니다. 대신 스키마 + 테이블 속성을 사용하는 것이 좋습니다.

WarehouseTableDataset

Name Description
형식 데이터 세트의 형식입니다. "WarehouseTable"(필수)
typeProperties Microsoft Fabric Warehouse 데이터 세트 속성. WarehouseTableDatasetTypeProperties

WarehouseTableDatasetTypeProperties

Name Description
스키마 Microsoft Fabric Warehouse의 스키마 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).
테이블 Microsoft Fabric Warehouse의 테이블 이름입니다. 형식: string(또는 resultType 문자열이 있는 식).

WebTableDataset

Name Description
형식 데이터 세트의 형식입니다. "WebTable"(필수)
typeProperties 웹 테이블 데이터 세트 속성입니다. WebTableDatasetTypeProperties (필수)

WebTableDatasetTypeProperties

Name Description
인덱스 웹 페이지에 있는 테이블의 인덱스(0부터 시작)입니다. 형식: 정수(또는 resultType 정수가 있는 식), 최소: 0.
path 연결된 서비스 URL의 웹 페이지에 대한 상대 URL입니다. 형식: string(또는 resultType 문자열이 있는 식).

XeroObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "XeroObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties

XmlDataset

Name Description
형식 데이터 세트의 형식입니다. "Xml"(필수)
typeProperties Xml 데이터 세트 속성입니다. XmlDatasetTypeProperties

XmlDatasetTypeProperties

Name Description
압축 json 데이터 세트에 사용되는 데이터 압축 방법입니다. DatasetCompression
encodingName 기본 설정 인코딩의 코드 페이지 이름입니다. 지정하지 않으면 BOM이 다른 유니코드 인코딩을 표시하지 않는 한 기본값은 UTF-8입니다. 지원되는 값을 설정하려면 다음 링크에서 테이블의 이름 열을 참조하세요 https://msdn.microsoft.com/library/system.text.encoding.aspx. 형식: string(또는 resultType 문자열이 있는 식).
위치 json 데이터 스토리지의 위치입니다. DatasetLocation (필수)
nullValue null 값 문자열입니다. 형식: string(또는 resultType 문자열이 있는 식).

ZohoObjectDataset

Name Description
형식 데이터 세트의 형식입니다. "ZohoObject"(필수)
typeProperties 이 데이터 세트 형식과 관련된 속성입니다. GenericDatasetTypeProperties