@azure/arm-datafactory 17.0.1-alpha.20241218.1 → 18.0.0
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 +36 -7
- package/README.md +0 -1
- package/dist/index.js +179 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +76 -7
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +6 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +175 -0
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/package.json +27 -27
- package/review/arm-datafactory.api.md +48 -6
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +81 -3
- package/src/models/mappers.ts +211 -0
- package/tsconfig.json +2 -2
- package/types/arm-datafactory.d.ts +79 -7
package/src/models/mappers.ts
CHANGED
|
@@ -11085,6 +11085,48 @@ export const MySqlLinkedService: coreClient.CompositeMapper = {
|
|
|
11085
11085
|
name: "String",
|
|
11086
11086
|
},
|
|
11087
11087
|
},
|
|
11088
|
+
allowZeroDateTime: {
|
|
11089
|
+
serializedName: "typeProperties.allowZeroDateTime",
|
|
11090
|
+
type: {
|
|
11091
|
+
name: "any",
|
|
11092
|
+
},
|
|
11093
|
+
},
|
|
11094
|
+
connectionTimeout: {
|
|
11095
|
+
serializedName: "typeProperties.connectionTimeout",
|
|
11096
|
+
type: {
|
|
11097
|
+
name: "any",
|
|
11098
|
+
},
|
|
11099
|
+
},
|
|
11100
|
+
convertZeroDateTime: {
|
|
11101
|
+
serializedName: "typeProperties.convertZeroDateTime",
|
|
11102
|
+
type: {
|
|
11103
|
+
name: "any",
|
|
11104
|
+
},
|
|
11105
|
+
},
|
|
11106
|
+
guidFormat: {
|
|
11107
|
+
serializedName: "typeProperties.guidFormat",
|
|
11108
|
+
type: {
|
|
11109
|
+
name: "any",
|
|
11110
|
+
},
|
|
11111
|
+
},
|
|
11112
|
+
sslCert: {
|
|
11113
|
+
serializedName: "typeProperties.sslCert",
|
|
11114
|
+
type: {
|
|
11115
|
+
name: "any",
|
|
11116
|
+
},
|
|
11117
|
+
},
|
|
11118
|
+
sslKey: {
|
|
11119
|
+
serializedName: "typeProperties.sslKey",
|
|
11120
|
+
type: {
|
|
11121
|
+
name: "any",
|
|
11122
|
+
},
|
|
11123
|
+
},
|
|
11124
|
+
treatTinyAsBoolean: {
|
|
11125
|
+
serializedName: "typeProperties.treatTinyAsBoolean",
|
|
11126
|
+
type: {
|
|
11127
|
+
name: "any",
|
|
11128
|
+
},
|
|
11129
|
+
},
|
|
11088
11130
|
},
|
|
11089
11131
|
},
|
|
11090
11132
|
};
|
|
@@ -11160,6 +11202,13 @@ export const PostgreSqlV2LinkedService: coreClient.CompositeMapper = {
|
|
|
11160
11202
|
name: "any",
|
|
11161
11203
|
},
|
|
11162
11204
|
},
|
|
11205
|
+
authenticationType: {
|
|
11206
|
+
serializedName: "typeProperties.authenticationType",
|
|
11207
|
+
required: true,
|
|
11208
|
+
type: {
|
|
11209
|
+
name: "any",
|
|
11210
|
+
},
|
|
11211
|
+
},
|
|
11163
11212
|
sslMode: {
|
|
11164
11213
|
serializedName: "typeProperties.sslMode",
|
|
11165
11214
|
required: true,
|
|
@@ -13769,6 +13818,72 @@ export const AzurePostgreSqlLinkedService: coreClient.CompositeMapper = {
|
|
|
13769
13818
|
name: "any",
|
|
13770
13819
|
},
|
|
13771
13820
|
},
|
|
13821
|
+
server: {
|
|
13822
|
+
serializedName: "typeProperties.server",
|
|
13823
|
+
type: {
|
|
13824
|
+
name: "any",
|
|
13825
|
+
},
|
|
13826
|
+
},
|
|
13827
|
+
port: {
|
|
13828
|
+
serializedName: "typeProperties.port",
|
|
13829
|
+
type: {
|
|
13830
|
+
name: "any",
|
|
13831
|
+
},
|
|
13832
|
+
},
|
|
13833
|
+
username: {
|
|
13834
|
+
serializedName: "typeProperties.username",
|
|
13835
|
+
type: {
|
|
13836
|
+
name: "any",
|
|
13837
|
+
},
|
|
13838
|
+
},
|
|
13839
|
+
database: {
|
|
13840
|
+
serializedName: "typeProperties.database",
|
|
13841
|
+
type: {
|
|
13842
|
+
name: "any",
|
|
13843
|
+
},
|
|
13844
|
+
},
|
|
13845
|
+
sslMode: {
|
|
13846
|
+
serializedName: "typeProperties.sslMode",
|
|
13847
|
+
type: {
|
|
13848
|
+
name: "any",
|
|
13849
|
+
},
|
|
13850
|
+
},
|
|
13851
|
+
timeout: {
|
|
13852
|
+
serializedName: "typeProperties.timeout",
|
|
13853
|
+
type: {
|
|
13854
|
+
name: "any",
|
|
13855
|
+
},
|
|
13856
|
+
},
|
|
13857
|
+
commandTimeout: {
|
|
13858
|
+
serializedName: "typeProperties.commandTimeout",
|
|
13859
|
+
type: {
|
|
13860
|
+
name: "any",
|
|
13861
|
+
},
|
|
13862
|
+
},
|
|
13863
|
+
trustServerCertificate: {
|
|
13864
|
+
serializedName: "typeProperties.trustServerCertificate",
|
|
13865
|
+
type: {
|
|
13866
|
+
name: "any",
|
|
13867
|
+
},
|
|
13868
|
+
},
|
|
13869
|
+
readBufferSize: {
|
|
13870
|
+
serializedName: "typeProperties.readBufferSize",
|
|
13871
|
+
type: {
|
|
13872
|
+
name: "any",
|
|
13873
|
+
},
|
|
13874
|
+
},
|
|
13875
|
+
timezone: {
|
|
13876
|
+
serializedName: "typeProperties.timezone",
|
|
13877
|
+
type: {
|
|
13878
|
+
name: "any",
|
|
13879
|
+
},
|
|
13880
|
+
},
|
|
13881
|
+
encoding: {
|
|
13882
|
+
serializedName: "typeProperties.encoding",
|
|
13883
|
+
type: {
|
|
13884
|
+
name: "any",
|
|
13885
|
+
},
|
|
13886
|
+
},
|
|
13772
13887
|
password: {
|
|
13773
13888
|
serializedName: "typeProperties.password",
|
|
13774
13889
|
type: {
|
|
@@ -14674,6 +14789,18 @@ export const MariaDBLinkedService: coreClient.CompositeMapper = {
|
|
|
14674
14789
|
name: "any",
|
|
14675
14790
|
},
|
|
14676
14791
|
},
|
|
14792
|
+
sslMode: {
|
|
14793
|
+
serializedName: "typeProperties.sslMode",
|
|
14794
|
+
type: {
|
|
14795
|
+
name: "any",
|
|
14796
|
+
},
|
|
14797
|
+
},
|
|
14798
|
+
useSystemTrustStore: {
|
|
14799
|
+
serializedName: "typeProperties.useSystemTrustStore",
|
|
14800
|
+
type: {
|
|
14801
|
+
name: "any",
|
|
14802
|
+
},
|
|
14803
|
+
},
|
|
14677
14804
|
password: {
|
|
14678
14805
|
serializedName: "typeProperties.password",
|
|
14679
14806
|
type: {
|
|
@@ -16799,6 +16926,12 @@ export const SnowflakeV2LinkedService: coreClient.CompositeMapper = {
|
|
|
16799
16926
|
className: "SecretBase",
|
|
16800
16927
|
},
|
|
16801
16928
|
},
|
|
16929
|
+
host: {
|
|
16930
|
+
serializedName: "typeProperties.host",
|
|
16931
|
+
type: {
|
|
16932
|
+
name: "any",
|
|
16933
|
+
},
|
|
16934
|
+
},
|
|
16802
16935
|
encryptedCredential: {
|
|
16803
16936
|
serializedName: "typeProperties.encryptedCredential",
|
|
16804
16937
|
type: {
|
|
@@ -17606,6 +17739,27 @@ export const BinaryDataset: coreClient.CompositeMapper = {
|
|
|
17606
17739
|
},
|
|
17607
17740
|
};
|
|
17608
17741
|
|
|
17742
|
+
export const IcebergDataset: coreClient.CompositeMapper = {
|
|
17743
|
+
serializedName: "Iceberg",
|
|
17744
|
+
type: {
|
|
17745
|
+
name: "Composite",
|
|
17746
|
+
className: "IcebergDataset",
|
|
17747
|
+
uberParent: "Dataset",
|
|
17748
|
+
additionalProperties: { type: { name: "Object" } },
|
|
17749
|
+
polymorphicDiscriminator: Dataset.type.polymorphicDiscriminator,
|
|
17750
|
+
modelProperties: {
|
|
17751
|
+
...Dataset.type.modelProperties,
|
|
17752
|
+
location: {
|
|
17753
|
+
serializedName: "typeProperties.location",
|
|
17754
|
+
type: {
|
|
17755
|
+
name: "Composite",
|
|
17756
|
+
className: "DatasetLocation",
|
|
17757
|
+
},
|
|
17758
|
+
},
|
|
17759
|
+
},
|
|
17760
|
+
},
|
|
17761
|
+
};
|
|
17762
|
+
|
|
17609
17763
|
export const AzureBlobDataset: coreClient.CompositeMapper = {
|
|
17610
17764
|
serializedName: "AzureBlob",
|
|
17611
17765
|
type: {
|
|
@@ -23297,6 +23451,20 @@ export const JsonWriteSettings: coreClient.CompositeMapper = {
|
|
|
23297
23451
|
},
|
|
23298
23452
|
};
|
|
23299
23453
|
|
|
23454
|
+
export const IcebergWriteSettings: coreClient.CompositeMapper = {
|
|
23455
|
+
serializedName: "IcebergWriteSettings",
|
|
23456
|
+
type: {
|
|
23457
|
+
name: "Composite",
|
|
23458
|
+
className: "IcebergWriteSettings",
|
|
23459
|
+
uberParent: "FormatWriteSettings",
|
|
23460
|
+
additionalProperties: { type: { name: "Object" } },
|
|
23461
|
+
polymorphicDiscriminator: FormatWriteSettings.type.polymorphicDiscriminator,
|
|
23462
|
+
modelProperties: {
|
|
23463
|
+
...FormatWriteSettings.type.modelProperties,
|
|
23464
|
+
},
|
|
23465
|
+
},
|
|
23466
|
+
};
|
|
23467
|
+
|
|
23300
23468
|
export const AvroSource: coreClient.CompositeMapper = {
|
|
23301
23469
|
serializedName: "AvroSource",
|
|
23302
23470
|
type: {
|
|
@@ -24992,6 +25160,34 @@ export const BinarySink: coreClient.CompositeMapper = {
|
|
|
24992
25160
|
},
|
|
24993
25161
|
};
|
|
24994
25162
|
|
|
25163
|
+
export const IcebergSink: coreClient.CompositeMapper = {
|
|
25164
|
+
serializedName: "IcebergSink",
|
|
25165
|
+
type: {
|
|
25166
|
+
name: "Composite",
|
|
25167
|
+
className: "IcebergSink",
|
|
25168
|
+
uberParent: "CopySink",
|
|
25169
|
+
additionalProperties: { type: { name: "Object" } },
|
|
25170
|
+
polymorphicDiscriminator: CopySink.type.polymorphicDiscriminator,
|
|
25171
|
+
modelProperties: {
|
|
25172
|
+
...CopySink.type.modelProperties,
|
|
25173
|
+
storeSettings: {
|
|
25174
|
+
serializedName: "storeSettings",
|
|
25175
|
+
type: {
|
|
25176
|
+
name: "Composite",
|
|
25177
|
+
className: "StoreWriteSettings",
|
|
25178
|
+
},
|
|
25179
|
+
},
|
|
25180
|
+
formatSettings: {
|
|
25181
|
+
serializedName: "formatSettings",
|
|
25182
|
+
type: {
|
|
25183
|
+
name: "Composite",
|
|
25184
|
+
className: "IcebergWriteSettings",
|
|
25185
|
+
},
|
|
25186
|
+
},
|
|
25187
|
+
},
|
|
25188
|
+
},
|
|
25189
|
+
};
|
|
25190
|
+
|
|
24995
25191
|
export const BlobSink: coreClient.CompositeMapper = {
|
|
24996
25192
|
serializedName: "BlobSink",
|
|
24997
25193
|
type: {
|
|
@@ -30341,6 +30537,12 @@ export const SalesforceV2Source: coreClient.CompositeMapper = {
|
|
|
30341
30537
|
name: "any",
|
|
30342
30538
|
},
|
|
30343
30539
|
},
|
|
30540
|
+
pageSize: {
|
|
30541
|
+
serializedName: "pageSize",
|
|
30542
|
+
type: {
|
|
30543
|
+
name: "any",
|
|
30544
|
+
},
|
|
30545
|
+
},
|
|
30344
30546
|
},
|
|
30345
30547
|
},
|
|
30346
30548
|
};
|
|
@@ -30362,6 +30564,12 @@ export const ServiceNowV2Source: coreClient.CompositeMapper = {
|
|
|
30362
30564
|
className: "ExpressionV2",
|
|
30363
30565
|
},
|
|
30364
30566
|
},
|
|
30567
|
+
pageSize: {
|
|
30568
|
+
serializedName: "pageSize",
|
|
30569
|
+
type: {
|
|
30570
|
+
name: "any",
|
|
30571
|
+
},
|
|
30572
|
+
},
|
|
30365
30573
|
},
|
|
30366
30574
|
},
|
|
30367
30575
|
};
|
|
@@ -30611,6 +30819,7 @@ export let discriminators = {
|
|
|
30611
30819
|
"Dataset.Xml": XmlDataset,
|
|
30612
30820
|
"Dataset.Orc": OrcDataset,
|
|
30613
30821
|
"Dataset.Binary": BinaryDataset,
|
|
30822
|
+
"Dataset.Iceberg": IcebergDataset,
|
|
30614
30823
|
"Dataset.AzureBlob": AzureBlobDataset,
|
|
30615
30824
|
"Dataset.AzureTable": AzureTableDataset,
|
|
30616
30825
|
"Dataset.AzureSqlTable": AzureSqlTableDataset,
|
|
@@ -30796,6 +31005,7 @@ export let discriminators = {
|
|
|
30796
31005
|
"FormatWriteSettings.ParquetWriteSettings": ParquetWriteSettings,
|
|
30797
31006
|
"FormatWriteSettings.DelimitedTextWriteSettings": DelimitedTextWriteSettings,
|
|
30798
31007
|
"FormatWriteSettings.JsonWriteSettings": JsonWriteSettings,
|
|
31008
|
+
"FormatWriteSettings.IcebergWriteSettings": IcebergWriteSettings,
|
|
30799
31009
|
"CopySource.AvroSource": AvroSource,
|
|
30800
31010
|
"CopySource.ExcelSource": ExcelSource,
|
|
30801
31011
|
"CopySource.ParquetSource": ParquetSource,
|
|
@@ -30850,6 +31060,7 @@ export let discriminators = {
|
|
|
30850
31060
|
"CopySink.AvroSink": AvroSink,
|
|
30851
31061
|
"CopySink.ParquetSink": ParquetSink,
|
|
30852
31062
|
"CopySink.BinarySink": BinarySink,
|
|
31063
|
+
"CopySink.IcebergSink": IcebergSink,
|
|
30853
31064
|
"CopySink.BlobSink": BlobSink,
|
|
30854
31065
|
"CopySink.FileSystemSink": FileSystemSink,
|
|
30855
31066
|
"CopySink.DocumentDbCollectionSink": DocumentDbCollectionSink,
|
package/tsconfig.json
CHANGED
|
@@ -1528,6 +1528,28 @@ export declare interface AzurePostgreSqlLinkedService extends LinkedService {
|
|
|
1528
1528
|
type: "AzurePostgreSql";
|
|
1529
1529
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
1530
1530
|
connectionString?: any;
|
|
1531
|
+
/** Server name for connection. Type: string. */
|
|
1532
|
+
server?: any;
|
|
1533
|
+
/** The port for the connection. Type: integer. */
|
|
1534
|
+
port?: any;
|
|
1535
|
+
/** Username for authentication. Type: string. */
|
|
1536
|
+
username?: any;
|
|
1537
|
+
/** Database name for connection. Type: string. */
|
|
1538
|
+
database?: any;
|
|
1539
|
+
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
1540
|
+
sslMode?: any;
|
|
1541
|
+
/** The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. */
|
|
1542
|
+
timeout?: any;
|
|
1543
|
+
/** 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. */
|
|
1544
|
+
commandTimeout?: any;
|
|
1545
|
+
/** Whether to trust the server certificate without validating it. Type: boolean. */
|
|
1546
|
+
trustServerCertificate?: any;
|
|
1547
|
+
/** Determines the size of the internal buffer uses when reading. Increasing may improve performance if transferring large values from the database. Type: integer. */
|
|
1548
|
+
readBufferSize?: any;
|
|
1549
|
+
/** Gets or sets the session timezone. Type: string. */
|
|
1550
|
+
timezone?: any;
|
|
1551
|
+
/** Gets or sets the .NET encoding that will be used to encode/decode PostgreSQL string data. Type: string */
|
|
1552
|
+
encoding?: any;
|
|
1531
1553
|
/** The Azure key vault secret reference of password in connection string. */
|
|
1532
1554
|
password?: AzureKeyVaultSecretReference;
|
|
1533
1555
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
@@ -2765,7 +2787,7 @@ export declare interface CopyComputeScaleProperties {
|
|
|
2765
2787
|
/** A copy activity sink. */
|
|
2766
2788
|
export declare interface CopySink {
|
|
2767
2789
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
2768
|
-
type: "DelimitedTextSink" | "JsonSink" | "OrcSink" | "RestSink" | "AzurePostgreSqlSink" | "AzureMySqlSink" | "AzureDatabricksDeltaLakeSink" | "WarehouseSink" | "SapCloudForCustomerSink" | "AzureQueueSink" | "AzureTableSink" | "AvroSink" | "ParquetSink" | "BinarySink" | "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";
|
|
2790
|
+
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";
|
|
2769
2791
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
2770
2792
|
[property: string]: any;
|
|
2771
2793
|
/** Write batch size. Type: integer (or Expression with resultType integer), minimum: 0. */
|
|
@@ -2782,7 +2804,7 @@ export declare interface CopySink {
|
|
|
2782
2804
|
disableMetricsCollection?: any;
|
|
2783
2805
|
}
|
|
2784
2806
|
|
|
2785
|
-
export declare type CopySinkUnion = CopySink | DelimitedTextSink | JsonSink | OrcSink | RestSink | AzurePostgreSqlSink | AzureMySqlSink | AzureDatabricksDeltaLakeSink | WarehouseSink | SapCloudForCustomerSink | AzureQueueSink | AzureTableSink | AvroSink | ParquetSink | BinarySink | 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;
|
|
2807
|
+
export declare 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;
|
|
2786
2808
|
|
|
2787
2809
|
/** A copy activity source. */
|
|
2788
2810
|
export declare interface CopySource {
|
|
@@ -3708,7 +3730,7 @@ export declare interface DataMapperMapping {
|
|
|
3708
3730
|
/** The Azure Data Factory nested object which identifies data within different data stores, such as tables, files, folders, and documents. */
|
|
3709
3731
|
export declare interface Dataset {
|
|
3710
3732
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
3711
|
-
type: "AmazonS3Object" | "Avro" | "Excel" | "Parquet" | "DelimitedText" | "Json" | "Xml" | "Orc" | "Binary" | "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";
|
|
3733
|
+
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";
|
|
3712
3734
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
3713
3735
|
[property: string]: any;
|
|
3714
3736
|
/** Dataset description. */
|
|
@@ -3905,7 +3927,7 @@ export declare interface DatasetStorageFormat {
|
|
|
3905
3927
|
|
|
3906
3928
|
export declare type DatasetStorageFormatUnion = DatasetStorageFormat | TextFormat | JsonFormat | AvroFormat | OrcFormat | ParquetFormat;
|
|
3907
3929
|
|
|
3908
|
-
export declare type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | PostgreSqlV2TableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GoogleBigQueryV2ObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SnowflakeV2Dataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset | LakeHouseTableDataset | SalesforceV2ObjectDataset | SalesforceServiceCloudV2ObjectDataset | WarehouseTableDataset | ServiceNowV2ObjectDataset;
|
|
3930
|
+
export declare type DatasetUnion = Dataset | AmazonS3Dataset | AvroDataset | ExcelDataset | ParquetDataset | DelimitedTextDataset | JsonDataset | XmlDataset | OrcDataset | BinaryDataset | IcebergDataset | AzureBlobDataset | AzureTableDataset | AzureSqlTableDataset | AzureSqlMITableDataset | AzureSqlDWTableDataset | CassandraTableDataset | CustomDataset | CosmosDbSqlApiCollectionDataset | DocumentDbCollectionDataset | DynamicsEntityDataset | DynamicsCrmEntityDataset | CommonDataServiceForAppsEntityDataset | AzureDataLakeStoreDataset | AzureBlobFSDataset | Office365Dataset | FileShareDataset | MongoDbCollectionDataset | MongoDbAtlasCollectionDataset | MongoDbV2CollectionDataset | CosmosDbMongoDbApiCollectionDataset | ODataResourceDataset | OracleTableDataset | AmazonRdsForOracleTableDataset | TeradataTableDataset | AzureMySqlTableDataset | AmazonRedshiftTableDataset | Db2TableDataset | RelationalTableDataset | InformixTableDataset | OdbcTableDataset | MySqlTableDataset | PostgreSqlTableDataset | PostgreSqlV2TableDataset | MicrosoftAccessTableDataset | SalesforceObjectDataset | SalesforceServiceCloudObjectDataset | SybaseTableDataset | SapBwCubeDataset | SapCloudForCustomerResourceDataset | SapEccResourceDataset | SapHanaTableDataset | SapOpenHubTableDataset | SqlServerTableDataset | AmazonRdsForSqlServerTableDataset | RestResourceDataset | SapTableResourceDataset | SapOdpResourceDataset | WebTableDataset | AzureSearchIndexDataset | HttpDataset | AmazonMWSObjectDataset | AzurePostgreSqlTableDataset | ConcurObjectDataset | CouchbaseTableDataset | DrillTableDataset | EloquaObjectDataset | GoogleBigQueryObjectDataset | GoogleBigQueryV2ObjectDataset | GreenplumTableDataset | HBaseObjectDataset | HiveObjectDataset | HubspotObjectDataset | ImpalaObjectDataset | JiraObjectDataset | MagentoObjectDataset | MariaDBTableDataset | AzureMariaDBTableDataset | MarketoObjectDataset | PaypalObjectDataset | PhoenixObjectDataset | PrestoObjectDataset | QuickBooksObjectDataset | ServiceNowObjectDataset | ShopifyObjectDataset | SparkObjectDataset | SquareObjectDataset | XeroObjectDataset | ZohoObjectDataset | NetezzaTableDataset | VerticaTableDataset | SalesforceMarketingCloudObjectDataset | ResponsysObjectDataset | DynamicsAXResourceDataset | OracleServiceCloudObjectDataset | AzureDataExplorerTableDataset | GoogleAdWordsObjectDataset | SnowflakeDataset | SnowflakeV2Dataset | SharePointOnlineListResourceDataset | AzureDatabricksDeltaLakeDataset | LakeHouseTableDataset | SalesforceV2ObjectDataset | SalesforceServiceCloudV2ObjectDataset | WarehouseTableDataset | ServiceNowV2ObjectDataset;
|
|
3909
3931
|
|
|
3910
3932
|
/** Linked service for Dataworld. */
|
|
3911
3933
|
export declare interface DataworldLinkedService extends LinkedService {
|
|
@@ -5224,12 +5246,12 @@ export declare type FormatReadSettingsUnion = FormatReadSettings | ParquetReadSe
|
|
|
5224
5246
|
/** Format write settings. */
|
|
5225
5247
|
export declare interface FormatWriteSettings {
|
|
5226
5248
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
5227
|
-
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings";
|
|
5249
|
+
type: "AvroWriteSettings" | "OrcWriteSettings" | "ParquetWriteSettings" | "DelimitedTextWriteSettings" | "JsonWriteSettings" | "IcebergWriteSettings";
|
|
5228
5250
|
/** Describes unknown properties. The value of an unknown property can be of "any" type. */
|
|
5229
5251
|
[property: string]: any;
|
|
5230
5252
|
}
|
|
5231
5253
|
|
|
5232
|
-
export declare type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings;
|
|
5254
|
+
export declare type FormatWriteSettingsUnion = FormatWriteSettings | AvroWriteSettings | OrcWriteSettings | ParquetWriteSettings | DelimitedTextWriteSettings | JsonWriteSettings | IcebergWriteSettings;
|
|
5233
5255
|
|
|
5234
5256
|
/**
|
|
5235
5257
|
* Defines values for FrequencyType. \
|
|
@@ -6316,6 +6338,30 @@ export declare interface HubspotSource extends TabularSource {
|
|
|
6316
6338
|
query?: any;
|
|
6317
6339
|
}
|
|
6318
6340
|
|
|
6341
|
+
/** Iceberg dataset. */
|
|
6342
|
+
export declare interface IcebergDataset extends Dataset {
|
|
6343
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6344
|
+
type: "Iceberg";
|
|
6345
|
+
/** The location of the iceberg storage. Setting a file name is not allowed for iceberg format. */
|
|
6346
|
+
location?: DatasetLocationUnion;
|
|
6347
|
+
}
|
|
6348
|
+
|
|
6349
|
+
/** A copy activity Iceberg sink. */
|
|
6350
|
+
export declare interface IcebergSink extends CopySink {
|
|
6351
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6352
|
+
type: "IcebergSink";
|
|
6353
|
+
/** Iceberg store settings. */
|
|
6354
|
+
storeSettings?: StoreWriteSettingsUnion;
|
|
6355
|
+
/** Iceberg format settings. */
|
|
6356
|
+
formatSettings?: IcebergWriteSettings;
|
|
6357
|
+
}
|
|
6358
|
+
|
|
6359
|
+
/** Iceberg write settings. */
|
|
6360
|
+
export declare interface IcebergWriteSettings extends FormatWriteSettings {
|
|
6361
|
+
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
6362
|
+
type: "IcebergWriteSettings";
|
|
6363
|
+
}
|
|
6364
|
+
|
|
6319
6365
|
/** This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression. */
|
|
6320
6366
|
export declare interface IfConditionActivity extends ControlActivity {
|
|
6321
6367
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
@@ -9607,7 +9653,7 @@ export declare type MappingType = string;
|
|
|
9607
9653
|
export declare interface MariaDBLinkedService extends LinkedService {
|
|
9608
9654
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
9609
9655
|
type: "MariaDB";
|
|
9610
|
-
/** The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. */
|
|
9656
|
+
/** The version of the MariaDB driver. Type: string. V1 or empty for legacy driver, V2 for new driver. V1 can support connection string and property bag, V2 can only support connection string. The legacy driver is scheduled for deprecation by October 2024. */
|
|
9611
9657
|
driverVersion?: any;
|
|
9612
9658
|
/** An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference. */
|
|
9613
9659
|
connectionString?: any;
|
|
@@ -9619,6 +9665,10 @@ export declare interface MariaDBLinkedService extends LinkedService {
|
|
|
9619
9665
|
username?: any;
|
|
9620
9666
|
/** Database name for connection. Type: string. */
|
|
9621
9667
|
database?: any;
|
|
9668
|
+
/** This option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS. */
|
|
9669
|
+
sslMode?: any;
|
|
9670
|
+
/** This option specifies whether to use a CA certificate from the system trust store, or from a specified PEM file. E.g. UseSystemTrustStore=<0/1>; Options: Enabled (1) / Disabled (0) (Default) */
|
|
9671
|
+
useSystemTrustStore?: any;
|
|
9622
9672
|
/** The Azure key vault secret reference of password in connection string. */
|
|
9623
9673
|
password?: AzureKeyVaultSecretReference;
|
|
9624
9674
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
@@ -9917,6 +9967,20 @@ export declare interface MySqlLinkedService extends LinkedService {
|
|
|
9917
9967
|
password?: AzureKeyVaultSecretReference;
|
|
9918
9968
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
9919
9969
|
encryptedCredential?: string;
|
|
9970
|
+
/** This allows the special “zero” date value 0000-00-00 to be retrieved from the database. Type: boolean. */
|
|
9971
|
+
allowZeroDateTime?: any;
|
|
9972
|
+
/** The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error. Type: integer. */
|
|
9973
|
+
connectionTimeout?: any;
|
|
9974
|
+
/** True to return DateTime.MinValue for date or datetime columns that have disallowed values. Type: boolean. */
|
|
9975
|
+
convertZeroDateTime?: any;
|
|
9976
|
+
/** Determines which column type (if any) should be read as a GUID. Type: string. None: No column types are automatically read as a Guid; Char36: All CHAR(36) columns are read/written as a Guid using lowercase hex with hyphens, which matches UUID. */
|
|
9977
|
+
guidFormat?: any;
|
|
9978
|
+
/** The path to the client’s SSL certificate file in PEM format. SslKey must also be specified. Type: string. */
|
|
9979
|
+
sslCert?: any;
|
|
9980
|
+
/** The path to the client’s SSL private key in PEM format. SslCert must also be specified. Type: string. */
|
|
9981
|
+
sslKey?: any;
|
|
9982
|
+
/** When set to true, TINYINT(1) values are returned as booleans. Type: bool. */
|
|
9983
|
+
treatTinyAsBoolean?: any;
|
|
9920
9984
|
}
|
|
9921
9985
|
|
|
9922
9986
|
/** A copy activity source for MySQL databases. */
|
|
@@ -11109,6 +11173,8 @@ export declare interface PostgreSqlV2LinkedService extends LinkedService {
|
|
|
11109
11173
|
username: any;
|
|
11110
11174
|
/** Database name for connection. Type: string. */
|
|
11111
11175
|
database: any;
|
|
11176
|
+
/** The authentication type to use. Type: string. */
|
|
11177
|
+
authenticationType: any;
|
|
11112
11178
|
/** SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. */
|
|
11113
11179
|
sslMode: any;
|
|
11114
11180
|
/** Sets the schema search path. Type: string. */
|
|
@@ -12140,6 +12206,8 @@ export declare interface SalesforceV2Source extends TabularSource {
|
|
|
12140
12206
|
query?: any;
|
|
12141
12207
|
/** This property control whether query result contains Deleted objects. Default is false. Type: boolean (or Expression with resultType boolean). */
|
|
12142
12208
|
includeDeletedObjects?: any;
|
|
12209
|
+
/** Page size for each http request, too large pageSize will caused timeout, default 300,000. Type: integer (or Expression with resultType integer). */
|
|
12210
|
+
pageSize?: any;
|
|
12143
12211
|
}
|
|
12144
12212
|
|
|
12145
12213
|
/** The SAP BW cube dataset. */
|
|
@@ -13018,6 +13086,8 @@ export declare interface ServiceNowV2Source extends TabularSource {
|
|
|
13018
13086
|
type: "ServiceNowV2Source";
|
|
13019
13087
|
/** Expression to filter data from source. */
|
|
13020
13088
|
expression?: ExpressionV2;
|
|
13089
|
+
/** Page size of the result. Type: integer (or Expression with resultType integer). */
|
|
13090
|
+
pageSize?: any;
|
|
13021
13091
|
}
|
|
13022
13092
|
|
|
13023
13093
|
/** Service principal credential. */
|
|
@@ -13352,6 +13422,8 @@ export declare interface SnowflakeV2LinkedService extends LinkedService {
|
|
|
13352
13422
|
privateKey?: SecretBaseUnion;
|
|
13353
13423
|
/** The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. */
|
|
13354
13424
|
privateKeyPassphrase?: SecretBaseUnion;
|
|
13425
|
+
/** The host name of the Snowflake account. */
|
|
13426
|
+
host?: any;
|
|
13355
13427
|
/** The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. */
|
|
13356
13428
|
encryptedCredential?: string;
|
|
13357
13429
|
}
|