@azure/arm-datafactory 18.0.0-alpha.20250422.1 → 19.0.0-alpha.20250423.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +80 -0
- package/LICENSE +1 -1
- package/README.md +2 -4
- package/dist/browser/dataFactoryManagementClient.js +1 -1
- package/dist/browser/dataFactoryManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +7 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +258 -70
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +30 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +13 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +395 -69
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js +1 -1
- package/dist/commonjs/dataFactoryManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +7 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +258 -70
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +33 -3
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +13 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +408 -82
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/esm/dataFactoryManagementClient.js +1 -1
- package/dist/esm/dataFactoryManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +7 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +258 -70
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +30 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +13 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +395 -69
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/react-native/dataFactoryManagementClient.js +1 -1
- package/dist/react-native/dataFactoryManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +7 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +258 -70
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +30 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +13 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +395 -69
- package/dist/react-native/models/mappers.js.map +1 -1
- package/package.json +10 -8
- package/review/arm-datafactory.api.md +116 -10
|
@@ -21,9 +21,9 @@ export type FormatReadSettingsUnion = FormatReadSettings | ParquetReadSettings |
|
|
|
21
21
|
export type CompressionReadSettingsUnion = CompressionReadSettings | ZipDeflateReadSettings | TarReadSettings | TarGZipReadSettings;
|
|
22
22
|
export type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings | IcebergWriteSettings;
|
|
23
23
|
export type CopySourceUnion = CopySource | AvroSource | ExcelSource | ParquetSource | DelimitedTextSource | JsonSource | XmlSource | OrcSource | BinarySource | TabularSourceUnion | BlobSource | DocumentDbCollectionSource | CosmosDbSqlApiSource | DynamicsSource | DynamicsCrmSource | CommonDataServiceForAppsSource | RelationalSource | MicrosoftAccessSource | ODataSource | SalesforceServiceCloudSource | RestSource | FileSystemSource | HdfsSource | AzureDataExplorerSource | OracleSource | AmazonRdsForOracleSource | WebSource | MongoDbSource | MongoDbAtlasSource | MongoDbV2Source | CosmosDbMongoDbApiSource | Office365Source | AzureDataLakeStoreSource | AzureBlobFSSource | HttpSource | LakeHouseTableSource | SnowflakeSource | SnowflakeV2Source | AzureDatabricksDeltaLakeSource | SharePointOnlineListSource | SalesforceServiceCloudV2Source;
|
|
24
|
-
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | IcebergSink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
24
|
+
export type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | TeradataSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | IcebergSink | BlobSink | FileSystemSink | DocumentDbCollectionSink | CosmosDbSqlApiSink | SqlSink | SqlServerSink | AzureSqlSink | SqlMISink | SqlDWSink | SnowflakeSink | SnowflakeV2Sink | OracleSink | AzureDataLakeStoreSink | AzureBlobFSSink | AzureSearchIndexSink | OdbcSink | InformixSink | MicrosoftAccessSink | DynamicsSink | DynamicsCrmSink | CommonDataServiceForAppsSink | AzureDataExplorerSink | SalesforceSink | SalesforceServiceCloudSink | MongoDbAtlasSink | MongoDbV2Sink | CosmosDbMongoDbApiSink | LakeHouseTableSink | SalesforceV2Sink | SalesforceServiceCloudV2Sink;
|
|
25
|
+
export type ImportSettingsUnion = ImportSettings | TeradataImportCommand | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
25
26
|
export type ExportSettingsUnion = ExportSettings | SnowflakeExportCopyCommand | AzureDatabricksDeltaLakeExportCommand;
|
|
26
|
-
export type ImportSettingsUnion = ImportSettings | AzureDatabricksDeltaLakeImportCommand | SnowflakeImportCopyCommand;
|
|
27
27
|
export type CopyTranslatorUnion = CopyTranslator | TabularTranslator;
|
|
28
28
|
export type DependencyReferenceUnion = DependencyReference | TriggerDependencyReferenceUnion | SelfDependencyTumblingWindowTriggerReference;
|
|
29
29
|
export type ControlActivityUnion = ControlActivity | ExecutePipelineActivity | IfConditionActivity | SwitchActivity | ForEachActivity | WaitActivity | FailActivity | UntilActivity | ValidationActivity | FilterActivity | SetVariableActivity | AppendVariableActivity | WebHookActivity;
|
|
@@ -685,7 +685,7 @@ export interface LinkedServiceListResponse {
|
|
|
685
685
|
/** The nested object which contains the information and credential which can be used to connect with related store or compute resource. */
|
|
686
686
|
export interface LinkedService {
|
|
687
687
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
688
|
-
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "
|
|
688
|
+
type: "AzureStorage" | "AzureBlobStorage" | "AzureTableStorage" | "AzureSqlDW" | "SqlServer" | "AmazonRdsForSqlServer" | "AzureSqlDatabase" | "AzureSqlMI" | "AzureBatch" | "AzureKeyVault" | "CosmosDb" | "Dynamics" | "DynamicsCrm" | "CommonDataServiceForApps" | "HDInsight" | "FileServer" | "AzureFileStorage" | "AmazonS3Compatible" | "OracleCloudStorage" | "GoogleCloudStorage" | "Oracle" | "AmazonRdsForOracle" | "AzureMySql" | "MySql" | "PostgreSql" | "PostgreSqlV2" | "Sybase" | "Db2" | "Teradata" | "AzureML" | "AzureMLService" | "Odbc" | "Informix" | "MicrosoftAccess" | "Hdfs" | "OData" | "Web" | "Cassandra" | "MongoDb" | "MongoDbAtlas" | "MongoDbV2" | "CosmosDbMongoDbApi" | "AzureDataLakeStore" | "AzureBlobFS" | "Office365" | "Salesforce" | "SalesforceServiceCloud" | "SapCloudForCustomer" | "SapEcc" | "SapOpenHub" | "SapOdp" | "RestService" | "TeamDesk" | "Quickbase" | "Smartsheet" | "Zendesk" | "Dataworld" | "AppFigures" | "Asana" | "Twilio" | "GoogleSheets" | "AmazonS3" | "AmazonRedshift" | "CustomDataSource" | "AzureSearch" | "HttpServer" | "FtpServer" | "Sftp" | "SapBW" | "SapHana" | "AmazonMWS" | "AzurePostgreSql" | "Concur" | "Couchbase" | "Drill" | "Eloqua" | "GoogleBigQuery" | "GoogleBigQueryV2" | "Greenplum" | "HBase" | "Hive" | "Hubspot" | "Impala" | "Jira" | "Magento" | "MariaDB" | "AzureMariaDB" | "Marketo" | "Paypal" | "Phoenix" | "Presto" | "QuickBooks" | "ServiceNow" | "Shopify" | "Spark" | "Square" | "Xero" | "Zoho" | "Vertica" | "Netezza" | "SalesforceMarketingCloud" | "HDInsightOnDemand" | "AzureDataLakeAnalytics" | "AzureDatabricks" | "AzureDatabricksDeltaLake" | "Responsys" | "DynamicsAX" | "OracleServiceCloud" | "GoogleAdWords" | "SapTable" | "AzureDataExplorer" | "AzureFunction" | "Snowflake" | "SnowflakeV2" | "SharePointOnlineList" | "AzureSynapseArtifacts" | "Lakehouse" | "SalesforceV2" | "SalesforceServiceCloudV2" | "Warehouse" | "ServiceNowV2";
|
|
689
689
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
690
690
|
[property: string]: any;
|
|
691
691
|
/** Version of the linked service. */
|
|
@@ -729,7 +729,7 @@ export interface DatasetListResponse {
|
|
|
729
729
|
/** The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents. */
|
|
730
730
|
export interface Dataset {
|
|
731
731
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
732
|
-
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "
|
|
732
|
+
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "Iceberg" | "AzureBlob" | "AzureTable" | "AzureSqlTable" | "AzureSqlMITable" | "AzureSqlDWTable" | "CassandraTable" | "CustomDataset" | "CosmosDbSqlApiCollection" | "DocumentDbCollection" | "DynamicsEntity" | "DynamicsCrmEntity" | "CommonDataServiceForAppsEntity" | "AzureDataLakeStoreFile" | "AzureBlobFSFile" | "Office365Table" | "FileShare" | "MongoDbCollection" | "MongoDbAtlasCollection" | "MongoDbV2Collection" | "CosmosDbMongoDbApiCollection" | "ODataResource" | "OracleTable" | "AmazonRdsForOracleTable" | "TeradataTable" | "AzureMySqlTable" | "AmazonRedshiftTable" | "Db2Table" | "RelationalTable" | "InformixTable" | "OdbcTable" | "MySqlTable" | "PostgreSqlTable" | "PostgreSqlV2Table" | "MicrosoftAccessTable" | "SalesforceObject" | "SalesforceServiceCloudObject" | "SybaseTable" | "SapBwCube" | "SapCloudForCustomerResource" | "SapEccResource" | "SapHanaTable" | "SapOpenHubTable" | "SqlServerTable" | "AmazonRdsForSqlServerTable" | "RestResource" | "SapTableResource" | "SapOdpResource" | "WebTable" | "AzureSearchIndex" | "HttpFile" | "AmazonMWSObject" | "AzurePostgreSqlTable" | "ConcurObject" | "CouchbaseTable" | "DrillTable" | "EloquaObject" | "GoogleBigQueryObject" | "GoogleBigQueryV2Object" | "GreenplumTable" | "HBaseObject" | "HiveObject" | "HubspotObject" | "ImpalaObject" | "JiraObject" | "MagentoObject" | "MariaDBTable" | "AzureMariaDBTable" | "MarketoObject" | "PaypalObject" | "PhoenixObject" | "PrestoObject" | "QuickBooksObject" | "ServiceNowObject" | "ShopifyObject" | "SparkObject" | "SquareObject" | "XeroObject" | "ZohoObject" | "NetezzaTable" | "VerticaTable" | "SalesforceMarketingCloudObject" | "ResponsysObject" | "DynamicsAXResource" | "OracleServiceCloudObject" | "AzureDataExplorerTable" | "GoogleAdWordsObject" | "SnowflakeTable" | "SnowflakeV2Table" | "SharePointOnlineListResource" | "AzureDatabricksDeltaLakeDataset" | "LakehouseTable" | "SalesforceV2Object" | "SalesforceServiceCloudV2Object" | "WarehouseTable" | "ServiceNowV2Object";
|
|
733
733
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
734
734
|
[property: string]: any;
|
|
735
735
|
/** Dataset description. */
|
|
@@ -2257,7 +2257,7 @@ export interface CopySource {
|
|
|
2257
2257
|
/** A copy activity sink. */
|
|
2258
2258
|
export interface CopySink {
|
|
2259
2259
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2260
|
-
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2260
|
+
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "TeradataSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "IcebergSink" | "BlobSink" | "FileSystemSink" | "DocumentDbCollectionSink" | "CosmosDbSqlApiSink" | "SqlSink" | "SqlServerSink" | "AzureSqlSink" | "SqlMISink" | "SqlDWSink" | "SnowflakeSink" | "SnowflakeV2Sink" | "OracleSink" | "AzureDataLakeStoreSink" | "AzureBlobFSSink" | "AzureSearchIndexSink" | "OdbcSink" | "InformixSink" | "MicrosoftAccessSink" | "DynamicsSink" | "DynamicsCrmSink" | "CommonDataServiceForAppsSink" | "AzureDataExplorerSink" | "SalesforceSink" | "SalesforceServiceCloudSink" | "MongoDbAtlasSink" | "MongoDbV2Sink" | "CosmosDbMongoDbApiSink" | "LakeHouseTableSink" | "SalesforceV2Sink" | "SalesforceServiceCloudV2Sink";
|
|
2261
2261
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2262
2262
|
[property: string]: any;
|
|
2263
2263
|
/** Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. */
|
|
@@ -2392,6 +2392,13 @@ export interface TeradataPartitionSettings {
|
|
|
2392
2392
|
/** The minimum value of column specified in partitionColumnName that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). */
|
|
2393
2393
|
partitionLowerBound?: any;
|
|
2394
2394
|
}
|
|
2395
|
+
/** Import command settings. */
|
|
2396
|
+
export interface ImportSettings {
|
|
2397
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2398
|
+
type: "TeradataImportCommand" | "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
2399
|
+
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2400
|
+
[property: string]: any;
|
|
2401
|
+
}
|
|
2395
2402
|
/** Cursor methods for Mongodb query */
|
|
2396
2403
|
export interface MongoDbCursorMethodsProperties {
|
|
2397
2404
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
@@ -2410,6 +2417,11 @@ export interface OutputColumn {
|
|
|
2410
2417
|
/** Name of the table column. Type: string. */
|
|
2411
2418
|
name?: string;
|
|
2412
2419
|
}
|
|
2420
|
+
/** Azure Database for PostgreSQL upsert option settings */
|
|
2421
|
+
export interface AzurePostgreSqlSinkUpsertSettings {
|
|
2422
|
+
/** Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings). */
|
|
2423
|
+
keys?: any;
|
|
2424
|
+
}
|
|
2413
2425
|
/** The settings that will be leveraged for Netezza source partitioning. */
|
|
2414
2426
|
export interface NetezzaPartitionSettings {
|
|
2415
2427
|
/** The name of the column in integer type that will be used for proceeding range partitioning. Type: string (or Expression with resultType string). */
|
|
@@ -2433,13 +2445,6 @@ export interface ExportSettings {
|
|
|
2433
2445
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2434
2446
|
[property: string]: any;
|
|
2435
2447
|
}
|
|
2436
|
-
/** Import command settings. */
|
|
2437
|
-
export interface ImportSettings {
|
|
2438
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2439
|
-
type: "AzureDatabricksDeltaLakeImportCommand" | "SnowflakeImportCopyCommand";
|
|
2440
|
-
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2441
|
-
[property: string]: any;
|
|
2442
|
-
}
|
|
2443
2448
|
/** DW Copy Command settings. */
|
|
2444
2449
|
export interface DWCopyCommandSettings {
|
|
2445
2450
|
/** Specifies the default values for each target column in SQL DW. The default values in the property overwrite the DEFAULT constraint set in the DB, and identity column cannot have a default value. Type: array of objects (or Expression with resultType array of objects). */
|
|
@@ -2518,6 +2523,10 @@ export interface TypeConversionSettings {
|
|
|
2518
2523
|
dateTimeOffsetFormat?: any;
|
|
2519
2524
|
/** The format for TimeSpan values. Type: string (or Expression with resultType string). */
|
|
2520
2525
|
timeSpanFormat?: any;
|
|
2526
|
+
/** The format for Time values. Type: string (or Expression with resultType string). */
|
|
2527
|
+
timeFormat?: any;
|
|
2528
|
+
/** The format for Date values. Type: string (or Expression with resultType string). */
|
|
2529
|
+
dateFormat?: any;
|
|
2521
2530
|
/** The culture used to convert data from/to string. Type: string (or Expression with resultType string). */
|
|
2522
2531
|
culture?: any;
|
|
2523
2532
|
}
|
|
@@ -3811,14 +3820,42 @@ export interface GoogleCloudStorageLinkedService extends LinkedService {
|
|
|
3811
3820
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3812
3821
|
encryptedCredential?: string;
|
|
3813
3822
|
}
|
|
3814
|
-
/** Oracle database. */
|
|
3823
|
+
/** Oracle database. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
3815
3824
|
export interface OracleLinkedService extends LinkedService {
|
|
3816
3825
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3817
3826
|
type: "Oracle";
|
|
3818
|
-
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
3819
|
-
connectionString
|
|
3827
|
+
/** The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only used for Version 1.0. */
|
|
3828
|
+
connectionString?: any;
|
|
3829
|
+
/** The location of Oracle database you want to connect to, the supported forms include connector descriptor, Easy Connect (Plus) Naming and Oracle Net Services Name (Only self-hosted IR). Type: string. Only used for Version 2.0. */
|
|
3830
|
+
server?: any;
|
|
3831
|
+
/** Authentication type for connecting to the Oracle database. Only used for Version 2.0. */
|
|
3832
|
+
authenticationType?: OracleAuthenticationType;
|
|
3833
|
+
/** The Oracle database username. Type: string. Only used for Version 2.0. */
|
|
3834
|
+
username?: any;
|
|
3820
3835
|
/** The Azure key vault secret reference of password in connection string. */
|
|
3821
3836
|
password?: AzureKeyVaultSecretReference;
|
|
3837
|
+
/** Specifies the encryption client behavior. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
3838
|
+
encryptionClient?: any;
|
|
3839
|
+
/** Specifies the encryption algorithms that client can use. Supported values are AES128, AES192, AES256, 3DES112, 3DES168, default value is (AES256). Type: string. Only used for Version 2.0. */
|
|
3840
|
+
encryptionTypesClient?: any;
|
|
3841
|
+
/** Specifies the desired data integrity behavior when this client connects to a server. Supported values are accepted, rejected, requested or required, default value is required. Type: string. Only used for Version 2.0. */
|
|
3842
|
+
cryptoChecksumClient?: any;
|
|
3843
|
+
/** Specifies the crypto-checksum algorithms that client can use. Supported values are SHA1, SHA256, SHA384, SHA512, default value is (SHA512). Type: string. Only used for Version 2.0. */
|
|
3844
|
+
cryptoChecksumTypesClient?: any;
|
|
3845
|
+
/** Specifies the amount that the source initially fetches for LOB columns, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
3846
|
+
initialLobFetchSize?: any;
|
|
3847
|
+
/** Specifies the number of bytes that the driver allocates to fetch the data in one database round-trip, default value is 10485760. Type: integer. Only used for Version 2.0. */
|
|
3848
|
+
fetchSize?: any;
|
|
3849
|
+
/** Specifies the number of cursors or statements to be cached for each database connection, default value is 0. Type: integer. Only used for Version 2.0. */
|
|
3850
|
+
statementCacheSize?: any;
|
|
3851
|
+
/** Specifies a command that is issued immediately after connecting to the database to manage session settings. Type: string. Only used for Version 2.0. */
|
|
3852
|
+
initializationString?: any;
|
|
3853
|
+
/** Specifies whether to use bulk copy or batch insert when loading data into the database, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
3854
|
+
enableBulkLoad?: any;
|
|
3855
|
+
/** Specifies whether to use the Version 1.0 data type mappings. Do not set this to true unless you want to keep backward compatibility with Version 1.0's data type mappings, default value is false. Type: boolean. Only used for Version 2.0. */
|
|
3856
|
+
supportV1DataTypes?: any;
|
|
3857
|
+
/** Specifies whether the driver returns column value with the TIMESTAMP WITH TIME ZONE data type as DateTime or string. This setting is ignored if supportV1DataTypes is not true, default value is true. Type: boolean. Only used for Version 2.0. */
|
|
3858
|
+
fetchTswtzAsTimestamp?: any;
|
|
3822
3859
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3823
3860
|
encryptedCredential?: string;
|
|
3824
3861
|
}
|
|
@@ -3985,7 +4022,7 @@ export interface Db2LinkedService extends LinkedService {
|
|
|
3985
4022
|
export interface TeradataLinkedService extends LinkedService {
|
|
3986
4023
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3987
4024
|
type: "Teradata";
|
|
3988
|
-
/** Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
4025
|
+
/** Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Only applied for version 1.0. */
|
|
3989
4026
|
connectionString?: any;
|
|
3990
4027
|
/** Server name for connection. Type: string (or Expression with resultType string). */
|
|
3991
4028
|
server?: any;
|
|
@@ -3995,6 +4032,18 @@ export interface TeradataLinkedService extends LinkedService {
|
|
|
3995
4032
|
username?: any;
|
|
3996
4033
|
/** Password for authentication. */
|
|
3997
4034
|
password?: SecretBaseUnion;
|
|
4035
|
+
/** SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0. */
|
|
4036
|
+
sslMode?: any;
|
|
4037
|
+
/** The port numbers when connecting to server through non HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only used for V2. Only applied for version 2.0. */
|
|
4038
|
+
portNumber?: any;
|
|
4039
|
+
/** The port numbers when connecting to server through HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. */
|
|
4040
|
+
httpsPortNumber?: any;
|
|
4041
|
+
/** Specifies whether to encrypt all communication with the Teradata database. Allowed values are 0 or 1. This setting will be ignored for HTTPS/TLS connections. Type: integer (or Expression with resultType integer). Only applied for version 2.0. */
|
|
4042
|
+
useDataEncryption?: any;
|
|
4043
|
+
/** The character set to use for the connection. Type: string (or Expression with resultType string). Only applied for version 2.0. */
|
|
4044
|
+
characterSet?: any;
|
|
4045
|
+
/** The maximum size of the response buffer for SQL requests, in bytes. Type: integer. Only applied for version 2.0. */
|
|
4046
|
+
maxRespSize?: any;
|
|
3998
4047
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
3999
4048
|
encryptedCredential?: string;
|
|
4000
4049
|
}
|
|
@@ -4285,6 +4334,12 @@ export interface Office365LinkedService extends LinkedService {
|
|
|
4285
4334
|
servicePrincipalId: any;
|
|
4286
4335
|
/** Specify the application's key. */
|
|
4287
4336
|
servicePrincipalKey: SecretBaseUnion;
|
|
4337
|
+
/** The service principal credential type for authentication.'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. If not specified, 'ServicePrincipalKey' is in use. Type: string (or Expression with resultType string). */
|
|
4338
|
+
servicePrincipalCredentialType?: any;
|
|
4339
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
4340
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
4341
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
4342
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
4288
4343
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
4289
4344
|
encryptedCredential?: string;
|
|
4290
4345
|
}
|
|
@@ -4399,7 +4454,7 @@ export interface SapOdpLinkedService extends LinkedService {
|
|
|
4399
4454
|
messageServer?: any;
|
|
4400
4455
|
/** The service name or port number of the Message Server. Type: string (or Expression with resultType string). */
|
|
4401
4456
|
messageServerService?: any;
|
|
4402
|
-
/** SNC activation
|
|
4457
|
+
/** SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean). */
|
|
4403
4458
|
sncMode?: any;
|
|
4404
4459
|
/** Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
|
|
4405
4460
|
sncMyName?: any;
|
|
@@ -4780,6 +4835,22 @@ export interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
4780
4835
|
password?: AzureKeyVaultSecretReference;
|
|
4781
4836
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
4782
4837
|
encryptedCredential?: string;
|
|
4838
|
+
/** The ID of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server. Type: string (or Expression with resultType string). */
|
|
4839
|
+
servicePrincipalId?: any;
|
|
4840
|
+
/** The key of the service principal used to authenticate against Azure Database for PostgreSQL Flexible server. */
|
|
4841
|
+
servicePrincipalKey?: SecretBaseUnion;
|
|
4842
|
+
/** The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string). */
|
|
4843
|
+
servicePrincipalCredentialType?: any;
|
|
4844
|
+
/** Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string). */
|
|
4845
|
+
servicePrincipalEmbeddedCert?: SecretBaseUnion;
|
|
4846
|
+
/** Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string). */
|
|
4847
|
+
servicePrincipalEmbeddedCertPassword?: SecretBaseUnion;
|
|
4848
|
+
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
4849
|
+
tenant?: any;
|
|
4850
|
+
/** Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string). */
|
|
4851
|
+
azureCloudType?: any;
|
|
4852
|
+
/** The credential reference containing authentication information. */
|
|
4853
|
+
credential?: CredentialReference;
|
|
4783
4854
|
}
|
|
4784
4855
|
/** Concur Service linked service. */
|
|
4785
4856
|
export interface ConcurLinkedService extends LinkedService {
|
|
@@ -4901,6 +4972,22 @@ export interface GreenplumLinkedService extends LinkedService {
|
|
|
4901
4972
|
pwd?: AzureKeyVaultSecretReference;
|
|
4902
4973
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
4903
4974
|
encryptedCredential?: string;
|
|
4975
|
+
/** The authentication type to use. Type: string. Only used for V2. */
|
|
4976
|
+
authenticationType?: GreenplumAuthenticationType;
|
|
4977
|
+
/** Host name for connection. Type: string. Only used for V2. */
|
|
4978
|
+
host?: any;
|
|
4979
|
+
/** The port for the connection. Type: integer. Only used for V2. */
|
|
4980
|
+
port?: any;
|
|
4981
|
+
/** Username for authentication. Type: string. Only used for V2. */
|
|
4982
|
+
username?: any;
|
|
4983
|
+
/** Database name for connection. Type: string. Only used for V2. */
|
|
4984
|
+
database?: any;
|
|
4985
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2. */
|
|
4986
|
+
sslMode?: any;
|
|
4987
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2. */
|
|
4988
|
+
connectionTimeout?: any;
|
|
4989
|
+
/** The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2. */
|
|
4990
|
+
commandTimeout?: any;
|
|
4904
4991
|
}
|
|
4905
4992
|
/** HBase server linked service. */
|
|
4906
4993
|
export interface HBaseLinkedService extends LinkedService {
|
|
@@ -5157,17 +5244,17 @@ export interface PhoenixLinkedService extends LinkedService {
|
|
|
5157
5244
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5158
5245
|
encryptedCredential?: string;
|
|
5159
5246
|
}
|
|
5160
|
-
/** Presto server linked service. */
|
|
5247
|
+
/** Presto server linked service. This linked service has supported version property. The Version 1.0 is scheduled for deprecation while your pipeline will continue to run after EOL but without any bug fix or new features. */
|
|
5161
5248
|
export interface PrestoLinkedService extends LinkedService {
|
|
5162
5249
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5163
5250
|
type: "Presto";
|
|
5164
5251
|
/** The IP address or host name of the Presto server. (i.e. 192.168.222.160) */
|
|
5165
5252
|
host: any;
|
|
5166
|
-
/** The version of the Presto server. (i.e. 0.148-t) */
|
|
5167
|
-
serverVersion
|
|
5253
|
+
/** The version of the Presto server. (i.e. 0.148-t) Only used for Version 1.0. */
|
|
5254
|
+
serverVersion?: any;
|
|
5168
5255
|
/** The catalog context for all request against the server. */
|
|
5169
5256
|
catalog: any;
|
|
5170
|
-
/** The TCP port that the Presto server uses to listen for client connections. The default value is 8080. */
|
|
5257
|
+
/** The TCP port that the Presto server uses to listen for client connections. The default value is 8080 when disable SSL, default value is 443 when enable SSL. */
|
|
5171
5258
|
port?: any;
|
|
5172
5259
|
/** The authentication mechanism used to connect to the Presto server. */
|
|
5173
5260
|
authenticationType: PrestoAuthenticationType;
|
|
@@ -5175,17 +5262,19 @@ export interface PrestoLinkedService extends LinkedService {
|
|
|
5175
5262
|
username?: any;
|
|
5176
5263
|
/** The password corresponding to the user name. */
|
|
5177
5264
|
password?: SecretBaseUnion;
|
|
5178
|
-
/** Specifies whether the connections to the server are encrypted using SSL. The default value is
|
|
5265
|
+
/** Specifies whether the connections to the server are encrypted using SSL. The default value for legacy version is False. The default value for version 2.0 is True. */
|
|
5179
5266
|
enableSsl?: any;
|
|
5180
|
-
/**
|
|
5267
|
+
/** Specifies whether the connections to the server will validate server certificate, the default value is True. Only used for Version 2.0 */
|
|
5268
|
+
enableServerCertificateValidation?: any;
|
|
5269
|
+
/** The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR. Only used for Version 1.0. */
|
|
5181
5270
|
trustedCertPath?: any;
|
|
5182
|
-
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. */
|
|
5271
|
+
/** Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Only used for Version 1.0. */
|
|
5183
5272
|
useSystemTrustStore?: any;
|
|
5184
|
-
/** Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. */
|
|
5273
|
+
/** Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false. Only used for Version 1.0. */
|
|
5185
5274
|
allowHostNameCNMismatch?: any;
|
|
5186
|
-
/** Specifies whether to allow self-signed certificates from the server. The default value is false. */
|
|
5275
|
+
/** Specifies whether to allow self-signed certificates from the server. The default value is false. Only used for Version 1.0. */
|
|
5187
5276
|
allowSelfSignedServerCert?: any;
|
|
5188
|
-
/** The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value is the system time zone. */
|
|
5277
|
+
/** The local time zone used by the connection. Valid values for this option are specified in the IANA Time Zone Database. The default value for Version 1.0 is the client system time zone. The default value for Version 2.0 is server system timeZone */
|
|
5189
5278
|
timeZoneID?: any;
|
|
5190
5279
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5191
5280
|
encryptedCredential?: string;
|
|
@@ -5677,7 +5766,7 @@ export interface SapTableLinkedService extends LinkedService {
|
|
|
5677
5766
|
messageServer?: any;
|
|
5678
5767
|
/** The service name or port number of the Message Server. Type: string (or Expression with resultType string). */
|
|
5679
5768
|
messageServerService?: any;
|
|
5680
|
-
/** SNC activation
|
|
5769
|
+
/** SNC activation flag (Boolean) to access the SAP server where the table is located. Type: boolean (or Expression with resultType boolean). */
|
|
5681
5770
|
sncMode?: any;
|
|
5682
5771
|
/** Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string). */
|
|
5683
5772
|
sncMyName?: any;
|
|
@@ -5765,8 +5854,12 @@ export interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
5765
5854
|
privateKey?: SecretBaseUnion;
|
|
5766
5855
|
/** The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. */
|
|
5767
5856
|
privateKeyPassphrase?: SecretBaseUnion;
|
|
5768
|
-
/** The
|
|
5857
|
+
/** The default access control role to use in the Snowflake session. Type: string (or Expression with resultType string). */
|
|
5858
|
+
role?: any;
|
|
5859
|
+
/** The host name of the Snowflake account. Type: string (or Expression with resultType string). */
|
|
5769
5860
|
host?: any;
|
|
5861
|
+
/** Schema name for connection. Type: string (or Expression with resultType string). */
|
|
5862
|
+
schema?: any;
|
|
5770
5863
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
5771
5864
|
encryptedCredential?: string;
|
|
5772
5865
|
}
|
|
@@ -5802,17 +5895,17 @@ export interface AzureSynapseArtifactsLinkedService extends LinkedService {
|
|
|
5802
5895
|
/** The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string). */
|
|
5803
5896
|
workspaceResourceId?: any;
|
|
5804
5897
|
}
|
|
5805
|
-
/** Microsoft Fabric
|
|
5898
|
+
/** Microsoft Fabric Lakehouse linked service. */
|
|
5806
5899
|
export interface LakeHouseLinkedService extends LinkedService {
|
|
5807
5900
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5808
|
-
type: "
|
|
5901
|
+
type: "Lakehouse";
|
|
5809
5902
|
/** The ID of Microsoft Fabric workspace. Type: string (or Expression with resultType string). */
|
|
5810
5903
|
workspaceId?: any;
|
|
5811
|
-
/** The ID of Microsoft Fabric
|
|
5904
|
+
/** The ID of Microsoft Fabric Lakehouse artifact. Type: string (or Expression with resultType string). */
|
|
5812
5905
|
artifactId?: any;
|
|
5813
|
-
/** The ID of the application used to authenticate against Microsoft Fabric
|
|
5906
|
+
/** The ID of the application used to authenticate against Microsoft Fabric Lakehouse. Type: string (or Expression with resultType string). */
|
|
5814
5907
|
servicePrincipalId?: any;
|
|
5815
|
-
/** The Key of the application used to authenticate against Microsoft Fabric
|
|
5908
|
+
/** The Key of the application used to authenticate against Microsoft Fabric Lakehouse. */
|
|
5816
5909
|
servicePrincipalKey?: SecretBaseUnion;
|
|
5817
5910
|
/** The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string). */
|
|
5818
5911
|
tenant?: any;
|
|
@@ -6832,13 +6925,13 @@ export interface AzureDatabricksDeltaLakeDataset extends Dataset {
|
|
|
6832
6925
|
/** The database name of delta table. Type: string (or Expression with resultType string). */
|
|
6833
6926
|
database?: any;
|
|
6834
6927
|
}
|
|
6835
|
-
/** Microsoft Fabric
|
|
6928
|
+
/** Microsoft Fabric Lakehouse Table. */
|
|
6836
6929
|
export interface LakeHouseTableDataset extends Dataset {
|
|
6837
6930
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6838
|
-
type: "
|
|
6839
|
-
/** The schema name of Microsoft Fabric
|
|
6931
|
+
type: "LakehouseTable";
|
|
6932
|
+
/** The schema name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string). */
|
|
6840
6933
|
schemaTypePropertiesSchema?: any;
|
|
6841
|
-
/** The name of Microsoft Fabric
|
|
6934
|
+
/** The name of Microsoft Fabric Lakehouse Table. Type: string (or Expression with resultType string). */
|
|
6842
6935
|
table?: any;
|
|
6843
6936
|
}
|
|
6844
6937
|
/** The Salesforce V2 object dataset. */
|
|
@@ -6874,6 +6967,8 @@ export interface ServiceNowV2ObjectDataset extends Dataset {
|
|
|
6874
6967
|
type: "ServiceNowV2Object";
|
|
6875
6968
|
/** The table name. Type: string (or Expression with resultType string). */
|
|
6876
6969
|
tableName?: any;
|
|
6970
|
+
/** Type of value copied from source. */
|
|
6971
|
+
valueType?: ValueType;
|
|
6877
6972
|
}
|
|
6878
6973
|
/** Base class for all control activities like IfCondition, ForEach , Until. */
|
|
6879
6974
|
export interface ControlActivity extends Activity {
|
|
@@ -7170,7 +7265,7 @@ export interface HdfsLocation extends DatasetLocation {
|
|
|
7170
7265
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7171
7266
|
type: "HdfsLocation";
|
|
7172
7267
|
}
|
|
7173
|
-
/** The location of Microsoft Fabric
|
|
7268
|
+
/** The location of Microsoft Fabric Lakehouse Files dataset. */
|
|
7174
7269
|
export interface LakeHouseLocation extends DatasetLocation {
|
|
7175
7270
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7176
7271
|
type: "LakeHouseLocation";
|
|
@@ -7740,15 +7835,15 @@ export interface HdfsReadSettings extends StoreReadSettings {
|
|
|
7740
7835
|
/** Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
7741
7836
|
deleteFilesAfterCompletion?: any;
|
|
7742
7837
|
}
|
|
7743
|
-
/** Microsoft Fabric
|
|
7838
|
+
/** Microsoft Fabric Lakehouse Files read settings. */
|
|
7744
7839
|
export interface LakeHouseReadSettings extends StoreReadSettings {
|
|
7745
7840
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7746
7841
|
type: "LakeHouseReadSettings";
|
|
7747
7842
|
/** If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). */
|
|
7748
7843
|
recursive?: any;
|
|
7749
|
-
/** Microsoft Fabric
|
|
7844
|
+
/** Microsoft Fabric Lakehouse Files wildcardFolderPath. Type: string (or Expression with resultType string). */
|
|
7750
7845
|
wildcardFolderPath?: any;
|
|
7751
|
-
/** Microsoft Fabric
|
|
7846
|
+
/** Microsoft Fabric Lakehouse Files wildcardFileName. Type: string (or Expression with resultType string). */
|
|
7752
7847
|
wildcardFileName?: any;
|
|
7753
7848
|
/** Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string). */
|
|
7754
7849
|
fileListPath?: any;
|
|
@@ -7803,7 +7898,7 @@ export interface AzureFileStorageWriteSettings extends StoreWriteSettings {
|
|
|
7803
7898
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7804
7899
|
type: "AzureFileStorageWriteSettings";
|
|
7805
7900
|
}
|
|
7806
|
-
/** Microsoft Fabric
|
|
7901
|
+
/** Microsoft Fabric Lakehouse Files write settings. */
|
|
7807
7902
|
export interface LakeHouseWriteSettings extends StoreWriteSettings {
|
|
7808
7903
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
7809
7904
|
type: "LakeHouseWriteSettings";
|
|
@@ -8308,7 +8403,7 @@ export interface HttpSource extends CopySource {
|
|
|
8308
8403
|
/** Specifies the timeout for a HTTP client to get HTTP response from HTTP server. The default value is equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). */
|
|
8309
8404
|
httpRequestTimeout?: any;
|
|
8310
8405
|
}
|
|
8311
|
-
/** A copy activity source for Microsoft Fabric
|
|
8406
|
+
/** A copy activity source for Microsoft Fabric Lakehouse Table. */
|
|
8312
8407
|
export interface LakeHouseTableSource extends CopySource {
|
|
8313
8408
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8314
8409
|
type: "LakeHouseTableSource";
|
|
@@ -8410,12 +8505,23 @@ export interface RestSink extends CopySink {
|
|
|
8410
8505
|
/** Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string). */
|
|
8411
8506
|
httpCompressionType?: any;
|
|
8412
8507
|
}
|
|
8413
|
-
/** A copy activity
|
|
8508
|
+
/** A copy activity Teradata sink. */
|
|
8509
|
+
export interface TeradataSink extends CopySink {
|
|
8510
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8511
|
+
type: "TeradataSink";
|
|
8512
|
+
/** Teradata import settings. */
|
|
8513
|
+
importSettings?: TeradataImportCommand;
|
|
8514
|
+
}
|
|
8515
|
+
/** A copy activity Azure Database for PostgreSQL sink. */
|
|
8414
8516
|
export interface AzurePostgreSqlSink extends CopySink {
|
|
8415
8517
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8416
8518
|
type: "AzurePostgreSqlSink";
|
|
8417
8519
|
/** A query to execute before starting the copy. Type: string (or Expression with resultType string). */
|
|
8418
8520
|
preCopyScript?: any;
|
|
8521
|
+
/** The write behavior for the operation. Default is Bulk Insert. */
|
|
8522
|
+
writeMethod?: AzurePostgreSqlWriteMethodEnum;
|
|
8523
|
+
/** Azure Database for PostgreSQL upsert option settings */
|
|
8524
|
+
upsertSettings?: AzurePostgreSqlSinkUpsertSettings;
|
|
8419
8525
|
}
|
|
8420
8526
|
/** A copy activity Azure MySql sink. */
|
|
8421
8527
|
export interface AzureMySqlSink extends CopySink {
|
|
@@ -8743,6 +8849,10 @@ export interface DynamicsSink extends CopySink {
|
|
|
8743
8849
|
ignoreNullValues?: any;
|
|
8744
8850
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8745
8851
|
alternateKeyName?: any;
|
|
8852
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8853
|
+
bypassBusinessLogicExecution?: any;
|
|
8854
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8855
|
+
bypassPowerAutomateFlows?: any;
|
|
8746
8856
|
}
|
|
8747
8857
|
/** A copy activity Dynamics CRM sink. */
|
|
8748
8858
|
export interface DynamicsCrmSink extends CopySink {
|
|
@@ -8754,6 +8864,10 @@ export interface DynamicsCrmSink extends CopySink {
|
|
|
8754
8864
|
ignoreNullValues?: any;
|
|
8755
8865
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8756
8866
|
alternateKeyName?: any;
|
|
8867
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8868
|
+
bypassBusinessLogicExecution?: any;
|
|
8869
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8870
|
+
bypassPowerAutomateFlows?: any;
|
|
8757
8871
|
}
|
|
8758
8872
|
/** A copy activity Common Data Service for Apps sink. */
|
|
8759
8873
|
export interface CommonDataServiceForAppsSink extends CopySink {
|
|
@@ -8765,6 +8879,10 @@ export interface CommonDataServiceForAppsSink extends CopySink {
|
|
|
8765
8879
|
ignoreNullValues?: any;
|
|
8766
8880
|
/** The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string). */
|
|
8767
8881
|
alternateKeyName?: any;
|
|
8882
|
+
/** Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8883
|
+
bypassBusinessLogicExecution?: any;
|
|
8884
|
+
/** Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
8885
|
+
bypassPowerAutomateFlows?: any;
|
|
8768
8886
|
}
|
|
8769
8887
|
/** A copy activity Azure Data Explorer sink. */
|
|
8770
8888
|
export interface AzureDataExplorerSink extends CopySink {
|
|
@@ -8820,11 +8938,11 @@ export interface CosmosDbMongoDbApiSink extends CopySink {
|
|
|
8820
8938
|
/** Specifies whether the document with same key to be overwritten (upsert) rather than throw exception (insert). The default value is "insert". Type: string (or Expression with resultType string). Type: string (or Expression with resultType string). */
|
|
8821
8939
|
writeBehavior?: any;
|
|
8822
8940
|
}
|
|
8823
|
-
/** A copy activity for Microsoft Fabric
|
|
8941
|
+
/** A copy activity for Microsoft Fabric Lakehouse Table sink. */
|
|
8824
8942
|
export interface LakeHouseTableSink extends CopySink {
|
|
8825
8943
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8826
8944
|
type: "LakeHouseTableSink";
|
|
8827
|
-
/** The type of table action for
|
|
8945
|
+
/** The type of table action for Lakehouse Table sink. Possible values include: "None", "Append", "Overwrite". */
|
|
8828
8946
|
tableActionOption?: any;
|
|
8829
8947
|
/** Create partitions in folder structure based on one or multiple columns. Each distinct column value (pair) will be a new partition. Possible values include: "None", "PartitionByKey". */
|
|
8830
8948
|
partitionOption?: any;
|
|
@@ -8853,29 +8971,12 @@ export interface SalesforceServiceCloudV2Sink extends CopySink {
|
|
|
8853
8971
|
/** The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean). */
|
|
8854
8972
|
ignoreNullValues?: any;
|
|
8855
8973
|
}
|
|
8856
|
-
/**
|
|
8857
|
-
export interface
|
|
8974
|
+
/** Teradata import command settings. */
|
|
8975
|
+
export interface TeradataImportCommand extends ImportSettings {
|
|
8858
8976
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8859
|
-
type: "
|
|
8860
|
-
/** Additional
|
|
8861
|
-
|
|
8862
|
-
[propertyName: string]: any;
|
|
8863
|
-
};
|
|
8864
|
-
/** Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } */
|
|
8865
|
-
additionalFormatOptions?: {
|
|
8866
|
-
[propertyName: string]: any;
|
|
8867
|
-
};
|
|
8868
|
-
/** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
|
|
8869
|
-
storageIntegration?: any;
|
|
8870
|
-
}
|
|
8871
|
-
/** Azure Databricks Delta Lake export command settings. */
|
|
8872
|
-
export interface AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
|
|
8873
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
8874
|
-
type: "AzureDatabricksDeltaLakeExportCommand";
|
|
8875
|
-
/** Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
8876
|
-
dateFormat?: any;
|
|
8877
|
-
/** Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
8878
|
-
timestampFormat?: any;
|
|
8977
|
+
type: "TeradataImportCommand";
|
|
8978
|
+
/** Additional format options for Teradata Copy Command. The format options only applies to direct copy from CSV source. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "timeFormat": "HHhMImSSs" } */
|
|
8979
|
+
additionalFormatOptions?: any;
|
|
8879
8980
|
}
|
|
8880
8981
|
/** Azure Databricks Delta Lake import command settings. */
|
|
8881
8982
|
export interface AzureDatabricksDeltaLakeImportCommand extends ImportSettings {
|
|
@@ -8901,6 +9002,30 @@ export interface SnowflakeImportCopyCommand extends ImportSettings {
|
|
|
8901
9002
|
/** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
|
|
8902
9003
|
storageIntegration?: any;
|
|
8903
9004
|
}
|
|
9005
|
+
/** Snowflake export command settings. */
|
|
9006
|
+
export interface SnowflakeExportCopyCommand extends ExportSettings {
|
|
9007
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9008
|
+
type: "SnowflakeExportCopyCommand";
|
|
9009
|
+
/** Additional copy options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalCopyOptions": { "DATE_FORMAT": "MM/DD/YYYY", "TIME_FORMAT": "'HH24:MI:SS.FF'" } */
|
|
9010
|
+
additionalCopyOptions?: {
|
|
9011
|
+
[propertyName: string]: any;
|
|
9012
|
+
};
|
|
9013
|
+
/** Additional format options directly passed to snowflake Copy Command. Type: key value pairs (value should be string type) (or Expression with resultType object). Example: "additionalFormatOptions": { "OVERWRITE": "TRUE", "MAX_FILE_SIZE": "'FALSE'" } */
|
|
9014
|
+
additionalFormatOptions?: {
|
|
9015
|
+
[propertyName: string]: any;
|
|
9016
|
+
};
|
|
9017
|
+
/** The name of the snowflake storage integration to use for the copy operation. Type: string (or Expression with resultType string). */
|
|
9018
|
+
storageIntegration?: any;
|
|
9019
|
+
}
|
|
9020
|
+
/** Azure Databricks Delta Lake export command settings. */
|
|
9021
|
+
export interface AzureDatabricksDeltaLakeExportCommand extends ExportSettings {
|
|
9022
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9023
|
+
type: "AzureDatabricksDeltaLakeExportCommand";
|
|
9024
|
+
/** Specify the date format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
9025
|
+
dateFormat?: any;
|
|
9026
|
+
/** Specify the timestamp format for the csv in Azure Databricks Delta Lake Copy. Type: string (or Expression with resultType string). */
|
|
9027
|
+
timestampFormat?: any;
|
|
9028
|
+
}
|
|
8904
9029
|
/** A copy activity tabular translator. */
|
|
8905
9030
|
export interface TabularTranslator extends CopyTranslator {
|
|
8906
9031
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -9562,6 +9687,8 @@ export interface ScriptActivity extends ExecutionActivity {
|
|
|
9562
9687
|
scripts?: ScriptActivityScriptBlock[];
|
|
9563
9688
|
/** Log settings of script activity. */
|
|
9564
9689
|
logSettings?: ScriptActivityTypePropertiesLogSettings;
|
|
9690
|
+
/** Enable to retrieve result sets from multiple SQL statements and the number of rows affected by the DML statement. Supported connector: SnowflakeV2. Type: boolean (or Expression with resultType boolean). */
|
|
9691
|
+
returnMultistatementResult?: any;
|
|
9565
9692
|
}
|
|
9566
9693
|
/** Execute Synapse notebook activity. */
|
|
9567
9694
|
export interface SynapseNotebookActivity extends ExecutionActivity {
|
|
@@ -9985,7 +10112,7 @@ export interface AmazonMWSSource extends TabularSource {
|
|
|
9985
10112
|
/** A query to retrieve data from source. Type: string (or Expression with resultType string). */
|
|
9986
10113
|
query?: any;
|
|
9987
10114
|
}
|
|
9988
|
-
/** A copy activity Azure PostgreSQL source. */
|
|
10115
|
+
/** A copy activity Azure Database for PostgreSQL source. */
|
|
9989
10116
|
export interface AzurePostgreSqlSource extends TabularSource {
|
|
9990
10117
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9991
10118
|
type: "AzurePostgreSqlSource";
|
|
@@ -10932,6 +11059,22 @@ export declare enum KnownCredentialReferenceType {
|
|
|
10932
11059
|
* **CredentialReference**
|
|
10933
11060
|
*/
|
|
10934
11061
|
export type CredentialReferenceType = string;
|
|
11062
|
+
/** Known values of {@link ValueType} that the service accepts. */
|
|
11063
|
+
export declare enum KnownValueType {
|
|
11064
|
+
/** Actual */
|
|
11065
|
+
Actual = "actual",
|
|
11066
|
+
/** Display */
|
|
11067
|
+
Display = "display"
|
|
11068
|
+
}
|
|
11069
|
+
/**
|
|
11070
|
+
* Defines values for ValueType. \
|
|
11071
|
+
* {@link KnownValueType} can be used interchangeably with ValueType,
|
|
11072
|
+
* this enum contains the known values that the service supports.
|
|
11073
|
+
* ### Known values supported by the service
|
|
11074
|
+
* **actual** \
|
|
11075
|
+
* **display**
|
|
11076
|
+
*/
|
|
11077
|
+
export type ValueType = string;
|
|
10935
11078
|
/** Known values of {@link DataFlowComputeType} that the service accepts. */
|
|
10936
11079
|
export declare enum KnownDataFlowComputeType {
|
|
10937
11080
|
/** General */
|
|
@@ -11223,6 +11366,19 @@ export declare enum KnownCosmosDbConnectionMode {
|
|
|
11223
11366
|
* **Direct**
|
|
11224
11367
|
*/
|
|
11225
11368
|
export type CosmosDbConnectionMode = string;
|
|
11369
|
+
/** Known values of {@link OracleAuthenticationType} that the service accepts. */
|
|
11370
|
+
export declare enum KnownOracleAuthenticationType {
|
|
11371
|
+
/** Basic */
|
|
11372
|
+
Basic = "Basic"
|
|
11373
|
+
}
|
|
11374
|
+
/**
|
|
11375
|
+
* Defines values for OracleAuthenticationType. \
|
|
11376
|
+
* {@link KnownOracleAuthenticationType} can be used interchangeably with OracleAuthenticationType,
|
|
11377
|
+
* this enum contains the known values that the service supports.
|
|
11378
|
+
* ### Known values supported by the service
|
|
11379
|
+
* **Basic**
|
|
11380
|
+
*/
|
|
11381
|
+
export type OracleAuthenticationType = string;
|
|
11226
11382
|
/** Known values of {@link SybaseAuthenticationType} that the service accepts. */
|
|
11227
11383
|
export declare enum KnownSybaseAuthenticationType {
|
|
11228
11384
|
/** Basic */
|
|
@@ -11509,6 +11665,19 @@ export declare enum KnownGoogleBigQueryV2AuthenticationType {
|
|
|
11509
11665
|
* **UserAuthentication**
|
|
11510
11666
|
*/
|
|
11511
11667
|
export type GoogleBigQueryV2AuthenticationType = string;
|
|
11668
|
+
/** Known values of {@link GreenplumAuthenticationType} that the service accepts. */
|
|
11669
|
+
export declare enum KnownGreenplumAuthenticationType {
|
|
11670
|
+
/** Basic */
|
|
11671
|
+
Basic = "Basic"
|
|
11672
|
+
}
|
|
11673
|
+
/**
|
|
11674
|
+
* Defines values for GreenplumAuthenticationType. \
|
|
11675
|
+
* {@link KnownGreenplumAuthenticationType} can be used interchangeably with GreenplumAuthenticationType,
|
|
11676
|
+
* this enum contains the known values that the service supports.
|
|
11677
|
+
* ### Known values supported by the service
|
|
11678
|
+
* **Basic**
|
|
11679
|
+
*/
|
|
11680
|
+
export type GreenplumAuthenticationType = string;
|
|
11512
11681
|
/** Known values of {@link HBaseAuthenticationType} that the service accepts. */
|
|
11513
11682
|
export declare enum KnownHBaseAuthenticationType {
|
|
11514
11683
|
/** Anonymous */
|
|
@@ -11806,6 +11975,25 @@ export declare enum KnownCassandraSourceReadConsistencyLevels {
|
|
|
11806
11975
|
* **LOCAL_SERIAL**
|
|
11807
11976
|
*/
|
|
11808
11977
|
export type CassandraSourceReadConsistencyLevels = string;
|
|
11978
|
+
/** Known values of {@link AzurePostgreSqlWriteMethodEnum} that the service accepts. */
|
|
11979
|
+
export declare enum KnownAzurePostgreSqlWriteMethodEnum {
|
|
11980
|
+
/** BulkInsert */
|
|
11981
|
+
BulkInsert = "BulkInsert",
|
|
11982
|
+
/** CopyCommand */
|
|
11983
|
+
CopyCommand = "CopyCommand",
|
|
11984
|
+
/** Upsert */
|
|
11985
|
+
Upsert = "Upsert"
|
|
11986
|
+
}
|
|
11987
|
+
/**
|
|
11988
|
+
* Defines values for AzurePostgreSqlWriteMethodEnum. \
|
|
11989
|
+
* {@link KnownAzurePostgreSqlWriteMethodEnum} can be used interchangeably with AzurePostgreSqlWriteMethodEnum,
|
|
11990
|
+
* this enum contains the known values that the service supports.
|
|
11991
|
+
* ### Known values supported by the service
|
|
11992
|
+
* **BulkInsert** \
|
|
11993
|
+
* **CopyCommand** \
|
|
11994
|
+
* **Upsert**
|
|
11995
|
+
*/
|
|
11996
|
+
export type AzurePostgreSqlWriteMethodEnum = string;
|
|
11809
11997
|
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
11810
11998
|
export declare enum KnownStoredProcedureParameterType {
|
|
11811
11999
|
/** String */
|