@azure/arm-datafactory 8.1.0 → 9.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/dist/arm-datafactory.js +214 -209
- package/dist/arm-datafactory.js.map +1 -1
- package/dist/arm-datafactory.min.js +1 -1
- package/dist/arm-datafactory.min.js.map +1 -1
- package/esm/dataFactoryManagementClientContext.js +1 -1
- package/esm/models/dataFlowDebugSessionMappers.d.ts +1 -1
- package/esm/models/dataFlowDebugSessionMappers.d.ts.map +1 -1
- package/esm/models/dataFlowDebugSessionMappers.js +1 -1
- package/esm/models/dataFlowDebugSessionMappers.js.map +1 -1
- package/esm/models/dataFlowsMappers.d.ts +1 -1
- package/esm/models/dataFlowsMappers.d.ts.map +1 -1
- package/esm/models/dataFlowsMappers.js +1 -1
- package/esm/models/dataFlowsMappers.js.map +1 -1
- package/esm/models/datasetsMappers.d.ts +1 -1
- package/esm/models/datasetsMappers.d.ts.map +1 -1
- package/esm/models/datasetsMappers.js +1 -1
- package/esm/models/datasetsMappers.js.map +1 -1
- package/esm/models/factoriesMappers.d.ts +1 -1
- package/esm/models/factoriesMappers.d.ts.map +1 -1
- package/esm/models/factoriesMappers.js +1 -1
- package/esm/models/factoriesMappers.js.map +1 -1
- package/esm/models/index.d.ts +120 -101
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/integrationRuntimesMappers.d.ts +1 -1
- package/esm/models/integrationRuntimesMappers.d.ts.map +1 -1
- package/esm/models/integrationRuntimesMappers.js +1 -1
- package/esm/models/integrationRuntimesMappers.js.map +1 -1
- package/esm/models/linkedServicesMappers.d.ts +1 -1
- package/esm/models/linkedServicesMappers.d.ts.map +1 -1
- package/esm/models/linkedServicesMappers.js +1 -1
- package/esm/models/linkedServicesMappers.js.map +1 -1
- package/esm/models/managedPrivateEndpointsMappers.d.ts +1 -1
- package/esm/models/managedPrivateEndpointsMappers.d.ts.map +1 -1
- package/esm/models/managedPrivateEndpointsMappers.js +1 -1
- package/esm/models/managedPrivateEndpointsMappers.js.map +1 -1
- package/esm/models/managedVirtualNetworksMappers.d.ts +1 -1
- package/esm/models/managedVirtualNetworksMappers.d.ts.map +1 -1
- package/esm/models/managedVirtualNetworksMappers.js +1 -1
- package/esm/models/managedVirtualNetworksMappers.js.map +1 -1
- package/esm/models/mappers.d.ts +3 -13
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +185 -124
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/pipelinesMappers.d.ts +1 -1
- package/esm/models/pipelinesMappers.d.ts.map +1 -1
- package/esm/models/pipelinesMappers.js +1 -1
- package/esm/models/pipelinesMappers.js.map +1 -1
- package/esm/models/privateEndPointConnectionsMappers.d.ts +1 -1
- package/esm/models/privateEndPointConnectionsMappers.d.ts.map +1 -1
- package/esm/models/privateEndPointConnectionsMappers.js +1 -1
- package/esm/models/privateEndPointConnectionsMappers.js.map +1 -1
- package/esm/models/privateEndpointConnectionMappers.d.ts +1 -1
- package/esm/models/privateEndpointConnectionMappers.d.ts.map +1 -1
- package/esm/models/privateEndpointConnectionMappers.js +1 -1
- package/esm/models/privateEndpointConnectionMappers.js.map +1 -1
- package/esm/models/privateLinkResourcesMappers.d.ts +1 -1
- package/esm/models/privateLinkResourcesMappers.d.ts.map +1 -1
- package/esm/models/privateLinkResourcesMappers.js +1 -1
- package/esm/models/privateLinkResourcesMappers.js.map +1 -1
- package/esm/models/triggersMappers.d.ts +1 -1
- package/esm/models/triggersMappers.d.ts.map +1 -1
- package/esm/models/triggersMappers.js +1 -1
- package/esm/models/triggersMappers.js.map +1 -1
- package/package.json +2 -2
- package/src/dataFactoryManagementClientContext.ts +1 -1
- package/src/models/dataFlowDebugSessionMappers.ts +2 -6
- package/src/models/dataFlowsMappers.ts +2 -6
- package/src/models/datasetsMappers.ts +2 -6
- package/src/models/factoriesMappers.ts +2 -6
- package/src/models/index.ts +121 -109
- package/src/models/integrationRuntimesMappers.ts +2 -6
- package/src/models/linkedServicesMappers.ts +2 -6
- package/src/models/managedPrivateEndpointsMappers.ts +2 -6
- package/src/models/managedVirtualNetworksMappers.ts +2 -6
- package/src/models/mappers.ts +194 -145
- package/src/models/pipelinesMappers.ts +2 -6
- package/src/models/privateEndPointConnectionsMappers.ts +2 -6
- package/src/models/privateEndpointConnectionMappers.ts +2 -6
- package/src/models/privateLinkResourcesMappers.ts +2 -6
- package/src/models/triggersMappers.ts +2 -6
package/esm/models/mappers.js
CHANGED
|
@@ -1708,6 +1708,12 @@ export var FactoryUpdateParameters = {
|
|
|
1708
1708
|
name: "Composite",
|
|
1709
1709
|
className: "FactoryIdentity"
|
|
1710
1710
|
}
|
|
1711
|
+
},
|
|
1712
|
+
publicNetworkAccess: {
|
|
1713
|
+
serializedName: "publicNetworkAccess",
|
|
1714
|
+
type: {
|
|
1715
|
+
name: "String"
|
|
1716
|
+
}
|
|
1711
1717
|
}
|
|
1712
1718
|
}
|
|
1713
1719
|
}
|
|
@@ -3038,6 +3044,18 @@ export var DataFlowDebugPackage = {
|
|
|
3038
3044
|
className: "DataFlowDebugResource"
|
|
3039
3045
|
}
|
|
3040
3046
|
},
|
|
3047
|
+
dataFlows: {
|
|
3048
|
+
serializedName: "dataFlows",
|
|
3049
|
+
type: {
|
|
3050
|
+
name: "Sequence",
|
|
3051
|
+
element: {
|
|
3052
|
+
type: {
|
|
3053
|
+
name: "Composite",
|
|
3054
|
+
className: "DataFlowDebugResource"
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
},
|
|
3041
3059
|
datasets: {
|
|
3042
3060
|
serializedName: "datasets",
|
|
3043
3061
|
type: {
|
|
@@ -3317,6 +3335,17 @@ export var DataFlowReference = {
|
|
|
3317
3335
|
type: {
|
|
3318
3336
|
name: "Object"
|
|
3319
3337
|
}
|
|
3338
|
+
},
|
|
3339
|
+
parameters: {
|
|
3340
|
+
serializedName: "parameters",
|
|
3341
|
+
type: {
|
|
3342
|
+
name: "Dictionary",
|
|
3343
|
+
value: {
|
|
3344
|
+
type: {
|
|
3345
|
+
name: "Object"
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3320
3349
|
}
|
|
3321
3350
|
},
|
|
3322
3351
|
additionalProperties: {
|
|
@@ -3854,28 +3883,42 @@ export var Transformation = {
|
|
|
3854
3883
|
type: {
|
|
3855
3884
|
name: "String"
|
|
3856
3885
|
}
|
|
3857
|
-
}
|
|
3858
|
-
|
|
3859
|
-
}
|
|
3860
|
-
};
|
|
3861
|
-
export var DataFlowSink = {
|
|
3862
|
-
serializedName: "DataFlowSink",
|
|
3863
|
-
type: {
|
|
3864
|
-
name: "Composite",
|
|
3865
|
-
className: "DataFlowSink",
|
|
3866
|
-
modelProperties: __assign(__assign({}, Transformation.type.modelProperties), { dataset: {
|
|
3886
|
+
},
|
|
3887
|
+
dataset: {
|
|
3867
3888
|
serializedName: "dataset",
|
|
3868
3889
|
type: {
|
|
3869
3890
|
name: "Composite",
|
|
3870
3891
|
className: "DatasetReference"
|
|
3871
3892
|
}
|
|
3872
|
-
},
|
|
3893
|
+
},
|
|
3894
|
+
linkedService: {
|
|
3873
3895
|
serializedName: "linkedService",
|
|
3874
3896
|
type: {
|
|
3875
3897
|
name: "Composite",
|
|
3876
3898
|
className: "LinkedServiceReference"
|
|
3877
3899
|
}
|
|
3878
|
-
},
|
|
3900
|
+
},
|
|
3901
|
+
flowlet: {
|
|
3902
|
+
serializedName: "flowlet",
|
|
3903
|
+
type: {
|
|
3904
|
+
name: "Composite",
|
|
3905
|
+
className: "DataFlowReference",
|
|
3906
|
+
additionalProperties: {
|
|
3907
|
+
type: {
|
|
3908
|
+
name: "Object"
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
};
|
|
3916
|
+
export var DataFlowSink = {
|
|
3917
|
+
serializedName: "DataFlowSink",
|
|
3918
|
+
type: {
|
|
3919
|
+
name: "Composite",
|
|
3920
|
+
className: "DataFlowSink",
|
|
3921
|
+
modelProperties: __assign(__assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
|
|
3879
3922
|
serializedName: "schemaLinkedService",
|
|
3880
3923
|
type: {
|
|
3881
3924
|
name: "Composite",
|
|
@@ -3902,19 +3945,7 @@ export var DataFlowSource = {
|
|
|
3902
3945
|
type: {
|
|
3903
3946
|
name: "Composite",
|
|
3904
3947
|
className: "DataFlowSource",
|
|
3905
|
-
modelProperties: __assign(__assign({}, Transformation.type.modelProperties), {
|
|
3906
|
-
serializedName: "dataset",
|
|
3907
|
-
type: {
|
|
3908
|
-
name: "Composite",
|
|
3909
|
-
className: "DatasetReference"
|
|
3910
|
-
}
|
|
3911
|
-
}, linkedService: {
|
|
3912
|
-
serializedName: "linkedService",
|
|
3913
|
-
type: {
|
|
3914
|
-
name: "Composite",
|
|
3915
|
-
className: "LinkedServiceReference"
|
|
3916
|
-
}
|
|
3917
|
-
}, schemaLinkedService: {
|
|
3948
|
+
modelProperties: __assign(__assign({}, Transformation.type.modelProperties), { schemaLinkedService: {
|
|
3918
3949
|
serializedName: "schemaLinkedService",
|
|
3919
3950
|
type: {
|
|
3920
3951
|
name: "Composite",
|
|
@@ -3959,6 +3990,69 @@ export var WranglingDataFlow = {
|
|
|
3959
3990
|
type: {
|
|
3960
3991
|
name: "String"
|
|
3961
3992
|
}
|
|
3993
|
+
}, documentLocale: {
|
|
3994
|
+
serializedName: "typeProperties.documentLocale",
|
|
3995
|
+
type: {
|
|
3996
|
+
name: "String"
|
|
3997
|
+
}
|
|
3998
|
+
} })
|
|
3999
|
+
}
|
|
4000
|
+
};
|
|
4001
|
+
export var Flowlet = {
|
|
4002
|
+
serializedName: "Flowlet",
|
|
4003
|
+
type: {
|
|
4004
|
+
name: "Composite",
|
|
4005
|
+
polymorphicDiscriminator: DataFlow.type.polymorphicDiscriminator,
|
|
4006
|
+
uberParent: "DataFlow",
|
|
4007
|
+
className: "Flowlet",
|
|
4008
|
+
modelProperties: __assign(__assign({}, DataFlow.type.modelProperties), { sources: {
|
|
4009
|
+
serializedName: "typeProperties.sources",
|
|
4010
|
+
type: {
|
|
4011
|
+
name: "Sequence",
|
|
4012
|
+
element: {
|
|
4013
|
+
type: {
|
|
4014
|
+
name: "Composite",
|
|
4015
|
+
className: "DataFlowSource"
|
|
4016
|
+
}
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
}, sinks: {
|
|
4020
|
+
serializedName: "typeProperties.sinks",
|
|
4021
|
+
type: {
|
|
4022
|
+
name: "Sequence",
|
|
4023
|
+
element: {
|
|
4024
|
+
type: {
|
|
4025
|
+
name: "Composite",
|
|
4026
|
+
className: "DataFlowSink"
|
|
4027
|
+
}
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
}, transformations: {
|
|
4031
|
+
serializedName: "typeProperties.transformations",
|
|
4032
|
+
type: {
|
|
4033
|
+
name: "Sequence",
|
|
4034
|
+
element: {
|
|
4035
|
+
type: {
|
|
4036
|
+
name: "Composite",
|
|
4037
|
+
className: "Transformation"
|
|
4038
|
+
}
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
}, script: {
|
|
4042
|
+
serializedName: "typeProperties.script",
|
|
4043
|
+
type: {
|
|
4044
|
+
name: "String"
|
|
4045
|
+
}
|
|
4046
|
+
}, scriptLines: {
|
|
4047
|
+
serializedName: "typeProperties.scriptLines",
|
|
4048
|
+
type: {
|
|
4049
|
+
name: "Sequence",
|
|
4050
|
+
element: {
|
|
4051
|
+
type: {
|
|
4052
|
+
name: "String"
|
|
4053
|
+
}
|
|
4054
|
+
}
|
|
4055
|
+
}
|
|
3962
4056
|
} })
|
|
3963
4057
|
}
|
|
3964
4058
|
};
|
|
@@ -4007,6 +4101,16 @@ export var MappingDataFlow = {
|
|
|
4007
4101
|
type: {
|
|
4008
4102
|
name: "String"
|
|
4009
4103
|
}
|
|
4104
|
+
}, scriptLines: {
|
|
4105
|
+
serializedName: "typeProperties.scriptLines",
|
|
4106
|
+
type: {
|
|
4107
|
+
name: "Sequence",
|
|
4108
|
+
element: {
|
|
4109
|
+
type: {
|
|
4110
|
+
name: "String"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4010
4114
|
} })
|
|
4011
4115
|
}
|
|
4012
4116
|
};
|
|
@@ -10161,18 +10265,19 @@ export var DatasetCompression = {
|
|
|
10161
10265
|
serializedName: "DatasetCompression",
|
|
10162
10266
|
type: {
|
|
10163
10267
|
name: "Composite",
|
|
10164
|
-
polymorphicDiscriminator: {
|
|
10165
|
-
serializedName: "type",
|
|
10166
|
-
clientName: "type"
|
|
10167
|
-
},
|
|
10168
|
-
uberParent: "DatasetCompression",
|
|
10169
10268
|
className: "DatasetCompression",
|
|
10170
10269
|
modelProperties: {
|
|
10171
10270
|
type: {
|
|
10172
10271
|
required: true,
|
|
10173
10272
|
serializedName: "type",
|
|
10174
10273
|
type: {
|
|
10175
|
-
name: "
|
|
10274
|
+
name: "Object"
|
|
10275
|
+
}
|
|
10276
|
+
},
|
|
10277
|
+
level: {
|
|
10278
|
+
serializedName: "level",
|
|
10279
|
+
type: {
|
|
10280
|
+
name: "Object"
|
|
10176
10281
|
}
|
|
10177
10282
|
}
|
|
10178
10283
|
},
|
|
@@ -10183,92 +10288,6 @@ export var DatasetCompression = {
|
|
|
10183
10288
|
}
|
|
10184
10289
|
}
|
|
10185
10290
|
};
|
|
10186
|
-
export var DatasetTarGZipCompression = {
|
|
10187
|
-
serializedName: "TarGZip",
|
|
10188
|
-
type: {
|
|
10189
|
-
name: "Composite",
|
|
10190
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10191
|
-
uberParent: "DatasetCompression",
|
|
10192
|
-
className: "DatasetTarGZipCompression",
|
|
10193
|
-
modelProperties: __assign(__assign({}, DatasetCompression.type.modelProperties), { level: {
|
|
10194
|
-
serializedName: "level",
|
|
10195
|
-
type: {
|
|
10196
|
-
name: "Object"
|
|
10197
|
-
}
|
|
10198
|
-
} }),
|
|
10199
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10200
|
-
}
|
|
10201
|
-
};
|
|
10202
|
-
export var DatasetTarCompression = {
|
|
10203
|
-
serializedName: "Tar",
|
|
10204
|
-
type: {
|
|
10205
|
-
name: "Composite",
|
|
10206
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10207
|
-
uberParent: "DatasetCompression",
|
|
10208
|
-
className: "DatasetTarCompression",
|
|
10209
|
-
modelProperties: __assign({}, DatasetCompression.type.modelProperties),
|
|
10210
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10211
|
-
}
|
|
10212
|
-
};
|
|
10213
|
-
export var DatasetZipDeflateCompression = {
|
|
10214
|
-
serializedName: "ZipDeflate",
|
|
10215
|
-
type: {
|
|
10216
|
-
name: "Composite",
|
|
10217
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10218
|
-
uberParent: "DatasetCompression",
|
|
10219
|
-
className: "DatasetZipDeflateCompression",
|
|
10220
|
-
modelProperties: __assign(__assign({}, DatasetCompression.type.modelProperties), { level: {
|
|
10221
|
-
serializedName: "level",
|
|
10222
|
-
type: {
|
|
10223
|
-
name: "Object"
|
|
10224
|
-
}
|
|
10225
|
-
} }),
|
|
10226
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10227
|
-
}
|
|
10228
|
-
};
|
|
10229
|
-
export var DatasetDeflateCompression = {
|
|
10230
|
-
serializedName: "Deflate",
|
|
10231
|
-
type: {
|
|
10232
|
-
name: "Composite",
|
|
10233
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10234
|
-
uberParent: "DatasetCompression",
|
|
10235
|
-
className: "DatasetDeflateCompression",
|
|
10236
|
-
modelProperties: __assign(__assign({}, DatasetCompression.type.modelProperties), { level: {
|
|
10237
|
-
serializedName: "level",
|
|
10238
|
-
type: {
|
|
10239
|
-
name: "Object"
|
|
10240
|
-
}
|
|
10241
|
-
} }),
|
|
10242
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10243
|
-
}
|
|
10244
|
-
};
|
|
10245
|
-
export var DatasetGZipCompression = {
|
|
10246
|
-
serializedName: "GZip",
|
|
10247
|
-
type: {
|
|
10248
|
-
name: "Composite",
|
|
10249
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10250
|
-
uberParent: "DatasetCompression",
|
|
10251
|
-
className: "DatasetGZipCompression",
|
|
10252
|
-
modelProperties: __assign(__assign({}, DatasetCompression.type.modelProperties), { level: {
|
|
10253
|
-
serializedName: "level",
|
|
10254
|
-
type: {
|
|
10255
|
-
name: "Object"
|
|
10256
|
-
}
|
|
10257
|
-
} }),
|
|
10258
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10259
|
-
}
|
|
10260
|
-
};
|
|
10261
|
-
export var DatasetBZip2Compression = {
|
|
10262
|
-
serializedName: "BZip2",
|
|
10263
|
-
type: {
|
|
10264
|
-
name: "Composite",
|
|
10265
|
-
polymorphicDiscriminator: DatasetCompression.type.polymorphicDiscriminator,
|
|
10266
|
-
uberParent: "DatasetCompression",
|
|
10267
|
-
className: "DatasetBZip2Compression",
|
|
10268
|
-
modelProperties: __assign({}, DatasetCompression.type.modelProperties),
|
|
10269
|
-
additionalProperties: DatasetCompression.type.additionalProperties
|
|
10270
|
-
}
|
|
10271
|
-
};
|
|
10272
10291
|
export var DatasetStorageFormat = {
|
|
10273
10292
|
serializedName: "DatasetStorageFormat",
|
|
10274
10293
|
type: {
|
|
@@ -12851,6 +12870,33 @@ export var ActivityPolicy = {
|
|
|
12851
12870
|
}
|
|
12852
12871
|
}
|
|
12853
12872
|
};
|
|
12873
|
+
export var PowerQuerySinkMapping = {
|
|
12874
|
+
serializedName: "PowerQuerySinkMapping",
|
|
12875
|
+
type: {
|
|
12876
|
+
name: "Composite",
|
|
12877
|
+
className: "PowerQuerySinkMapping",
|
|
12878
|
+
modelProperties: {
|
|
12879
|
+
queryName: {
|
|
12880
|
+
serializedName: "queryName",
|
|
12881
|
+
type: {
|
|
12882
|
+
name: "String"
|
|
12883
|
+
}
|
|
12884
|
+
},
|
|
12885
|
+
dataflowSinks: {
|
|
12886
|
+
serializedName: "dataflowSinks",
|
|
12887
|
+
type: {
|
|
12888
|
+
name: "Sequence",
|
|
12889
|
+
element: {
|
|
12890
|
+
type: {
|
|
12891
|
+
name: "Composite",
|
|
12892
|
+
className: "PowerQuerySink"
|
|
12893
|
+
}
|
|
12894
|
+
}
|
|
12895
|
+
}
|
|
12896
|
+
}
|
|
12897
|
+
}
|
|
12898
|
+
}
|
|
12899
|
+
};
|
|
12854
12900
|
export var ExecuteDataFlowActivityTypePropertiesCompute = {
|
|
12855
12901
|
serializedName: "ExecuteDataFlowActivityTypeProperties_compute",
|
|
12856
12902
|
type: {
|
|
@@ -12936,6 +12982,17 @@ export var ExecuteWranglingDataflowActivity = {
|
|
|
12936
12982
|
}
|
|
12937
12983
|
}
|
|
12938
12984
|
}
|
|
12985
|
+
}, queries: {
|
|
12986
|
+
serializedName: "typeProperties.queries",
|
|
12987
|
+
type: {
|
|
12988
|
+
name: "Sequence",
|
|
12989
|
+
element: {
|
|
12990
|
+
type: {
|
|
12991
|
+
name: "Composite",
|
|
12992
|
+
className: "PowerQuerySinkMapping"
|
|
12993
|
+
}
|
|
12994
|
+
}
|
|
12995
|
+
}
|
|
12939
12996
|
}, policy: {
|
|
12940
12997
|
serializedName: "policy",
|
|
12941
12998
|
type: {
|
|
@@ -13835,6 +13892,11 @@ export var SftpReadSettings = {
|
|
|
13835
13892
|
type: {
|
|
13836
13893
|
name: "Object"
|
|
13837
13894
|
}
|
|
13895
|
+
}, disableChunking: {
|
|
13896
|
+
serializedName: "disableChunking",
|
|
13897
|
+
type: {
|
|
13898
|
+
name: "Object"
|
|
13899
|
+
}
|
|
13838
13900
|
} }),
|
|
13839
13901
|
additionalProperties: StoreReadSettings.type.additionalProperties
|
|
13840
13902
|
}
|
|
@@ -13886,6 +13948,11 @@ export var FtpReadSettings = {
|
|
|
13886
13948
|
type: {
|
|
13887
13949
|
name: "Boolean"
|
|
13888
13950
|
}
|
|
13951
|
+
}, disableChunking: {
|
|
13952
|
+
serializedName: "disableChunking",
|
|
13953
|
+
type: {
|
|
13954
|
+
name: "Object"
|
|
13955
|
+
}
|
|
13889
13956
|
} }),
|
|
13890
13957
|
additionalProperties: StoreReadSettings.type.additionalProperties
|
|
13891
13958
|
}
|
|
@@ -23132,6 +23199,7 @@ export var discriminators = {
|
|
|
23132
23199
|
'Credential.ManagedIdentity': ManagedIdentityCredential,
|
|
23133
23200
|
'Credential.ServicePrincipal': ServicePrincipalCredential,
|
|
23134
23201
|
'DataFlow.WranglingDataFlow': WranglingDataFlow,
|
|
23202
|
+
'DataFlow.Flowlet': Flowlet,
|
|
23135
23203
|
'DataFlow.MappingDataFlow': MappingDataFlow,
|
|
23136
23204
|
'LinkedService.SharePointOnlineList': SharePointOnlineListLinkedService,
|
|
23137
23205
|
'LinkedService.Snowflake': SnowflakeLinkedService,
|
|
@@ -23277,13 +23345,6 @@ export var discriminators = {
|
|
|
23277
23345
|
'Dataset.ConcurObject': ConcurObjectDataset,
|
|
23278
23346
|
'Dataset.AzurePostgreSqlTable': AzurePostgreSqlTableDataset,
|
|
23279
23347
|
'Dataset.AmazonMWSObject': AmazonMWSObjectDataset,
|
|
23280
|
-
'DatasetCompression.TarGZip': DatasetTarGZipCompression,
|
|
23281
|
-
'DatasetCompression.Tar': DatasetTarCompression,
|
|
23282
|
-
'DatasetCompression.ZipDeflate': DatasetZipDeflateCompression,
|
|
23283
|
-
'DatasetCompression.Deflate': DatasetDeflateCompression,
|
|
23284
|
-
'DatasetCompression.GZip': DatasetGZipCompression,
|
|
23285
|
-
'DatasetCompression.BZip2': DatasetBZip2Compression,
|
|
23286
|
-
'DatasetCompression': DatasetCompression,
|
|
23287
23348
|
'DatasetStorageFormat.ParquetFormat': ParquetFormat,
|
|
23288
23349
|
'DatasetStorageFormat.OrcFormat': OrcFormat,
|
|
23289
23350
|
'DatasetStorageFormat.AvroFormat': AvroFormat,
|