1// +build go1.9
2
3// Copyright 2020 Microsoft Corporation
4//
5// Licensed under the Apache License, Version 2.0 (the "License");
6// you may not use this file except in compliance with the License.
7// You may obtain a copy of the License at
8//
9//     http://www.apache.org/licenses/LICENSE-2.0
10//
11// Unless required by applicable law or agreed to in writing, software
12// distributed under the License is distributed on an "AS IS" BASIS,
13// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14// See the License for the specific language governing permissions and
15// limitations under the License.
16
17// This code was auto-generated by:
18// github.com/Azure/azure-sdk-for-go/tools/profileBuilder
19
20package datafactory
21
22import (
23	"context"
24
25	original "github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory"
26)
27
28const (
29	DefaultBaseURI = original.DefaultBaseURI
30)
31
32type AuthenticationType = original.AuthenticationType
33
34const (
35	AuthenticationTypeAnonymous                      AuthenticationType = original.AuthenticationTypeAnonymous
36	AuthenticationTypeBasic                          AuthenticationType = original.AuthenticationTypeBasic
37	AuthenticationTypeClientCertificate              AuthenticationType = original.AuthenticationTypeClientCertificate
38	AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = original.AuthenticationTypeWebLinkedServiceTypeProperties
39)
40
41type AuthorizationType = original.AuthorizationType
42
43const (
44	AuthorizationTypeKey                          AuthorizationType = original.AuthorizationTypeKey
45	AuthorizationTypeLinkedIntegrationRuntimeType AuthorizationType = original.AuthorizationTypeLinkedIntegrationRuntimeType
46	AuthorizationTypeRBAC                         AuthorizationType = original.AuthorizationTypeRBAC
47)
48
49type AvroCompressionCodec = original.AvroCompressionCodec
50
51const (
52	Bzip2   AvroCompressionCodec = original.Bzip2
53	Deflate AvroCompressionCodec = original.Deflate
54	None    AvroCompressionCodec = original.None
55	Snappy  AvroCompressionCodec = original.Snappy
56	Xz      AvroCompressionCodec = original.Xz
57)
58
59type AzureFunctionActivityMethod = original.AzureFunctionActivityMethod
60
61const (
62	DELETE  AzureFunctionActivityMethod = original.DELETE
63	GET     AzureFunctionActivityMethod = original.GET
64	HEAD    AzureFunctionActivityMethod = original.HEAD
65	OPTIONS AzureFunctionActivityMethod = original.OPTIONS
66	POST    AzureFunctionActivityMethod = original.POST
67	PUT     AzureFunctionActivityMethod = original.PUT
68	TRACE   AzureFunctionActivityMethod = original.TRACE
69)
70
71type AzureSearchIndexWriteBehaviorType = original.AzureSearchIndexWriteBehaviorType
72
73const (
74	Merge  AzureSearchIndexWriteBehaviorType = original.Merge
75	Upload AzureSearchIndexWriteBehaviorType = original.Upload
76)
77
78type BlobEventTypes = original.BlobEventTypes
79
80const (
81	MicrosoftStorageBlobCreated BlobEventTypes = original.MicrosoftStorageBlobCreated
82	MicrosoftStorageBlobDeleted BlobEventTypes = original.MicrosoftStorageBlobDeleted
83)
84
85type CassandraSourceReadConsistencyLevels = original.CassandraSourceReadConsistencyLevels
86
87const (
88	ALL         CassandraSourceReadConsistencyLevels = original.ALL
89	EACHQUORUM  CassandraSourceReadConsistencyLevels = original.EACHQUORUM
90	LOCALONE    CassandraSourceReadConsistencyLevels = original.LOCALONE
91	LOCALQUORUM CassandraSourceReadConsistencyLevels = original.LOCALQUORUM
92	LOCALSERIAL CassandraSourceReadConsistencyLevels = original.LOCALSERIAL
93	ONE         CassandraSourceReadConsistencyLevels = original.ONE
94	QUORUM      CassandraSourceReadConsistencyLevels = original.QUORUM
95	SERIAL      CassandraSourceReadConsistencyLevels = original.SERIAL
96	THREE       CassandraSourceReadConsistencyLevels = original.THREE
97	TWO         CassandraSourceReadConsistencyLevels = original.TWO
98)
99
100type DataFlowComputeType = original.DataFlowComputeType
101
102const (
103	ComputeOptimized DataFlowComputeType = original.ComputeOptimized
104	General          DataFlowComputeType = original.General
105	MemoryOptimized  DataFlowComputeType = original.MemoryOptimized
106)
107
108type DataFlowDebugCommandType = original.DataFlowDebugCommandType
109
110const (
111	ExecuteExpressionQuery DataFlowDebugCommandType = original.ExecuteExpressionQuery
112	ExecutePreviewQuery    DataFlowDebugCommandType = original.ExecutePreviewQuery
113	ExecuteStatisticsQuery DataFlowDebugCommandType = original.ExecuteStatisticsQuery
114)
115
116type DayOfWeek = original.DayOfWeek
117
118const (
119	Friday    DayOfWeek = original.Friday
120	Monday    DayOfWeek = original.Monday
121	Saturday  DayOfWeek = original.Saturday
122	Sunday    DayOfWeek = original.Sunday
123	Thursday  DayOfWeek = original.Thursday
124	Tuesday   DayOfWeek = original.Tuesday
125	Wednesday DayOfWeek = original.Wednesday
126)
127
128type DaysOfWeek = original.DaysOfWeek
129
130const (
131	DaysOfWeekFriday    DaysOfWeek = original.DaysOfWeekFriday
132	DaysOfWeekMonday    DaysOfWeek = original.DaysOfWeekMonday
133	DaysOfWeekSaturday  DaysOfWeek = original.DaysOfWeekSaturday
134	DaysOfWeekSunday    DaysOfWeek = original.DaysOfWeekSunday
135	DaysOfWeekThursday  DaysOfWeek = original.DaysOfWeekThursday
136	DaysOfWeekTuesday   DaysOfWeek = original.DaysOfWeekTuesday
137	DaysOfWeekWednesday DaysOfWeek = original.DaysOfWeekWednesday
138)
139
140type Db2AuthenticationType = original.Db2AuthenticationType
141
142const (
143	Basic Db2AuthenticationType = original.Basic
144)
145
146type DependencyCondition = original.DependencyCondition
147
148const (
149	Completed DependencyCondition = original.Completed
150	Failed    DependencyCondition = original.Failed
151	Skipped   DependencyCondition = original.Skipped
152	Succeeded DependencyCondition = original.Succeeded
153)
154
155type DynamicsAuthenticationType = original.DynamicsAuthenticationType
156
157const (
158	AADServicePrincipal DynamicsAuthenticationType = original.AADServicePrincipal
159	Ifd                 DynamicsAuthenticationType = original.Ifd
160	Office365           DynamicsAuthenticationType = original.Office365
161)
162
163type DynamicsDeploymentType = original.DynamicsDeploymentType
164
165const (
166	Online            DynamicsDeploymentType = original.Online
167	OnPremisesWithIfd DynamicsDeploymentType = original.OnPremisesWithIfd
168)
169
170type EventSubscriptionStatus = original.EventSubscriptionStatus
171
172const (
173	Deprovisioning EventSubscriptionStatus = original.Deprovisioning
174	Disabled       EventSubscriptionStatus = original.Disabled
175	Enabled        EventSubscriptionStatus = original.Enabled
176	Provisioning   EventSubscriptionStatus = original.Provisioning
177	Unknown        EventSubscriptionStatus = original.Unknown
178)
179
180type FtpAuthenticationType = original.FtpAuthenticationType
181
182const (
183	FtpAuthenticationTypeAnonymous FtpAuthenticationType = original.FtpAuthenticationTypeAnonymous
184	FtpAuthenticationTypeBasic     FtpAuthenticationType = original.FtpAuthenticationTypeBasic
185)
186
187type GoogleAdWordsAuthenticationType = original.GoogleAdWordsAuthenticationType
188
189const (
190	ServiceAuthentication GoogleAdWordsAuthenticationType = original.ServiceAuthentication
191	UserAuthentication    GoogleAdWordsAuthenticationType = original.UserAuthentication
192)
193
194type GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationType
195
196const (
197	GoogleBigQueryAuthenticationTypeServiceAuthentication GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeServiceAuthentication
198	GoogleBigQueryAuthenticationTypeUserAuthentication    GoogleBigQueryAuthenticationType = original.GoogleBigQueryAuthenticationTypeUserAuthentication
199)
200
201type HBaseAuthenticationType = original.HBaseAuthenticationType
202
203const (
204	HBaseAuthenticationTypeAnonymous HBaseAuthenticationType = original.HBaseAuthenticationTypeAnonymous
205	HBaseAuthenticationTypeBasic     HBaseAuthenticationType = original.HBaseAuthenticationTypeBasic
206)
207
208type HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOption
209
210const (
211	HDInsightActivityDebugInfoOptionAlways  HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionAlways
212	HDInsightActivityDebugInfoOptionFailure HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionFailure
213	HDInsightActivityDebugInfoOptionNone    HDInsightActivityDebugInfoOption = original.HDInsightActivityDebugInfoOptionNone
214)
215
216type HTTPAuthenticationType = original.HTTPAuthenticationType
217
218const (
219	HTTPAuthenticationTypeAnonymous         HTTPAuthenticationType = original.HTTPAuthenticationTypeAnonymous
220	HTTPAuthenticationTypeBasic             HTTPAuthenticationType = original.HTTPAuthenticationTypeBasic
221	HTTPAuthenticationTypeClientCertificate HTTPAuthenticationType = original.HTTPAuthenticationTypeClientCertificate
222	HTTPAuthenticationTypeDigest            HTTPAuthenticationType = original.HTTPAuthenticationTypeDigest
223	HTTPAuthenticationTypeWindows           HTTPAuthenticationType = original.HTTPAuthenticationTypeWindows
224)
225
226type HiveAuthenticationType = original.HiveAuthenticationType
227
228const (
229	Anonymous                    HiveAuthenticationType = original.Anonymous
230	Username                     HiveAuthenticationType = original.Username
231	UsernameAndPassword          HiveAuthenticationType = original.UsernameAndPassword
232	WindowsAzureHDInsightService HiveAuthenticationType = original.WindowsAzureHDInsightService
233)
234
235type HiveServerType = original.HiveServerType
236
237const (
238	HiveServer1      HiveServerType = original.HiveServer1
239	HiveServer2      HiveServerType = original.HiveServer2
240	HiveThriftServer HiveServerType = original.HiveThriftServer
241)
242
243type HiveThriftTransportProtocol = original.HiveThriftTransportProtocol
244
245const (
246	Binary HiveThriftTransportProtocol = original.Binary
247	HTTP   HiveThriftTransportProtocol = original.HTTP
248	SASL   HiveThriftTransportProtocol = original.SASL
249)
250
251type ImpalaAuthenticationType = original.ImpalaAuthenticationType
252
253const (
254	ImpalaAuthenticationTypeAnonymous           ImpalaAuthenticationType = original.ImpalaAuthenticationTypeAnonymous
255	ImpalaAuthenticationTypeSASLUsername        ImpalaAuthenticationType = original.ImpalaAuthenticationTypeSASLUsername
256	ImpalaAuthenticationTypeUsernameAndPassword ImpalaAuthenticationType = original.ImpalaAuthenticationTypeUsernameAndPassword
257)
258
259type IntegrationRuntimeAuthKeyName = original.IntegrationRuntimeAuthKeyName
260
261const (
262	AuthKey1 IntegrationRuntimeAuthKeyName = original.AuthKey1
263	AuthKey2 IntegrationRuntimeAuthKeyName = original.AuthKey2
264)
265
266type IntegrationRuntimeAutoUpdate = original.IntegrationRuntimeAutoUpdate
267
268const (
269	Off IntegrationRuntimeAutoUpdate = original.Off
270	On  IntegrationRuntimeAutoUpdate = original.On
271)
272
273type IntegrationRuntimeEdition = original.IntegrationRuntimeEdition
274
275const (
276	Enterprise IntegrationRuntimeEdition = original.Enterprise
277	Standard   IntegrationRuntimeEdition = original.Standard
278)
279
280type IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceType
281
282const (
283	IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference
284	IntegrationRuntimeEntityReferenceTypeLinkedServiceReference      IntegrationRuntimeEntityReferenceType = original.IntegrationRuntimeEntityReferenceTypeLinkedServiceReference
285)
286
287type IntegrationRuntimeInternalChannelEncryptionMode = original.IntegrationRuntimeInternalChannelEncryptionMode
288
289const (
290	NotEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.NotEncrypted
291	NotSet       IntegrationRuntimeInternalChannelEncryptionMode = original.NotSet
292	SslEncrypted IntegrationRuntimeInternalChannelEncryptionMode = original.SslEncrypted
293)
294
295type IntegrationRuntimeLicenseType = original.IntegrationRuntimeLicenseType
296
297const (
298	BasePrice       IntegrationRuntimeLicenseType = original.BasePrice
299	LicenseIncluded IntegrationRuntimeLicenseType = original.LicenseIncluded
300)
301
302type IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTier
303
304const (
305	IntegrationRuntimeSsisCatalogPricingTierBasic     IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierBasic
306	IntegrationRuntimeSsisCatalogPricingTierPremium   IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremium
307	IntegrationRuntimeSsisCatalogPricingTierPremiumRS IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierPremiumRS
308	IntegrationRuntimeSsisCatalogPricingTierStandard  IntegrationRuntimeSsisCatalogPricingTier = original.IntegrationRuntimeSsisCatalogPricingTierStandard
309)
310
311type IntegrationRuntimeState = original.IntegrationRuntimeState
312
313const (
314	IntegrationRuntimeStateAccessDenied     IntegrationRuntimeState = original.IntegrationRuntimeStateAccessDenied
315	IntegrationRuntimeStateInitial          IntegrationRuntimeState = original.IntegrationRuntimeStateInitial
316	IntegrationRuntimeStateLimited          IntegrationRuntimeState = original.IntegrationRuntimeStateLimited
317	IntegrationRuntimeStateNeedRegistration IntegrationRuntimeState = original.IntegrationRuntimeStateNeedRegistration
318	IntegrationRuntimeStateOffline          IntegrationRuntimeState = original.IntegrationRuntimeStateOffline
319	IntegrationRuntimeStateOnline           IntegrationRuntimeState = original.IntegrationRuntimeStateOnline
320	IntegrationRuntimeStateStarted          IntegrationRuntimeState = original.IntegrationRuntimeStateStarted
321	IntegrationRuntimeStateStarting         IntegrationRuntimeState = original.IntegrationRuntimeStateStarting
322	IntegrationRuntimeStateStopped          IntegrationRuntimeState = original.IntegrationRuntimeStateStopped
323	IntegrationRuntimeStateStopping         IntegrationRuntimeState = original.IntegrationRuntimeStateStopping
324)
325
326type IntegrationRuntimeType = original.IntegrationRuntimeType
327
328const (
329	Managed    IntegrationRuntimeType = original.Managed
330	SelfHosted IntegrationRuntimeType = original.SelfHosted
331)
332
333type IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResult
334
335const (
336	IntegrationRuntimeUpdateResultFail    IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultFail
337	IntegrationRuntimeUpdateResultNone    IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultNone
338	IntegrationRuntimeUpdateResultSucceed IntegrationRuntimeUpdateResult = original.IntegrationRuntimeUpdateResultSucceed
339)
340
341type JSONWriteFilePattern = original.JSONWriteFilePattern
342
343const (
344	ArrayOfObjects JSONWriteFilePattern = original.ArrayOfObjects
345	SetOfObjects   JSONWriteFilePattern = original.SetOfObjects
346)
347
348type ManagedIntegrationRuntimeNodeStatus = original.ManagedIntegrationRuntimeNodeStatus
349
350const (
351	Available   ManagedIntegrationRuntimeNodeStatus = original.Available
352	Recycling   ManagedIntegrationRuntimeNodeStatus = original.Recycling
353	Starting    ManagedIntegrationRuntimeNodeStatus = original.Starting
354	Unavailable ManagedIntegrationRuntimeNodeStatus = original.Unavailable
355)
356
357type MongoDbAuthenticationType = original.MongoDbAuthenticationType
358
359const (
360	MongoDbAuthenticationTypeAnonymous MongoDbAuthenticationType = original.MongoDbAuthenticationTypeAnonymous
361	MongoDbAuthenticationTypeBasic     MongoDbAuthenticationType = original.MongoDbAuthenticationTypeBasic
362)
363
364type NetezzaPartitionOption = original.NetezzaPartitionOption
365
366const (
367	NetezzaPartitionOptionDataSlice    NetezzaPartitionOption = original.NetezzaPartitionOptionDataSlice
368	NetezzaPartitionOptionDynamicRange NetezzaPartitionOption = original.NetezzaPartitionOptionDynamicRange
369	NetezzaPartitionOptionNone         NetezzaPartitionOption = original.NetezzaPartitionOptionNone
370)
371
372type ODataAadServicePrincipalCredentialType = original.ODataAadServicePrincipalCredentialType
373
374const (
375	ServicePrincipalCert ODataAadServicePrincipalCredentialType = original.ServicePrincipalCert
376	ServicePrincipalKey  ODataAadServicePrincipalCredentialType = original.ServicePrincipalKey
377)
378
379type ODataAuthenticationType = original.ODataAuthenticationType
380
381const (
382	ODataAuthenticationTypeAadServicePrincipal    ODataAuthenticationType = original.ODataAuthenticationTypeAadServicePrincipal
383	ODataAuthenticationTypeAnonymous              ODataAuthenticationType = original.ODataAuthenticationTypeAnonymous
384	ODataAuthenticationTypeBasic                  ODataAuthenticationType = original.ODataAuthenticationTypeBasic
385	ODataAuthenticationTypeManagedServiceIdentity ODataAuthenticationType = original.ODataAuthenticationTypeManagedServiceIdentity
386	ODataAuthenticationTypeWindows                ODataAuthenticationType = original.ODataAuthenticationTypeWindows
387)
388
389type OraclePartitionOption = original.OraclePartitionOption
390
391const (
392	OraclePartitionOptionDynamicRange              OraclePartitionOption = original.OraclePartitionOptionDynamicRange
393	OraclePartitionOptionNone                      OraclePartitionOption = original.OraclePartitionOptionNone
394	OraclePartitionOptionPhysicalPartitionsOfTable OraclePartitionOption = original.OraclePartitionOptionPhysicalPartitionsOfTable
395)
396
397type OrcCompressionCodec = original.OrcCompressionCodec
398
399const (
400	OrcCompressionCodecNone   OrcCompressionCodec = original.OrcCompressionCodecNone
401	OrcCompressionCodecSnappy OrcCompressionCodec = original.OrcCompressionCodecSnappy
402	OrcCompressionCodecZlib   OrcCompressionCodec = original.OrcCompressionCodecZlib
403)
404
405type ParameterType = original.ParameterType
406
407const (
408	ParameterTypeArray        ParameterType = original.ParameterTypeArray
409	ParameterTypeBool         ParameterType = original.ParameterTypeBool
410	ParameterTypeFloat        ParameterType = original.ParameterTypeFloat
411	ParameterTypeInt          ParameterType = original.ParameterTypeInt
412	ParameterTypeObject       ParameterType = original.ParameterTypeObject
413	ParameterTypeSecureString ParameterType = original.ParameterTypeSecureString
414	ParameterTypeString       ParameterType = original.ParameterTypeString
415)
416
417type PhoenixAuthenticationType = original.PhoenixAuthenticationType
418
419const (
420	PhoenixAuthenticationTypeAnonymous                    PhoenixAuthenticationType = original.PhoenixAuthenticationTypeAnonymous
421	PhoenixAuthenticationTypeUsernameAndPassword          PhoenixAuthenticationType = original.PhoenixAuthenticationTypeUsernameAndPassword
422	PhoenixAuthenticationTypeWindowsAzureHDInsightService PhoenixAuthenticationType = original.PhoenixAuthenticationTypeWindowsAzureHDInsightService
423)
424
425type PolybaseSettingsRejectType = original.PolybaseSettingsRejectType
426
427const (
428	Percentage PolybaseSettingsRejectType = original.Percentage
429	Value      PolybaseSettingsRejectType = original.Value
430)
431
432type PrestoAuthenticationType = original.PrestoAuthenticationType
433
434const (
435	PrestoAuthenticationTypeAnonymous PrestoAuthenticationType = original.PrestoAuthenticationTypeAnonymous
436	PrestoAuthenticationTypeLDAP      PrestoAuthenticationType = original.PrestoAuthenticationTypeLDAP
437)
438
439type RecurrenceFrequency = original.RecurrenceFrequency
440
441const (
442	Day          RecurrenceFrequency = original.Day
443	Hour         RecurrenceFrequency = original.Hour
444	Minute       RecurrenceFrequency = original.Minute
445	Month        RecurrenceFrequency = original.Month
446	NotSpecified RecurrenceFrequency = original.NotSpecified
447	Week         RecurrenceFrequency = original.Week
448	Year         RecurrenceFrequency = original.Year
449)
450
451type RestServiceAuthenticationType = original.RestServiceAuthenticationType
452
453const (
454	RestServiceAuthenticationTypeAadServicePrincipal    RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAadServicePrincipal
455	RestServiceAuthenticationTypeAnonymous              RestServiceAuthenticationType = original.RestServiceAuthenticationTypeAnonymous
456	RestServiceAuthenticationTypeBasic                  RestServiceAuthenticationType = original.RestServiceAuthenticationTypeBasic
457	RestServiceAuthenticationTypeManagedServiceIdentity RestServiceAuthenticationType = original.RestServiceAuthenticationTypeManagedServiceIdentity
458)
459
460type RunQueryFilterOperand = original.RunQueryFilterOperand
461
462const (
463	ActivityName        RunQueryFilterOperand = original.ActivityName
464	ActivityRunEnd      RunQueryFilterOperand = original.ActivityRunEnd
465	ActivityRunStart    RunQueryFilterOperand = original.ActivityRunStart
466	ActivityType        RunQueryFilterOperand = original.ActivityType
467	LatestOnly          RunQueryFilterOperand = original.LatestOnly
468	PipelineName        RunQueryFilterOperand = original.PipelineName
469	RunEnd              RunQueryFilterOperand = original.RunEnd
470	RunGroupID          RunQueryFilterOperand = original.RunGroupID
471	RunStart            RunQueryFilterOperand = original.RunStart
472	Status              RunQueryFilterOperand = original.Status
473	TriggerName         RunQueryFilterOperand = original.TriggerName
474	TriggerRunTimestamp RunQueryFilterOperand = original.TriggerRunTimestamp
475)
476
477type RunQueryFilterOperator = original.RunQueryFilterOperator
478
479const (
480	Equals    RunQueryFilterOperator = original.Equals
481	In        RunQueryFilterOperator = original.In
482	NotEquals RunQueryFilterOperator = original.NotEquals
483	NotIn     RunQueryFilterOperator = original.NotIn
484)
485
486type RunQueryOrder = original.RunQueryOrder
487
488const (
489	ASC  RunQueryOrder = original.ASC
490	DESC RunQueryOrder = original.DESC
491)
492
493type RunQueryOrderByField = original.RunQueryOrderByField
494
495const (
496	RunQueryOrderByFieldActivityName        RunQueryOrderByField = original.RunQueryOrderByFieldActivityName
497	RunQueryOrderByFieldActivityRunEnd      RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunEnd
498	RunQueryOrderByFieldActivityRunStart    RunQueryOrderByField = original.RunQueryOrderByFieldActivityRunStart
499	RunQueryOrderByFieldPipelineName        RunQueryOrderByField = original.RunQueryOrderByFieldPipelineName
500	RunQueryOrderByFieldRunEnd              RunQueryOrderByField = original.RunQueryOrderByFieldRunEnd
501	RunQueryOrderByFieldRunStart            RunQueryOrderByField = original.RunQueryOrderByFieldRunStart
502	RunQueryOrderByFieldStatus              RunQueryOrderByField = original.RunQueryOrderByFieldStatus
503	RunQueryOrderByFieldTriggerName         RunQueryOrderByField = original.RunQueryOrderByFieldTriggerName
504	RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = original.RunQueryOrderByFieldTriggerRunTimestamp
505)
506
507type SalesforceSinkWriteBehavior = original.SalesforceSinkWriteBehavior
508
509const (
510	Insert SalesforceSinkWriteBehavior = original.Insert
511	Upsert SalesforceSinkWriteBehavior = original.Upsert
512)
513
514type SalesforceSourceReadBehavior = original.SalesforceSourceReadBehavior
515
516const (
517	Query    SalesforceSourceReadBehavior = original.Query
518	QueryAll SalesforceSourceReadBehavior = original.QueryAll
519)
520
521type SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehavior
522
523const (
524	SapCloudForCustomerSinkWriteBehaviorInsert SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorInsert
525	SapCloudForCustomerSinkWriteBehaviorUpdate SapCloudForCustomerSinkWriteBehavior = original.SapCloudForCustomerSinkWriteBehaviorUpdate
526)
527
528type SapHanaAuthenticationType = original.SapHanaAuthenticationType
529
530const (
531	SapHanaAuthenticationTypeBasic   SapHanaAuthenticationType = original.SapHanaAuthenticationTypeBasic
532	SapHanaAuthenticationTypeWindows SapHanaAuthenticationType = original.SapHanaAuthenticationTypeWindows
533)
534
535type SapHanaPartitionOption = original.SapHanaPartitionOption
536
537const (
538	SapHanaPartitionOptionNone                      SapHanaPartitionOption = original.SapHanaPartitionOptionNone
539	SapHanaPartitionOptionPhysicalPartitionsOfTable SapHanaPartitionOption = original.SapHanaPartitionOptionPhysicalPartitionsOfTable
540	SapHanaPartitionOptionSapHanaDynamicRange       SapHanaPartitionOption = original.SapHanaPartitionOptionSapHanaDynamicRange
541)
542
543type SapTablePartitionOption = original.SapTablePartitionOption
544
545const (
546	SapTablePartitionOptionNone                     SapTablePartitionOption = original.SapTablePartitionOptionNone
547	SapTablePartitionOptionPartitionOnCalendarDate  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarDate
548	SapTablePartitionOptionPartitionOnCalendarMonth SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarMonth
549	SapTablePartitionOptionPartitionOnCalendarYear  SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnCalendarYear
550	SapTablePartitionOptionPartitionOnInt           SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnInt
551	SapTablePartitionOptionPartitionOnTime          SapTablePartitionOption = original.SapTablePartitionOptionPartitionOnTime
552)
553
554type SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatus
555
556const (
557	SelfHostedIntegrationRuntimeNodeStatusInitializeFailed SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializeFailed
558	SelfHostedIntegrationRuntimeNodeStatusInitializing     SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusInitializing
559	SelfHostedIntegrationRuntimeNodeStatusLimited          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusLimited
560	SelfHostedIntegrationRuntimeNodeStatusNeedRegistration SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusNeedRegistration
561	SelfHostedIntegrationRuntimeNodeStatusOffline          SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOffline
562	SelfHostedIntegrationRuntimeNodeStatusOnline           SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusOnline
563	SelfHostedIntegrationRuntimeNodeStatusUpgrading        SelfHostedIntegrationRuntimeNodeStatus = original.SelfHostedIntegrationRuntimeNodeStatusUpgrading
564)
565
566type ServiceNowAuthenticationType = original.ServiceNowAuthenticationType
567
568const (
569	ServiceNowAuthenticationTypeBasic  ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeBasic
570	ServiceNowAuthenticationTypeOAuth2 ServiceNowAuthenticationType = original.ServiceNowAuthenticationTypeOAuth2
571)
572
573type SftpAuthenticationType = original.SftpAuthenticationType
574
575const (
576	SftpAuthenticationTypeBasic        SftpAuthenticationType = original.SftpAuthenticationTypeBasic
577	SftpAuthenticationTypeSSHPublicKey SftpAuthenticationType = original.SftpAuthenticationTypeSSHPublicKey
578)
579
580type SparkAuthenticationType = original.SparkAuthenticationType
581
582const (
583	SparkAuthenticationTypeAnonymous                    SparkAuthenticationType = original.SparkAuthenticationTypeAnonymous
584	SparkAuthenticationTypeUsername                     SparkAuthenticationType = original.SparkAuthenticationTypeUsername
585	SparkAuthenticationTypeUsernameAndPassword          SparkAuthenticationType = original.SparkAuthenticationTypeUsernameAndPassword
586	SparkAuthenticationTypeWindowsAzureHDInsightService SparkAuthenticationType = original.SparkAuthenticationTypeWindowsAzureHDInsightService
587)
588
589type SparkServerType = original.SparkServerType
590
591const (
592	SharkServer       SparkServerType = original.SharkServer
593	SharkServer2      SparkServerType = original.SharkServer2
594	SparkThriftServer SparkServerType = original.SparkThriftServer
595)
596
597type SparkThriftTransportProtocol = original.SparkThriftTransportProtocol
598
599const (
600	SparkThriftTransportProtocolBinary SparkThriftTransportProtocol = original.SparkThriftTransportProtocolBinary
601	SparkThriftTransportProtocolHTTP   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolHTTP
602	SparkThriftTransportProtocolSASL   SparkThriftTransportProtocol = original.SparkThriftTransportProtocolSASL
603)
604
605type SsisObjectMetadataType = original.SsisObjectMetadataType
606
607const (
608	Environment SsisObjectMetadataType = original.Environment
609	Folder      SsisObjectMetadataType = original.Folder
610	Package     SsisObjectMetadataType = original.Package
611	Project     SsisObjectMetadataType = original.Project
612)
613
614type SsisPackageLocationType = original.SsisPackageLocationType
615
616const (
617	SsisPackageLocationTypeFile          SsisPackageLocationType = original.SsisPackageLocationTypeFile
618	SsisPackageLocationTypeInlinePackage SsisPackageLocationType = original.SsisPackageLocationTypeInlinePackage
619	SsisPackageLocationTypePackageStore  SsisPackageLocationType = original.SsisPackageLocationTypePackageStore
620	SsisPackageLocationTypeSSISDB        SsisPackageLocationType = original.SsisPackageLocationTypeSSISDB
621)
622
623type StoredProcedureParameterType = original.StoredProcedureParameterType
624
625const (
626	Boolean StoredProcedureParameterType = original.Boolean
627	Date    StoredProcedureParameterType = original.Date
628	Decimal StoredProcedureParameterType = original.Decimal
629	GUID    StoredProcedureParameterType = original.GUID
630	Int     StoredProcedureParameterType = original.Int
631	Int64   StoredProcedureParameterType = original.Int64
632	String  StoredProcedureParameterType = original.String
633)
634
635type SybaseAuthenticationType = original.SybaseAuthenticationType
636
637const (
638	SybaseAuthenticationTypeBasic   SybaseAuthenticationType = original.SybaseAuthenticationTypeBasic
639	SybaseAuthenticationTypeWindows SybaseAuthenticationType = original.SybaseAuthenticationTypeWindows
640)
641
642type TeradataAuthenticationType = original.TeradataAuthenticationType
643
644const (
645	TeradataAuthenticationTypeBasic   TeradataAuthenticationType = original.TeradataAuthenticationTypeBasic
646	TeradataAuthenticationTypeWindows TeradataAuthenticationType = original.TeradataAuthenticationTypeWindows
647)
648
649type TeradataPartitionOption = original.TeradataPartitionOption
650
651const (
652	TeradataPartitionOptionDynamicRange TeradataPartitionOption = original.TeradataPartitionOptionDynamicRange
653	TeradataPartitionOptionHash         TeradataPartitionOption = original.TeradataPartitionOptionHash
654	TeradataPartitionOptionNone         TeradataPartitionOption = original.TeradataPartitionOptionNone
655)
656
657type TriggerRunStatus = original.TriggerRunStatus
658
659const (
660	TriggerRunStatusFailed     TriggerRunStatus = original.TriggerRunStatusFailed
661	TriggerRunStatusInprogress TriggerRunStatus = original.TriggerRunStatusInprogress
662	TriggerRunStatusSucceeded  TriggerRunStatus = original.TriggerRunStatusSucceeded
663)
664
665type TriggerRuntimeState = original.TriggerRuntimeState
666
667const (
668	TriggerRuntimeStateDisabled TriggerRuntimeState = original.TriggerRuntimeStateDisabled
669	TriggerRuntimeStateStarted  TriggerRuntimeState = original.TriggerRuntimeStateStarted
670	TriggerRuntimeStateStopped  TriggerRuntimeState = original.TriggerRuntimeStateStopped
671)
672
673type TumblingWindowFrequency = original.TumblingWindowFrequency
674
675const (
676	TumblingWindowFrequencyHour   TumblingWindowFrequency = original.TumblingWindowFrequencyHour
677	TumblingWindowFrequencyMinute TumblingWindowFrequency = original.TumblingWindowFrequencyMinute
678)
679
680type Type = original.Type
681
682const (
683	TypeAzureKeyVaultSecret Type = original.TypeAzureKeyVaultSecret
684	TypeSecretBase          Type = original.TypeSecretBase
685	TypeSecureString        Type = original.TypeSecureString
686)
687
688type TypeBasicActivity = original.TypeBasicActivity
689
690const (
691	TypeActivity                 TypeBasicActivity = original.TypeActivity
692	TypeAppendVariable           TypeBasicActivity = original.TypeAppendVariable
693	TypeAzureDataExplorerCommand TypeBasicActivity = original.TypeAzureDataExplorerCommand
694	TypeAzureFunctionActivity    TypeBasicActivity = original.TypeAzureFunctionActivity
695	TypeAzureMLBatchExecution    TypeBasicActivity = original.TypeAzureMLBatchExecution
696	TypeAzureMLExecutePipeline   TypeBasicActivity = original.TypeAzureMLExecutePipeline
697	TypeAzureMLUpdateResource    TypeBasicActivity = original.TypeAzureMLUpdateResource
698	TypeContainer                TypeBasicActivity = original.TypeContainer
699	TypeCopy                     TypeBasicActivity = original.TypeCopy
700	TypeCustom                   TypeBasicActivity = original.TypeCustom
701	TypeDatabricksNotebook       TypeBasicActivity = original.TypeDatabricksNotebook
702	TypeDatabricksSparkJar       TypeBasicActivity = original.TypeDatabricksSparkJar
703	TypeDatabricksSparkPython    TypeBasicActivity = original.TypeDatabricksSparkPython
704	TypeDataLakeAnalyticsUSQL    TypeBasicActivity = original.TypeDataLakeAnalyticsUSQL
705	TypeDelete                   TypeBasicActivity = original.TypeDelete
706	TypeExecuteDataFlow          TypeBasicActivity = original.TypeExecuteDataFlow
707	TypeExecutePipeline          TypeBasicActivity = original.TypeExecutePipeline
708	TypeExecuteSSISPackage       TypeBasicActivity = original.TypeExecuteSSISPackage
709	TypeExecution                TypeBasicActivity = original.TypeExecution
710	TypeFilter                   TypeBasicActivity = original.TypeFilter
711	TypeForEach                  TypeBasicActivity = original.TypeForEach
712	TypeGetMetadata              TypeBasicActivity = original.TypeGetMetadata
713	TypeHDInsightHive            TypeBasicActivity = original.TypeHDInsightHive
714	TypeHDInsightMapReduce       TypeBasicActivity = original.TypeHDInsightMapReduce
715	TypeHDInsightPig             TypeBasicActivity = original.TypeHDInsightPig
716	TypeHDInsightSpark           TypeBasicActivity = original.TypeHDInsightSpark
717	TypeHDInsightStreaming       TypeBasicActivity = original.TypeHDInsightStreaming
718	TypeIfCondition              TypeBasicActivity = original.TypeIfCondition
719	TypeLookup                   TypeBasicActivity = original.TypeLookup
720	TypeSetVariable              TypeBasicActivity = original.TypeSetVariable
721	TypeSQLServerStoredProcedure TypeBasicActivity = original.TypeSQLServerStoredProcedure
722	TypeSwitch                   TypeBasicActivity = original.TypeSwitch
723	TypeUntil                    TypeBasicActivity = original.TypeUntil
724	TypeValidation               TypeBasicActivity = original.TypeValidation
725	TypeWait                     TypeBasicActivity = original.TypeWait
726	TypeWebActivity              TypeBasicActivity = original.TypeWebActivity
727	TypeWebHook                  TypeBasicActivity = original.TypeWebHook
728)
729
730type TypeBasicCompressionReadSettings = original.TypeBasicCompressionReadSettings
731
732const (
733	TypeCompressionReadSettings TypeBasicCompressionReadSettings = original.TypeCompressionReadSettings
734	TypeZipDeflateReadSettings  TypeBasicCompressionReadSettings = original.TypeZipDeflateReadSettings
735)
736
737type TypeBasicCopySink = original.TypeBasicCopySink
738
739const (
740	TypeAvroSink                     TypeBasicCopySink = original.TypeAvroSink
741	TypeAzureBlobFSSink              TypeBasicCopySink = original.TypeAzureBlobFSSink
742	TypeAzureDataExplorerSink        TypeBasicCopySink = original.TypeAzureDataExplorerSink
743	TypeAzureDataLakeStoreSink       TypeBasicCopySink = original.TypeAzureDataLakeStoreSink
744	TypeAzureMySQLSink               TypeBasicCopySink = original.TypeAzureMySQLSink
745	TypeAzurePostgreSQLSink          TypeBasicCopySink = original.TypeAzurePostgreSQLSink
746	TypeAzureQueueSink               TypeBasicCopySink = original.TypeAzureQueueSink
747	TypeAzureSearchIndexSink         TypeBasicCopySink = original.TypeAzureSearchIndexSink
748	TypeAzureSQLSink                 TypeBasicCopySink = original.TypeAzureSQLSink
749	TypeAzureTableSink               TypeBasicCopySink = original.TypeAzureTableSink
750	TypeBinarySink                   TypeBasicCopySink = original.TypeBinarySink
751	TypeBlobSink                     TypeBasicCopySink = original.TypeBlobSink
752	TypeCommonDataServiceForAppsSink TypeBasicCopySink = original.TypeCommonDataServiceForAppsSink
753	TypeCopySink                     TypeBasicCopySink = original.TypeCopySink
754	TypeCosmosDbMongoDbAPISink       TypeBasicCopySink = original.TypeCosmosDbMongoDbAPISink
755	TypeCosmosDbSQLAPISink           TypeBasicCopySink = original.TypeCosmosDbSQLAPISink
756	TypeDelimitedTextSink            TypeBasicCopySink = original.TypeDelimitedTextSink
757	TypeDocumentDbCollectionSink     TypeBasicCopySink = original.TypeDocumentDbCollectionSink
758	TypeDynamicsCrmSink              TypeBasicCopySink = original.TypeDynamicsCrmSink
759	TypeDynamicsSink                 TypeBasicCopySink = original.TypeDynamicsSink
760	TypeFileSystemSink               TypeBasicCopySink = original.TypeFileSystemSink
761	TypeInformixSink                 TypeBasicCopySink = original.TypeInformixSink
762	TypeJSONSink                     TypeBasicCopySink = original.TypeJSONSink
763	TypeMicrosoftAccessSink          TypeBasicCopySink = original.TypeMicrosoftAccessSink
764	TypeOdbcSink                     TypeBasicCopySink = original.TypeOdbcSink
765	TypeOracleSink                   TypeBasicCopySink = original.TypeOracleSink
766	TypeOrcSink                      TypeBasicCopySink = original.TypeOrcSink
767	TypeParquetSink                  TypeBasicCopySink = original.TypeParquetSink
768	TypeSalesforceServiceCloudSink   TypeBasicCopySink = original.TypeSalesforceServiceCloudSink
769	TypeSalesforceSink               TypeBasicCopySink = original.TypeSalesforceSink
770	TypeSapCloudForCustomerSink      TypeBasicCopySink = original.TypeSapCloudForCustomerSink
771	TypeSnowflakeSink                TypeBasicCopySink = original.TypeSnowflakeSink
772	TypeSQLDWSink                    TypeBasicCopySink = original.TypeSQLDWSink
773	TypeSQLMISink                    TypeBasicCopySink = original.TypeSQLMISink
774	TypeSQLServerSink                TypeBasicCopySink = original.TypeSQLServerSink
775	TypeSQLSink                      TypeBasicCopySink = original.TypeSQLSink
776)
777
778type TypeBasicCopySource = original.TypeBasicCopySource
779
780const (
781	TypeAmazonMWSSource                TypeBasicCopySource = original.TypeAmazonMWSSource
782	TypeAmazonRedshiftSource           TypeBasicCopySource = original.TypeAmazonRedshiftSource
783	TypeAvroSource                     TypeBasicCopySource = original.TypeAvroSource
784	TypeAzureBlobFSSource              TypeBasicCopySource = original.TypeAzureBlobFSSource
785	TypeAzureDataExplorerSource        TypeBasicCopySource = original.TypeAzureDataExplorerSource
786	TypeAzureDataLakeStoreSource       TypeBasicCopySource = original.TypeAzureDataLakeStoreSource
787	TypeAzureMariaDBSource             TypeBasicCopySource = original.TypeAzureMariaDBSource
788	TypeAzureMySQLSource               TypeBasicCopySource = original.TypeAzureMySQLSource
789	TypeAzurePostgreSQLSource          TypeBasicCopySource = original.TypeAzurePostgreSQLSource
790	TypeAzureSQLSource                 TypeBasicCopySource = original.TypeAzureSQLSource
791	TypeAzureTableSource               TypeBasicCopySource = original.TypeAzureTableSource
792	TypeBinarySource                   TypeBasicCopySource = original.TypeBinarySource
793	TypeBlobSource                     TypeBasicCopySource = original.TypeBlobSource
794	TypeCassandraSource                TypeBasicCopySource = original.TypeCassandraSource
795	TypeCommonDataServiceForAppsSource TypeBasicCopySource = original.TypeCommonDataServiceForAppsSource
796	TypeConcurSource                   TypeBasicCopySource = original.TypeConcurSource
797	TypeCopySource                     TypeBasicCopySource = original.TypeCopySource
798	TypeCosmosDbMongoDbAPISource       TypeBasicCopySource = original.TypeCosmosDbMongoDbAPISource
799	TypeCosmosDbSQLAPISource           TypeBasicCopySource = original.TypeCosmosDbSQLAPISource
800	TypeCouchbaseSource                TypeBasicCopySource = original.TypeCouchbaseSource
801	TypeDb2Source                      TypeBasicCopySource = original.TypeDb2Source
802	TypeDelimitedTextSource            TypeBasicCopySource = original.TypeDelimitedTextSource
803	TypeDocumentDbCollectionSource     TypeBasicCopySource = original.TypeDocumentDbCollectionSource
804	TypeDrillSource                    TypeBasicCopySource = original.TypeDrillSource
805	TypeDynamicsAXSource               TypeBasicCopySource = original.TypeDynamicsAXSource
806	TypeDynamicsCrmSource              TypeBasicCopySource = original.TypeDynamicsCrmSource
807	TypeDynamicsSource                 TypeBasicCopySource = original.TypeDynamicsSource
808	TypeEloquaSource                   TypeBasicCopySource = original.TypeEloquaSource
809	TypeExcelSource                    TypeBasicCopySource = original.TypeExcelSource
810	TypeFileSystemSource               TypeBasicCopySource = original.TypeFileSystemSource
811	TypeGoogleAdWordsSource            TypeBasicCopySource = original.TypeGoogleAdWordsSource
812	TypeGoogleBigQuerySource           TypeBasicCopySource = original.TypeGoogleBigQuerySource
813	TypeGreenplumSource                TypeBasicCopySource = original.TypeGreenplumSource
814	TypeHBaseSource                    TypeBasicCopySource = original.TypeHBaseSource
815	TypeHdfsSource                     TypeBasicCopySource = original.TypeHdfsSource
816	TypeHiveSource                     TypeBasicCopySource = original.TypeHiveSource
817	TypeHTTPSource                     TypeBasicCopySource = original.TypeHTTPSource
818	TypeHubspotSource                  TypeBasicCopySource = original.TypeHubspotSource
819	TypeImpalaSource                   TypeBasicCopySource = original.TypeImpalaSource
820	TypeInformixSource                 TypeBasicCopySource = original.TypeInformixSource
821	TypeJiraSource                     TypeBasicCopySource = original.TypeJiraSource
822	TypeJSONSource                     TypeBasicCopySource = original.TypeJSONSource
823	TypeMagentoSource                  TypeBasicCopySource = original.TypeMagentoSource
824	TypeMariaDBSource                  TypeBasicCopySource = original.TypeMariaDBSource
825	TypeMarketoSource                  TypeBasicCopySource = original.TypeMarketoSource
826	TypeMicrosoftAccessSource          TypeBasicCopySource = original.TypeMicrosoftAccessSource
827	TypeMongoDbSource                  TypeBasicCopySource = original.TypeMongoDbSource
828	TypeMongoDbV2Source                TypeBasicCopySource = original.TypeMongoDbV2Source
829	TypeMySQLSource                    TypeBasicCopySource = original.TypeMySQLSource
830	TypeNetezzaSource                  TypeBasicCopySource = original.TypeNetezzaSource
831	TypeODataSource                    TypeBasicCopySource = original.TypeODataSource
832	TypeOdbcSource                     TypeBasicCopySource = original.TypeOdbcSource
833	TypeOffice365Source                TypeBasicCopySource = original.TypeOffice365Source
834	TypeOracleServiceCloudSource       TypeBasicCopySource = original.TypeOracleServiceCloudSource
835	TypeOracleSource                   TypeBasicCopySource = original.TypeOracleSource
836	TypeOrcSource                      TypeBasicCopySource = original.TypeOrcSource
837	TypeParquetSource                  TypeBasicCopySource = original.TypeParquetSource
838	TypePaypalSource                   TypeBasicCopySource = original.TypePaypalSource
839	TypePhoenixSource                  TypeBasicCopySource = original.TypePhoenixSource
840	TypePostgreSQLSource               TypeBasicCopySource = original.TypePostgreSQLSource
841	TypePrestoSource                   TypeBasicCopySource = original.TypePrestoSource
842	TypeQuickBooksSource               TypeBasicCopySource = original.TypeQuickBooksSource
843	TypeRelationalSource               TypeBasicCopySource = original.TypeRelationalSource
844	TypeResponsysSource                TypeBasicCopySource = original.TypeResponsysSource
845	TypeRestSource                     TypeBasicCopySource = original.TypeRestSource
846	TypeSalesforceMarketingCloudSource TypeBasicCopySource = original.TypeSalesforceMarketingCloudSource
847	TypeSalesforceServiceCloudSource   TypeBasicCopySource = original.TypeSalesforceServiceCloudSource
848	TypeSalesforceSource               TypeBasicCopySource = original.TypeSalesforceSource
849	TypeSapBwSource                    TypeBasicCopySource = original.TypeSapBwSource
850	TypeSapCloudForCustomerSource      TypeBasicCopySource = original.TypeSapCloudForCustomerSource
851	TypeSapEccSource                   TypeBasicCopySource = original.TypeSapEccSource
852	TypeSapHanaSource                  TypeBasicCopySource = original.TypeSapHanaSource
853	TypeSapOpenHubSource               TypeBasicCopySource = original.TypeSapOpenHubSource
854	TypeSapTableSource                 TypeBasicCopySource = original.TypeSapTableSource
855	TypeServiceNowSource               TypeBasicCopySource = original.TypeServiceNowSource
856	TypeSharePointOnlineListSource     TypeBasicCopySource = original.TypeSharePointOnlineListSource
857	TypeShopifySource                  TypeBasicCopySource = original.TypeShopifySource
858	TypeSnowflakeSource                TypeBasicCopySource = original.TypeSnowflakeSource
859	TypeSparkSource                    TypeBasicCopySource = original.TypeSparkSource
860	TypeSQLDWSource                    TypeBasicCopySource = original.TypeSQLDWSource
861	TypeSQLMISource                    TypeBasicCopySource = original.TypeSQLMISource
862	TypeSQLServerSource                TypeBasicCopySource = original.TypeSQLServerSource
863	TypeSQLSource                      TypeBasicCopySource = original.TypeSQLSource
864	TypeSquareSource                   TypeBasicCopySource = original.TypeSquareSource
865	TypeSybaseSource                   TypeBasicCopySource = original.TypeSybaseSource
866	TypeTabularSource                  TypeBasicCopySource = original.TypeTabularSource
867	TypeTeradataSource                 TypeBasicCopySource = original.TypeTeradataSource
868	TypeVerticaSource                  TypeBasicCopySource = original.TypeVerticaSource
869	TypeWebSource                      TypeBasicCopySource = original.TypeWebSource
870	TypeXeroSource                     TypeBasicCopySource = original.TypeXeroSource
871	TypeXMLSource                      TypeBasicCopySource = original.TypeXMLSource
872	TypeZohoSource                     TypeBasicCopySource = original.TypeZohoSource
873)
874
875type TypeBasicCustomSetupBase = original.TypeBasicCustomSetupBase
876
877const (
878	TypeCmdkeySetup              TypeBasicCustomSetupBase = original.TypeCmdkeySetup
879	TypeComponentSetup           TypeBasicCustomSetupBase = original.TypeComponentSetup
880	TypeCustomSetupBase          TypeBasicCustomSetupBase = original.TypeCustomSetupBase
881	TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = original.TypeEnvironmentVariableSetup
882)
883
884type TypeBasicDataFlow = original.TypeBasicDataFlow
885
886const (
887	TypeDataFlow        TypeBasicDataFlow = original.TypeDataFlow
888	TypeMappingDataFlow TypeBasicDataFlow = original.TypeMappingDataFlow
889)
890
891type TypeBasicDataset = original.TypeBasicDataset
892
893const (
894	TypeAmazonMWSObject                TypeBasicDataset = original.TypeAmazonMWSObject
895	TypeAmazonRedshiftTable            TypeBasicDataset = original.TypeAmazonRedshiftTable
896	TypeAmazonS3Object                 TypeBasicDataset = original.TypeAmazonS3Object
897	TypeAvro                           TypeBasicDataset = original.TypeAvro
898	TypeAzureBlob                      TypeBasicDataset = original.TypeAzureBlob
899	TypeAzureBlobFSFile                TypeBasicDataset = original.TypeAzureBlobFSFile
900	TypeAzureDataExplorerTable         TypeBasicDataset = original.TypeAzureDataExplorerTable
901	TypeAzureDataLakeStoreFile         TypeBasicDataset = original.TypeAzureDataLakeStoreFile
902	TypeAzureMariaDBTable              TypeBasicDataset = original.TypeAzureMariaDBTable
903	TypeAzureMySQLTable                TypeBasicDataset = original.TypeAzureMySQLTable
904	TypeAzurePostgreSQLTable           TypeBasicDataset = original.TypeAzurePostgreSQLTable
905	TypeAzureSearchIndex               TypeBasicDataset = original.TypeAzureSearchIndex
906	TypeAzureSQLDWTable                TypeBasicDataset = original.TypeAzureSQLDWTable
907	TypeAzureSQLMITable                TypeBasicDataset = original.TypeAzureSQLMITable
908	TypeAzureSQLTable                  TypeBasicDataset = original.TypeAzureSQLTable
909	TypeAzureTable                     TypeBasicDataset = original.TypeAzureTable
910	TypeBinary                         TypeBasicDataset = original.TypeBinary
911	TypeCassandraTable                 TypeBasicDataset = original.TypeCassandraTable
912	TypeCommonDataServiceForAppsEntity TypeBasicDataset = original.TypeCommonDataServiceForAppsEntity
913	TypeConcurObject                   TypeBasicDataset = original.TypeConcurObject
914	TypeCosmosDbMongoDbAPICollection   TypeBasicDataset = original.TypeCosmosDbMongoDbAPICollection
915	TypeCosmosDbSQLAPICollection       TypeBasicDataset = original.TypeCosmosDbSQLAPICollection
916	TypeCouchbaseTable                 TypeBasicDataset = original.TypeCouchbaseTable
917	TypeCustomDataset                  TypeBasicDataset = original.TypeCustomDataset
918	TypeDataset                        TypeBasicDataset = original.TypeDataset
919	TypeDb2Table                       TypeBasicDataset = original.TypeDb2Table
920	TypeDelimitedText                  TypeBasicDataset = original.TypeDelimitedText
921	TypeDocumentDbCollection           TypeBasicDataset = original.TypeDocumentDbCollection
922	TypeDrillTable                     TypeBasicDataset = original.TypeDrillTable
923	TypeDynamicsAXResource             TypeBasicDataset = original.TypeDynamicsAXResource
924	TypeDynamicsCrmEntity              TypeBasicDataset = original.TypeDynamicsCrmEntity
925	TypeDynamicsEntity                 TypeBasicDataset = original.TypeDynamicsEntity
926	TypeEloquaObject                   TypeBasicDataset = original.TypeEloquaObject
927	TypeExcel                          TypeBasicDataset = original.TypeExcel
928	TypeFileShare                      TypeBasicDataset = original.TypeFileShare
929	TypeGoogleAdWordsObject            TypeBasicDataset = original.TypeGoogleAdWordsObject
930	TypeGoogleBigQueryObject           TypeBasicDataset = original.TypeGoogleBigQueryObject
931	TypeGreenplumTable                 TypeBasicDataset = original.TypeGreenplumTable
932	TypeHBaseObject                    TypeBasicDataset = original.TypeHBaseObject
933	TypeHiveObject                     TypeBasicDataset = original.TypeHiveObject
934	TypeHTTPFile                       TypeBasicDataset = original.TypeHTTPFile
935	TypeHubspotObject                  TypeBasicDataset = original.TypeHubspotObject
936	TypeImpalaObject                   TypeBasicDataset = original.TypeImpalaObject
937	TypeInformixTable                  TypeBasicDataset = original.TypeInformixTable
938	TypeJiraObject                     TypeBasicDataset = original.TypeJiraObject
939	TypeJSON                           TypeBasicDataset = original.TypeJSON
940	TypeMagentoObject                  TypeBasicDataset = original.TypeMagentoObject
941	TypeMariaDBTable                   TypeBasicDataset = original.TypeMariaDBTable
942	TypeMarketoObject                  TypeBasicDataset = original.TypeMarketoObject
943	TypeMicrosoftAccessTable           TypeBasicDataset = original.TypeMicrosoftAccessTable
944	TypeMongoDbCollection              TypeBasicDataset = original.TypeMongoDbCollection
945	TypeMongoDbV2Collection            TypeBasicDataset = original.TypeMongoDbV2Collection
946	TypeMySQLTable                     TypeBasicDataset = original.TypeMySQLTable
947	TypeNetezzaTable                   TypeBasicDataset = original.TypeNetezzaTable
948	TypeODataResource                  TypeBasicDataset = original.TypeODataResource
949	TypeOdbcTable                      TypeBasicDataset = original.TypeOdbcTable
950	TypeOffice365Table                 TypeBasicDataset = original.TypeOffice365Table
951	TypeOracleServiceCloudObject       TypeBasicDataset = original.TypeOracleServiceCloudObject
952	TypeOracleTable                    TypeBasicDataset = original.TypeOracleTable
953	TypeOrc                            TypeBasicDataset = original.TypeOrc
954	TypeParquet                        TypeBasicDataset = original.TypeParquet
955	TypePaypalObject                   TypeBasicDataset = original.TypePaypalObject
956	TypePhoenixObject                  TypeBasicDataset = original.TypePhoenixObject
957	TypePostgreSQLTable                TypeBasicDataset = original.TypePostgreSQLTable
958	TypePrestoObject                   TypeBasicDataset = original.TypePrestoObject
959	TypeQuickBooksObject               TypeBasicDataset = original.TypeQuickBooksObject
960	TypeRelationalTable                TypeBasicDataset = original.TypeRelationalTable
961	TypeResponsysObject                TypeBasicDataset = original.TypeResponsysObject
962	TypeRestResource                   TypeBasicDataset = original.TypeRestResource
963	TypeSalesforceMarketingCloudObject TypeBasicDataset = original.TypeSalesforceMarketingCloudObject
964	TypeSalesforceObject               TypeBasicDataset = original.TypeSalesforceObject
965	TypeSalesforceServiceCloudObject   TypeBasicDataset = original.TypeSalesforceServiceCloudObject
966	TypeSapBwCube                      TypeBasicDataset = original.TypeSapBwCube
967	TypeSapCloudForCustomerResource    TypeBasicDataset = original.TypeSapCloudForCustomerResource
968	TypeSapEccResource                 TypeBasicDataset = original.TypeSapEccResource
969	TypeSapHanaTable                   TypeBasicDataset = original.TypeSapHanaTable
970	TypeSapOpenHubTable                TypeBasicDataset = original.TypeSapOpenHubTable
971	TypeSapTableResource               TypeBasicDataset = original.TypeSapTableResource
972	TypeServiceNowObject               TypeBasicDataset = original.TypeServiceNowObject
973	TypeSharePointOnlineListResource   TypeBasicDataset = original.TypeSharePointOnlineListResource
974	TypeShopifyObject                  TypeBasicDataset = original.TypeShopifyObject
975	TypeSnowflakeTable                 TypeBasicDataset = original.TypeSnowflakeTable
976	TypeSparkObject                    TypeBasicDataset = original.TypeSparkObject
977	TypeSQLServerTable                 TypeBasicDataset = original.TypeSQLServerTable
978	TypeSquareObject                   TypeBasicDataset = original.TypeSquareObject
979	TypeSybaseTable                    TypeBasicDataset = original.TypeSybaseTable
980	TypeTeradataTable                  TypeBasicDataset = original.TypeTeradataTable
981	TypeVerticaTable                   TypeBasicDataset = original.TypeVerticaTable
982	TypeWebTable                       TypeBasicDataset = original.TypeWebTable
983	TypeXeroObject                     TypeBasicDataset = original.TypeXeroObject
984	TypeXML                            TypeBasicDataset = original.TypeXML
985	TypeZohoObject                     TypeBasicDataset = original.TypeZohoObject
986)
987
988type TypeBasicDatasetCompression = original.TypeBasicDatasetCompression
989
990const (
991	TypeBZip2              TypeBasicDatasetCompression = original.TypeBZip2
992	TypeDatasetCompression TypeBasicDatasetCompression = original.TypeDatasetCompression
993	TypeDeflate            TypeBasicDatasetCompression = original.TypeDeflate
994	TypeGZip               TypeBasicDatasetCompression = original.TypeGZip
995	TypeZipDeflate         TypeBasicDatasetCompression = original.TypeZipDeflate
996)
997
998type TypeBasicDatasetLocation = original.TypeBasicDatasetLocation
999
1000const (
1001	TypeAmazonS3Location           TypeBasicDatasetLocation = original.TypeAmazonS3Location
1002	TypeAzureBlobFSLocation        TypeBasicDatasetLocation = original.TypeAzureBlobFSLocation
1003	TypeAzureBlobStorageLocation   TypeBasicDatasetLocation = original.TypeAzureBlobStorageLocation
1004	TypeAzureDataLakeStoreLocation TypeBasicDatasetLocation = original.TypeAzureDataLakeStoreLocation
1005	TypeAzureFileStorageLocation   TypeBasicDatasetLocation = original.TypeAzureFileStorageLocation
1006	TypeDatasetLocation            TypeBasicDatasetLocation = original.TypeDatasetLocation
1007	TypeFileServerLocation         TypeBasicDatasetLocation = original.TypeFileServerLocation
1008	TypeFtpServerLocation          TypeBasicDatasetLocation = original.TypeFtpServerLocation
1009	TypeGoogleCloudStorageLocation TypeBasicDatasetLocation = original.TypeGoogleCloudStorageLocation
1010	TypeHdfsLocation               TypeBasicDatasetLocation = original.TypeHdfsLocation
1011	TypeHTTPServerLocation         TypeBasicDatasetLocation = original.TypeHTTPServerLocation
1012	TypeSftpLocation               TypeBasicDatasetLocation = original.TypeSftpLocation
1013)
1014
1015type TypeBasicDatasetStorageFormat = original.TypeBasicDatasetStorageFormat
1016
1017const (
1018	TypeAvroFormat           TypeBasicDatasetStorageFormat = original.TypeAvroFormat
1019	TypeDatasetStorageFormat TypeBasicDatasetStorageFormat = original.TypeDatasetStorageFormat
1020	TypeJSONFormat           TypeBasicDatasetStorageFormat = original.TypeJSONFormat
1021	TypeOrcFormat            TypeBasicDatasetStorageFormat = original.TypeOrcFormat
1022	TypeParquetFormat        TypeBasicDatasetStorageFormat = original.TypeParquetFormat
1023	TypeTextFormat           TypeBasicDatasetStorageFormat = original.TypeTextFormat
1024)
1025
1026type TypeBasicDependencyReference = original.TypeBasicDependencyReference
1027
1028const (
1029	TypeDependencyReference                          TypeBasicDependencyReference = original.TypeDependencyReference
1030	TypeSelfDependencyTumblingWindowTriggerReference TypeBasicDependencyReference = original.TypeSelfDependencyTumblingWindowTriggerReference
1031	TypeTriggerDependencyReference                   TypeBasicDependencyReference = original.TypeTriggerDependencyReference
1032	TypeTumblingWindowTriggerDependencyReference     TypeBasicDependencyReference = original.TypeTumblingWindowTriggerDependencyReference
1033)
1034
1035type TypeBasicExportSettings = original.TypeBasicExportSettings
1036
1037const (
1038	TypeExportSettings             TypeBasicExportSettings = original.TypeExportSettings
1039	TypeSnowflakeExportCopyCommand TypeBasicExportSettings = original.TypeSnowflakeExportCopyCommand
1040)
1041
1042type TypeBasicFactoryRepoConfiguration = original.TypeBasicFactoryRepoConfiguration
1043
1044const (
1045	TypeFactoryGitHubConfiguration TypeBasicFactoryRepoConfiguration = original.TypeFactoryGitHubConfiguration
1046	TypeFactoryRepoConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeFactoryRepoConfiguration
1047	TypeFactoryVSTSConfiguration   TypeBasicFactoryRepoConfiguration = original.TypeFactoryVSTSConfiguration
1048)
1049
1050type TypeBasicFormatReadSettings = original.TypeBasicFormatReadSettings
1051
1052const (
1053	TypeBinaryReadSettings        TypeBasicFormatReadSettings = original.TypeBinaryReadSettings
1054	TypeDelimitedTextReadSettings TypeBasicFormatReadSettings = original.TypeDelimitedTextReadSettings
1055	TypeFormatReadSettings        TypeBasicFormatReadSettings = original.TypeFormatReadSettings
1056	TypeJSONReadSettings          TypeBasicFormatReadSettings = original.TypeJSONReadSettings
1057	TypeXMLReadSettings           TypeBasicFormatReadSettings = original.TypeXMLReadSettings
1058)
1059
1060type TypeBasicFormatWriteSettings = original.TypeBasicFormatWriteSettings
1061
1062const (
1063	TypeAvroWriteSettings          TypeBasicFormatWriteSettings = original.TypeAvroWriteSettings
1064	TypeDelimitedTextWriteSettings TypeBasicFormatWriteSettings = original.TypeDelimitedTextWriteSettings
1065	TypeFormatWriteSettings        TypeBasicFormatWriteSettings = original.TypeFormatWriteSettings
1066	TypeJSONWriteSettings          TypeBasicFormatWriteSettings = original.TypeJSONWriteSettings
1067)
1068
1069type TypeBasicImportSettings = original.TypeBasicImportSettings
1070
1071const (
1072	TypeImportSettings             TypeBasicImportSettings = original.TypeImportSettings
1073	TypeSnowflakeImportCopyCommand TypeBasicImportSettings = original.TypeSnowflakeImportCopyCommand
1074)
1075
1076type TypeBasicIntegrationRuntime = original.TypeBasicIntegrationRuntime
1077
1078const (
1079	TypeIntegrationRuntime TypeBasicIntegrationRuntime = original.TypeIntegrationRuntime
1080	TypeManaged            TypeBasicIntegrationRuntime = original.TypeManaged
1081	TypeSelfHosted         TypeBasicIntegrationRuntime = original.TypeSelfHosted
1082)
1083
1084type TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatus
1085
1086const (
1087	TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeIntegrationRuntimeStatus
1088	TypeBasicIntegrationRuntimeStatusTypeManaged                  TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeManaged
1089	TypeBasicIntegrationRuntimeStatusTypeSelfHosted               TypeBasicIntegrationRuntimeStatus = original.TypeBasicIntegrationRuntimeStatusTypeSelfHosted
1090)
1091
1092type TypeBasicLinkedService = original.TypeBasicLinkedService
1093
1094const (
1095	TypeAmazonMWS                TypeBasicLinkedService = original.TypeAmazonMWS
1096	TypeAmazonRedshift           TypeBasicLinkedService = original.TypeAmazonRedshift
1097	TypeAmazonS3                 TypeBasicLinkedService = original.TypeAmazonS3
1098	TypeAzureBatch               TypeBasicLinkedService = original.TypeAzureBatch
1099	TypeAzureBlobFS              TypeBasicLinkedService = original.TypeAzureBlobFS
1100	TypeAzureBlobStorage         TypeBasicLinkedService = original.TypeAzureBlobStorage
1101	TypeAzureDatabricks          TypeBasicLinkedService = original.TypeAzureDatabricks
1102	TypeAzureDataExplorer        TypeBasicLinkedService = original.TypeAzureDataExplorer
1103	TypeAzureDataLakeAnalytics   TypeBasicLinkedService = original.TypeAzureDataLakeAnalytics
1104	TypeAzureDataLakeStore       TypeBasicLinkedService = original.TypeAzureDataLakeStore
1105	TypeAzureFileStorage         TypeBasicLinkedService = original.TypeAzureFileStorage
1106	TypeAzureFunction            TypeBasicLinkedService = original.TypeAzureFunction
1107	TypeAzureKeyVault            TypeBasicLinkedService = original.TypeAzureKeyVault
1108	TypeAzureMariaDB             TypeBasicLinkedService = original.TypeAzureMariaDB
1109	TypeAzureML                  TypeBasicLinkedService = original.TypeAzureML
1110	TypeAzureMLService           TypeBasicLinkedService = original.TypeAzureMLService
1111	TypeAzureMySQL               TypeBasicLinkedService = original.TypeAzureMySQL
1112	TypeAzurePostgreSQL          TypeBasicLinkedService = original.TypeAzurePostgreSQL
1113	TypeAzureSearch              TypeBasicLinkedService = original.TypeAzureSearch
1114	TypeAzureSQLDatabase         TypeBasicLinkedService = original.TypeAzureSQLDatabase
1115	TypeAzureSQLDW               TypeBasicLinkedService = original.TypeAzureSQLDW
1116	TypeAzureSQLMI               TypeBasicLinkedService = original.TypeAzureSQLMI
1117	TypeAzureStorage             TypeBasicLinkedService = original.TypeAzureStorage
1118	TypeAzureTableStorage        TypeBasicLinkedService = original.TypeAzureTableStorage
1119	TypeCassandra                TypeBasicLinkedService = original.TypeCassandra
1120	TypeCommonDataServiceForApps TypeBasicLinkedService = original.TypeCommonDataServiceForApps
1121	TypeConcur                   TypeBasicLinkedService = original.TypeConcur
1122	TypeCosmosDb                 TypeBasicLinkedService = original.TypeCosmosDb
1123	TypeCosmosDbMongoDbAPI       TypeBasicLinkedService = original.TypeCosmosDbMongoDbAPI
1124	TypeCouchbase                TypeBasicLinkedService = original.TypeCouchbase
1125	TypeCustomDataSource         TypeBasicLinkedService = original.TypeCustomDataSource
1126	TypeDb2                      TypeBasicLinkedService = original.TypeDb2
1127	TypeDrill                    TypeBasicLinkedService = original.TypeDrill
1128	TypeDynamics                 TypeBasicLinkedService = original.TypeDynamics
1129	TypeDynamicsAX               TypeBasicLinkedService = original.TypeDynamicsAX
1130	TypeDynamicsCrm              TypeBasicLinkedService = original.TypeDynamicsCrm
1131	TypeEloqua                   TypeBasicLinkedService = original.TypeEloqua
1132	TypeFileServer               TypeBasicLinkedService = original.TypeFileServer
1133	TypeFtpServer                TypeBasicLinkedService = original.TypeFtpServer
1134	TypeGoogleAdWords            TypeBasicLinkedService = original.TypeGoogleAdWords
1135	TypeGoogleBigQuery           TypeBasicLinkedService = original.TypeGoogleBigQuery
1136	TypeGoogleCloudStorage       TypeBasicLinkedService = original.TypeGoogleCloudStorage
1137	TypeGreenplum                TypeBasicLinkedService = original.TypeGreenplum
1138	TypeHBase                    TypeBasicLinkedService = original.TypeHBase
1139	TypeHdfs                     TypeBasicLinkedService = original.TypeHdfs
1140	TypeHDInsight                TypeBasicLinkedService = original.TypeHDInsight
1141	TypeHDInsightOnDemand        TypeBasicLinkedService = original.TypeHDInsightOnDemand
1142	TypeHive                     TypeBasicLinkedService = original.TypeHive
1143	TypeHTTPServer               TypeBasicLinkedService = original.TypeHTTPServer
1144	TypeHubspot                  TypeBasicLinkedService = original.TypeHubspot
1145	TypeImpala                   TypeBasicLinkedService = original.TypeImpala
1146	TypeInformix                 TypeBasicLinkedService = original.TypeInformix
1147	TypeJira                     TypeBasicLinkedService = original.TypeJira
1148	TypeLinkedService            TypeBasicLinkedService = original.TypeLinkedService
1149	TypeMagento                  TypeBasicLinkedService = original.TypeMagento
1150	TypeMariaDB                  TypeBasicLinkedService = original.TypeMariaDB
1151	TypeMarketo                  TypeBasicLinkedService = original.TypeMarketo
1152	TypeMicrosoftAccess          TypeBasicLinkedService = original.TypeMicrosoftAccess
1153	TypeMongoDb                  TypeBasicLinkedService = original.TypeMongoDb
1154	TypeMongoDbV2                TypeBasicLinkedService = original.TypeMongoDbV2
1155	TypeMySQL                    TypeBasicLinkedService = original.TypeMySQL
1156	TypeNetezza                  TypeBasicLinkedService = original.TypeNetezza
1157	TypeOData                    TypeBasicLinkedService = original.TypeOData
1158	TypeOdbc                     TypeBasicLinkedService = original.TypeOdbc
1159	TypeOffice365                TypeBasicLinkedService = original.TypeOffice365
1160	TypeOracle                   TypeBasicLinkedService = original.TypeOracle
1161	TypeOracleServiceCloud       TypeBasicLinkedService = original.TypeOracleServiceCloud
1162	TypePaypal                   TypeBasicLinkedService = original.TypePaypal
1163	TypePhoenix                  TypeBasicLinkedService = original.TypePhoenix
1164	TypePostgreSQL               TypeBasicLinkedService = original.TypePostgreSQL
1165	TypePresto                   TypeBasicLinkedService = original.TypePresto
1166	TypeQuickBooks               TypeBasicLinkedService = original.TypeQuickBooks
1167	TypeResponsys                TypeBasicLinkedService = original.TypeResponsys
1168	TypeRestService              TypeBasicLinkedService = original.TypeRestService
1169	TypeSalesforce               TypeBasicLinkedService = original.TypeSalesforce
1170	TypeSalesforceMarketingCloud TypeBasicLinkedService = original.TypeSalesforceMarketingCloud
1171	TypeSalesforceServiceCloud   TypeBasicLinkedService = original.TypeSalesforceServiceCloud
1172	TypeSapBW                    TypeBasicLinkedService = original.TypeSapBW
1173	TypeSapCloudForCustomer      TypeBasicLinkedService = original.TypeSapCloudForCustomer
1174	TypeSapEcc                   TypeBasicLinkedService = original.TypeSapEcc
1175	TypeSapHana                  TypeBasicLinkedService = original.TypeSapHana
1176	TypeSapOpenHub               TypeBasicLinkedService = original.TypeSapOpenHub
1177	TypeSapTable                 TypeBasicLinkedService = original.TypeSapTable
1178	TypeServiceNow               TypeBasicLinkedService = original.TypeServiceNow
1179	TypeSftp                     TypeBasicLinkedService = original.TypeSftp
1180	TypeSharePointOnlineList     TypeBasicLinkedService = original.TypeSharePointOnlineList
1181	TypeShopify                  TypeBasicLinkedService = original.TypeShopify
1182	TypeSnowflake                TypeBasicLinkedService = original.TypeSnowflake
1183	TypeSpark                    TypeBasicLinkedService = original.TypeSpark
1184	TypeSQLServer                TypeBasicLinkedService = original.TypeSQLServer
1185	TypeSquare                   TypeBasicLinkedService = original.TypeSquare
1186	TypeSybase                   TypeBasicLinkedService = original.TypeSybase
1187	TypeTeradata                 TypeBasicLinkedService = original.TypeTeradata
1188	TypeVertica                  TypeBasicLinkedService = original.TypeVertica
1189	TypeWeb                      TypeBasicLinkedService = original.TypeWeb
1190	TypeXero                     TypeBasicLinkedService = original.TypeXero
1191	TypeZoho                     TypeBasicLinkedService = original.TypeZoho
1192)
1193
1194type TypeBasicSsisObjectMetadata = original.TypeBasicSsisObjectMetadata
1195
1196const (
1197	TypeEnvironment        TypeBasicSsisObjectMetadata = original.TypeEnvironment
1198	TypeFolder             TypeBasicSsisObjectMetadata = original.TypeFolder
1199	TypePackage            TypeBasicSsisObjectMetadata = original.TypePackage
1200	TypeProject            TypeBasicSsisObjectMetadata = original.TypeProject
1201	TypeSsisObjectMetadata TypeBasicSsisObjectMetadata = original.TypeSsisObjectMetadata
1202)
1203
1204type TypeBasicStoreReadSettings = original.TypeBasicStoreReadSettings
1205
1206const (
1207	TypeAmazonS3ReadSettings           TypeBasicStoreReadSettings = original.TypeAmazonS3ReadSettings
1208	TypeAzureBlobFSReadSettings        TypeBasicStoreReadSettings = original.TypeAzureBlobFSReadSettings
1209	TypeAzureBlobStorageReadSettings   TypeBasicStoreReadSettings = original.TypeAzureBlobStorageReadSettings
1210	TypeAzureDataLakeStoreReadSettings TypeBasicStoreReadSettings = original.TypeAzureDataLakeStoreReadSettings
1211	TypeAzureFileStorageReadSettings   TypeBasicStoreReadSettings = original.TypeAzureFileStorageReadSettings
1212	TypeFileServerReadSettings         TypeBasicStoreReadSettings = original.TypeFileServerReadSettings
1213	TypeFtpReadSettings                TypeBasicStoreReadSettings = original.TypeFtpReadSettings
1214	TypeGoogleCloudStorageReadSettings TypeBasicStoreReadSettings = original.TypeGoogleCloudStorageReadSettings
1215	TypeHdfsReadSettings               TypeBasicStoreReadSettings = original.TypeHdfsReadSettings
1216	TypeHTTPReadSettings               TypeBasicStoreReadSettings = original.TypeHTTPReadSettings
1217	TypeSftpReadSettings               TypeBasicStoreReadSettings = original.TypeSftpReadSettings
1218	TypeStoreReadSettings              TypeBasicStoreReadSettings = original.TypeStoreReadSettings
1219)
1220
1221type TypeBasicStoreWriteSettings = original.TypeBasicStoreWriteSettings
1222
1223const (
1224	TypeAzureBlobFSWriteSettings        TypeBasicStoreWriteSettings = original.TypeAzureBlobFSWriteSettings
1225	TypeAzureBlobStorageWriteSettings   TypeBasicStoreWriteSettings = original.TypeAzureBlobStorageWriteSettings
1226	TypeAzureDataLakeStoreWriteSettings TypeBasicStoreWriteSettings = original.TypeAzureDataLakeStoreWriteSettings
1227	TypeFileServerWriteSettings         TypeBasicStoreWriteSettings = original.TypeFileServerWriteSettings
1228	TypeSftpWriteSettings               TypeBasicStoreWriteSettings = original.TypeSftpWriteSettings
1229	TypeStoreWriteSettings              TypeBasicStoreWriteSettings = original.TypeStoreWriteSettings
1230)
1231
1232type TypeBasicTrigger = original.TypeBasicTrigger
1233
1234const (
1235	TypeBlobEventsTrigger          TypeBasicTrigger = original.TypeBlobEventsTrigger
1236	TypeBlobTrigger                TypeBasicTrigger = original.TypeBlobTrigger
1237	TypeChainingTrigger            TypeBasicTrigger = original.TypeChainingTrigger
1238	TypeMultiplePipelineTrigger    TypeBasicTrigger = original.TypeMultiplePipelineTrigger
1239	TypeRerunTumblingWindowTrigger TypeBasicTrigger = original.TypeRerunTumblingWindowTrigger
1240	TypeScheduleTrigger            TypeBasicTrigger = original.TypeScheduleTrigger
1241	TypeTrigger                    TypeBasicTrigger = original.TypeTrigger
1242	TypeTumblingWindowTrigger      TypeBasicTrigger = original.TypeTumblingWindowTrigger
1243)
1244
1245type VariableType = original.VariableType
1246
1247const (
1248	VariableTypeArray  VariableType = original.VariableTypeArray
1249	VariableTypeBool   VariableType = original.VariableTypeBool
1250	VariableTypeString VariableType = original.VariableTypeString
1251)
1252
1253type WebActivityMethod = original.WebActivityMethod
1254
1255const (
1256	WebActivityMethodDELETE WebActivityMethod = original.WebActivityMethodDELETE
1257	WebActivityMethodGET    WebActivityMethod = original.WebActivityMethodGET
1258	WebActivityMethodPOST   WebActivityMethod = original.WebActivityMethodPOST
1259	WebActivityMethodPUT    WebActivityMethod = original.WebActivityMethodPUT
1260)
1261
1262type WebHookActivityMethod = original.WebHookActivityMethod
1263
1264const (
1265	WebHookActivityMethodPOST WebHookActivityMethod = original.WebHookActivityMethodPOST
1266)
1267
1268type AccessPolicyResponse = original.AccessPolicyResponse
1269type Activity = original.Activity
1270type ActivityDependency = original.ActivityDependency
1271type ActivityPolicy = original.ActivityPolicy
1272type ActivityRun = original.ActivityRun
1273type ActivityRunsClient = original.ActivityRunsClient
1274type ActivityRunsQueryResponse = original.ActivityRunsQueryResponse
1275type AddDataFlowToDebugSessionResponse = original.AddDataFlowToDebugSessionResponse
1276type AdditionalColumns = original.AdditionalColumns
1277type AmazonMWSLinkedService = original.AmazonMWSLinkedService
1278type AmazonMWSLinkedServiceTypeProperties = original.AmazonMWSLinkedServiceTypeProperties
1279type AmazonMWSObjectDataset = original.AmazonMWSObjectDataset
1280type AmazonMWSSource = original.AmazonMWSSource
1281type AmazonRedshiftLinkedService = original.AmazonRedshiftLinkedService
1282type AmazonRedshiftLinkedServiceTypeProperties = original.AmazonRedshiftLinkedServiceTypeProperties
1283type AmazonRedshiftSource = original.AmazonRedshiftSource
1284type AmazonRedshiftTableDataset = original.AmazonRedshiftTableDataset
1285type AmazonRedshiftTableDatasetTypeProperties = original.AmazonRedshiftTableDatasetTypeProperties
1286type AmazonS3Dataset = original.AmazonS3Dataset
1287type AmazonS3DatasetTypeProperties = original.AmazonS3DatasetTypeProperties
1288type AmazonS3LinkedService = original.AmazonS3LinkedService
1289type AmazonS3LinkedServiceTypeProperties = original.AmazonS3LinkedServiceTypeProperties
1290type AmazonS3Location = original.AmazonS3Location
1291type AmazonS3ReadSettings = original.AmazonS3ReadSettings
1292type AppendVariableActivity = original.AppendVariableActivity
1293type AppendVariableActivityTypeProperties = original.AppendVariableActivityTypeProperties
1294type AvroDataset = original.AvroDataset
1295type AvroDatasetTypeProperties = original.AvroDatasetTypeProperties
1296type AvroFormat = original.AvroFormat
1297type AvroSink = original.AvroSink
1298type AvroSource = original.AvroSource
1299type AvroWriteSettings = original.AvroWriteSettings
1300type AzureBatchLinkedService = original.AzureBatchLinkedService
1301type AzureBatchLinkedServiceTypeProperties = original.AzureBatchLinkedServiceTypeProperties
1302type AzureBlobDataset = original.AzureBlobDataset
1303type AzureBlobDatasetTypeProperties = original.AzureBlobDatasetTypeProperties
1304type AzureBlobFSDataset = original.AzureBlobFSDataset
1305type AzureBlobFSDatasetTypeProperties = original.AzureBlobFSDatasetTypeProperties
1306type AzureBlobFSLinkedService = original.AzureBlobFSLinkedService
1307type AzureBlobFSLinkedServiceTypeProperties = original.AzureBlobFSLinkedServiceTypeProperties
1308type AzureBlobFSLocation = original.AzureBlobFSLocation
1309type AzureBlobFSReadSettings = original.AzureBlobFSReadSettings
1310type AzureBlobFSSink = original.AzureBlobFSSink
1311type AzureBlobFSSource = original.AzureBlobFSSource
1312type AzureBlobFSWriteSettings = original.AzureBlobFSWriteSettings
1313type AzureBlobStorageLinkedService = original.AzureBlobStorageLinkedService
1314type AzureBlobStorageLinkedServiceTypeProperties = original.AzureBlobStorageLinkedServiceTypeProperties
1315type AzureBlobStorageLocation = original.AzureBlobStorageLocation
1316type AzureBlobStorageReadSettings = original.AzureBlobStorageReadSettings
1317type AzureBlobStorageWriteSettings = original.AzureBlobStorageWriteSettings
1318type AzureDataExplorerCommandActivity = original.AzureDataExplorerCommandActivity
1319type AzureDataExplorerCommandActivityTypeProperties = original.AzureDataExplorerCommandActivityTypeProperties
1320type AzureDataExplorerDatasetTypeProperties = original.AzureDataExplorerDatasetTypeProperties
1321type AzureDataExplorerLinkedService = original.AzureDataExplorerLinkedService
1322type AzureDataExplorerLinkedServiceTypeProperties = original.AzureDataExplorerLinkedServiceTypeProperties
1323type AzureDataExplorerSink = original.AzureDataExplorerSink
1324type AzureDataExplorerSource = original.AzureDataExplorerSource
1325type AzureDataExplorerTableDataset = original.AzureDataExplorerTableDataset
1326type AzureDataLakeAnalyticsLinkedService = original.AzureDataLakeAnalyticsLinkedService
1327type AzureDataLakeAnalyticsLinkedServiceTypeProperties = original.AzureDataLakeAnalyticsLinkedServiceTypeProperties
1328type AzureDataLakeStoreDataset = original.AzureDataLakeStoreDataset
1329type AzureDataLakeStoreDatasetTypeProperties = original.AzureDataLakeStoreDatasetTypeProperties
1330type AzureDataLakeStoreLinkedService = original.AzureDataLakeStoreLinkedService
1331type AzureDataLakeStoreLinkedServiceTypeProperties = original.AzureDataLakeStoreLinkedServiceTypeProperties
1332type AzureDataLakeStoreLocation = original.AzureDataLakeStoreLocation
1333type AzureDataLakeStoreReadSettings = original.AzureDataLakeStoreReadSettings
1334type AzureDataLakeStoreSink = original.AzureDataLakeStoreSink
1335type AzureDataLakeStoreSource = original.AzureDataLakeStoreSource
1336type AzureDataLakeStoreWriteSettings = original.AzureDataLakeStoreWriteSettings
1337type AzureDatabricksLinkedService = original.AzureDatabricksLinkedService
1338type AzureDatabricksLinkedServiceTypeProperties = original.AzureDatabricksLinkedServiceTypeProperties
1339type AzureFileStorageLinkedService = original.AzureFileStorageLinkedService
1340type AzureFileStorageLinkedServiceTypeProperties = original.AzureFileStorageLinkedServiceTypeProperties
1341type AzureFileStorageLocation = original.AzureFileStorageLocation
1342type AzureFileStorageReadSettings = original.AzureFileStorageReadSettings
1343type AzureFunctionActivity = original.AzureFunctionActivity
1344type AzureFunctionActivityTypeProperties = original.AzureFunctionActivityTypeProperties
1345type AzureFunctionLinkedService = original.AzureFunctionLinkedService
1346type AzureFunctionLinkedServiceTypeProperties = original.AzureFunctionLinkedServiceTypeProperties
1347type AzureKeyVaultLinkedService = original.AzureKeyVaultLinkedService
1348type AzureKeyVaultLinkedServiceTypeProperties = original.AzureKeyVaultLinkedServiceTypeProperties
1349type AzureKeyVaultSecretReference = original.AzureKeyVaultSecretReference
1350type AzureMLBatchExecutionActivity = original.AzureMLBatchExecutionActivity
1351type AzureMLBatchExecutionActivityTypeProperties = original.AzureMLBatchExecutionActivityTypeProperties
1352type AzureMLExecutePipelineActivity = original.AzureMLExecutePipelineActivity
1353type AzureMLExecutePipelineActivityTypeProperties = original.AzureMLExecutePipelineActivityTypeProperties
1354type AzureMLLinkedService = original.AzureMLLinkedService
1355type AzureMLLinkedServiceTypeProperties = original.AzureMLLinkedServiceTypeProperties
1356type AzureMLServiceLinkedService = original.AzureMLServiceLinkedService
1357type AzureMLServiceLinkedServiceTypeProperties = original.AzureMLServiceLinkedServiceTypeProperties
1358type AzureMLUpdateResourceActivity = original.AzureMLUpdateResourceActivity
1359type AzureMLUpdateResourceActivityTypeProperties = original.AzureMLUpdateResourceActivityTypeProperties
1360type AzureMLWebServiceFile = original.AzureMLWebServiceFile
1361type AzureMariaDBLinkedService = original.AzureMariaDBLinkedService
1362type AzureMariaDBLinkedServiceTypeProperties = original.AzureMariaDBLinkedServiceTypeProperties
1363type AzureMariaDBSource = original.AzureMariaDBSource
1364type AzureMariaDBTableDataset = original.AzureMariaDBTableDataset
1365type AzureMySQLLinkedService = original.AzureMySQLLinkedService
1366type AzureMySQLLinkedServiceTypeProperties = original.AzureMySQLLinkedServiceTypeProperties
1367type AzureMySQLSink = original.AzureMySQLSink
1368type AzureMySQLSource = original.AzureMySQLSource
1369type AzureMySQLTableDataset = original.AzureMySQLTableDataset
1370type AzureMySQLTableDatasetTypeProperties = original.AzureMySQLTableDatasetTypeProperties
1371type AzurePostgreSQLLinkedService = original.AzurePostgreSQLLinkedService
1372type AzurePostgreSQLLinkedServiceTypeProperties = original.AzurePostgreSQLLinkedServiceTypeProperties
1373type AzurePostgreSQLSink = original.AzurePostgreSQLSink
1374type AzurePostgreSQLSource = original.AzurePostgreSQLSource
1375type AzurePostgreSQLTableDataset = original.AzurePostgreSQLTableDataset
1376type AzurePostgreSQLTableDatasetTypeProperties = original.AzurePostgreSQLTableDatasetTypeProperties
1377type AzureQueueSink = original.AzureQueueSink
1378type AzureSQLDWLinkedService = original.AzureSQLDWLinkedService
1379type AzureSQLDWLinkedServiceTypeProperties = original.AzureSQLDWLinkedServiceTypeProperties
1380type AzureSQLDWTableDataset = original.AzureSQLDWTableDataset
1381type AzureSQLDWTableDatasetTypeProperties = original.AzureSQLDWTableDatasetTypeProperties
1382type AzureSQLDatabaseLinkedService = original.AzureSQLDatabaseLinkedService
1383type AzureSQLDatabaseLinkedServiceTypeProperties = original.AzureSQLDatabaseLinkedServiceTypeProperties
1384type AzureSQLMILinkedService = original.AzureSQLMILinkedService
1385type AzureSQLMILinkedServiceTypeProperties = original.AzureSQLMILinkedServiceTypeProperties
1386type AzureSQLMITableDataset = original.AzureSQLMITableDataset
1387type AzureSQLMITableDatasetTypeProperties = original.AzureSQLMITableDatasetTypeProperties
1388type AzureSQLSink = original.AzureSQLSink
1389type AzureSQLSource = original.AzureSQLSource
1390type AzureSQLTableDataset = original.AzureSQLTableDataset
1391type AzureSQLTableDatasetTypeProperties = original.AzureSQLTableDatasetTypeProperties
1392type AzureSearchIndexDataset = original.AzureSearchIndexDataset
1393type AzureSearchIndexDatasetTypeProperties = original.AzureSearchIndexDatasetTypeProperties
1394type AzureSearchIndexSink = original.AzureSearchIndexSink
1395type AzureSearchLinkedService = original.AzureSearchLinkedService
1396type AzureSearchLinkedServiceTypeProperties = original.AzureSearchLinkedServiceTypeProperties
1397type AzureStorageLinkedService = original.AzureStorageLinkedService
1398type AzureStorageLinkedServiceTypeProperties = original.AzureStorageLinkedServiceTypeProperties
1399type AzureTableDataset = original.AzureTableDataset
1400type AzureTableDatasetTypeProperties = original.AzureTableDatasetTypeProperties
1401type AzureTableSink = original.AzureTableSink
1402type AzureTableSource = original.AzureTableSource
1403type AzureTableStorageLinkedService = original.AzureTableStorageLinkedService
1404type BaseClient = original.BaseClient
1405type BasicActivity = original.BasicActivity
1406type BasicCompressionReadSettings = original.BasicCompressionReadSettings
1407type BasicControlActivity = original.BasicControlActivity
1408type BasicCopySink = original.BasicCopySink
1409type BasicCopySource = original.BasicCopySource
1410type BasicCustomSetupBase = original.BasicCustomSetupBase
1411type BasicDataFlow = original.BasicDataFlow
1412type BasicDataset = original.BasicDataset
1413type BasicDatasetCompression = original.BasicDatasetCompression
1414type BasicDatasetLocation = original.BasicDatasetLocation
1415type BasicDatasetStorageFormat = original.BasicDatasetStorageFormat
1416type BasicDependencyReference = original.BasicDependencyReference
1417type BasicExecutionActivity = original.BasicExecutionActivity
1418type BasicExportSettings = original.BasicExportSettings
1419type BasicFactoryRepoConfiguration = original.BasicFactoryRepoConfiguration
1420type BasicFormatReadSettings = original.BasicFormatReadSettings
1421type BasicFormatWriteSettings = original.BasicFormatWriteSettings
1422type BasicImportSettings = original.BasicImportSettings
1423type BasicIntegrationRuntime = original.BasicIntegrationRuntime
1424type BasicIntegrationRuntimeStatus = original.BasicIntegrationRuntimeStatus
1425type BasicLinkedIntegrationRuntimeType = original.BasicLinkedIntegrationRuntimeType
1426type BasicLinkedService = original.BasicLinkedService
1427type BasicMultiplePipelineTrigger = original.BasicMultiplePipelineTrigger
1428type BasicSecretBase = original.BasicSecretBase
1429type BasicSsisObjectMetadata = original.BasicSsisObjectMetadata
1430type BasicStoreReadSettings = original.BasicStoreReadSettings
1431type BasicStoreWriteSettings = original.BasicStoreWriteSettings
1432type BasicTabularSource = original.BasicTabularSource
1433type BasicTrigger = original.BasicTrigger
1434type BasicTriggerDependencyReference = original.BasicTriggerDependencyReference
1435type BasicWebLinkedServiceTypeProperties = original.BasicWebLinkedServiceTypeProperties
1436type BinaryDataset = original.BinaryDataset
1437type BinaryDatasetTypeProperties = original.BinaryDatasetTypeProperties
1438type BinaryReadSettings = original.BinaryReadSettings
1439type BinarySink = original.BinarySink
1440type BinarySource = original.BinarySource
1441type BlobEventsTrigger = original.BlobEventsTrigger
1442type BlobEventsTriggerTypeProperties = original.BlobEventsTriggerTypeProperties
1443type BlobSink = original.BlobSink
1444type BlobSource = original.BlobSource
1445type BlobTrigger = original.BlobTrigger
1446type BlobTriggerTypeProperties = original.BlobTriggerTypeProperties
1447type CassandraLinkedService = original.CassandraLinkedService
1448type CassandraLinkedServiceTypeProperties = original.CassandraLinkedServiceTypeProperties
1449type CassandraSource = original.CassandraSource
1450type CassandraTableDataset = original.CassandraTableDataset
1451type CassandraTableDatasetTypeProperties = original.CassandraTableDatasetTypeProperties
1452type ChainingTrigger = original.ChainingTrigger
1453type ChainingTriggerTypeProperties = original.ChainingTriggerTypeProperties
1454type CloudError = original.CloudError
1455type CloudErrorBody = original.CloudErrorBody
1456type CmdkeySetup = original.CmdkeySetup
1457type CmdkeySetupTypeProperties = original.CmdkeySetupTypeProperties
1458type CommonDataServiceForAppsEntityDataset = original.CommonDataServiceForAppsEntityDataset
1459type CommonDataServiceForAppsEntityDatasetTypeProperties = original.CommonDataServiceForAppsEntityDatasetTypeProperties
1460type CommonDataServiceForAppsLinkedService = original.CommonDataServiceForAppsLinkedService
1461type CommonDataServiceForAppsLinkedServiceTypeProperties = original.CommonDataServiceForAppsLinkedServiceTypeProperties
1462type CommonDataServiceForAppsSink = original.CommonDataServiceForAppsSink
1463type CommonDataServiceForAppsSource = original.CommonDataServiceForAppsSource
1464type ComponentSetup = original.ComponentSetup
1465type CompressionReadSettings = original.CompressionReadSettings
1466type ConcurLinkedService = original.ConcurLinkedService
1467type ConcurLinkedServiceTypeProperties = original.ConcurLinkedServiceTypeProperties
1468type ConcurObjectDataset = original.ConcurObjectDataset
1469type ConcurSource = original.ConcurSource
1470type ControlActivity = original.ControlActivity
1471type CopyActivity = original.CopyActivity
1472type CopyActivityTypeProperties = original.CopyActivityTypeProperties
1473type CopySink = original.CopySink
1474type CopySource = original.CopySource
1475type CosmosDbLinkedService = original.CosmosDbLinkedService
1476type CosmosDbLinkedServiceTypeProperties = original.CosmosDbLinkedServiceTypeProperties
1477type CosmosDbMongoDbAPICollectionDataset = original.CosmosDbMongoDbAPICollectionDataset
1478type CosmosDbMongoDbAPICollectionDatasetTypeProperties = original.CosmosDbMongoDbAPICollectionDatasetTypeProperties
1479type CosmosDbMongoDbAPILinkedService = original.CosmosDbMongoDbAPILinkedService
1480type CosmosDbMongoDbAPILinkedServiceTypeProperties = original.CosmosDbMongoDbAPILinkedServiceTypeProperties
1481type CosmosDbMongoDbAPISink = original.CosmosDbMongoDbAPISink
1482type CosmosDbMongoDbAPISource = original.CosmosDbMongoDbAPISource
1483type CosmosDbSQLAPICollectionDataset = original.CosmosDbSQLAPICollectionDataset
1484type CosmosDbSQLAPICollectionDatasetTypeProperties = original.CosmosDbSQLAPICollectionDatasetTypeProperties
1485type CosmosDbSQLAPISink = original.CosmosDbSQLAPISink
1486type CosmosDbSQLAPISource = original.CosmosDbSQLAPISource
1487type CouchbaseLinkedService = original.CouchbaseLinkedService
1488type CouchbaseLinkedServiceTypeProperties = original.CouchbaseLinkedServiceTypeProperties
1489type CouchbaseSource = original.CouchbaseSource
1490type CouchbaseTableDataset = original.CouchbaseTableDataset
1491type CreateDataFlowDebugSessionRequest = original.CreateDataFlowDebugSessionRequest
1492type CreateDataFlowDebugSessionResponse = original.CreateDataFlowDebugSessionResponse
1493type CreateLinkedIntegrationRuntimeRequest = original.CreateLinkedIntegrationRuntimeRequest
1494type CreateRunResponse = original.CreateRunResponse
1495type CustomActivity = original.CustomActivity
1496type CustomActivityReferenceObject = original.CustomActivityReferenceObject
1497type CustomActivityTypeProperties = original.CustomActivityTypeProperties
1498type CustomDataSourceLinkedService = original.CustomDataSourceLinkedService
1499type CustomDataset = original.CustomDataset
1500type CustomSetupBase = original.CustomSetupBase
1501type DWCopyCommandDefaultValue = original.DWCopyCommandDefaultValue
1502type DWCopyCommandSettings = original.DWCopyCommandSettings
1503type DataFlow = original.DataFlow
1504type DataFlowDebugCommandPayload = original.DataFlowDebugCommandPayload
1505type DataFlowDebugCommandRequest = original.DataFlowDebugCommandRequest
1506type DataFlowDebugCommandResponse = original.DataFlowDebugCommandResponse
1507type DataFlowDebugPackage = original.DataFlowDebugPackage
1508type DataFlowDebugPackageDebugSettings = original.DataFlowDebugPackageDebugSettings
1509type DataFlowDebugResource = original.DataFlowDebugResource
1510type DataFlowDebugSessionClient = original.DataFlowDebugSessionClient
1511type DataFlowDebugSessionCreateFuture = original.DataFlowDebugSessionCreateFuture
1512type DataFlowDebugSessionExecuteCommandFuture = original.DataFlowDebugSessionExecuteCommandFuture
1513type DataFlowDebugSessionInfo = original.DataFlowDebugSessionInfo
1514type DataFlowFolder = original.DataFlowFolder
1515type DataFlowListResponse = original.DataFlowListResponse
1516type DataFlowListResponseIterator = original.DataFlowListResponseIterator
1517type DataFlowListResponsePage = original.DataFlowListResponsePage
1518type DataFlowReference = original.DataFlowReference
1519type DataFlowResource = original.DataFlowResource
1520type DataFlowSink = original.DataFlowSink
1521type DataFlowSource = original.DataFlowSource
1522type DataFlowSourceSetting = original.DataFlowSourceSetting
1523type DataFlowStagingInfo = original.DataFlowStagingInfo
1524type DataFlowsClient = original.DataFlowsClient
1525type DataLakeAnalyticsUSQLActivity = original.DataLakeAnalyticsUSQLActivity
1526type DataLakeAnalyticsUSQLActivityTypeProperties = original.DataLakeAnalyticsUSQLActivityTypeProperties
1527type DatabricksNotebookActivity = original.DatabricksNotebookActivity
1528type DatabricksNotebookActivityTypeProperties = original.DatabricksNotebookActivityTypeProperties
1529type DatabricksSparkJarActivity = original.DatabricksSparkJarActivity
1530type DatabricksSparkJarActivityTypeProperties = original.DatabricksSparkJarActivityTypeProperties
1531type DatabricksSparkPythonActivity = original.DatabricksSparkPythonActivity
1532type DatabricksSparkPythonActivityTypeProperties = original.DatabricksSparkPythonActivityTypeProperties
1533type Dataset = original.Dataset
1534type DatasetBZip2Compression = original.DatasetBZip2Compression
1535type DatasetCompression = original.DatasetCompression
1536type DatasetDebugResource = original.DatasetDebugResource
1537type DatasetDeflateCompression = original.DatasetDeflateCompression
1538type DatasetFolder = original.DatasetFolder
1539type DatasetGZipCompression = original.DatasetGZipCompression
1540type DatasetListResponse = original.DatasetListResponse
1541type DatasetListResponseIterator = original.DatasetListResponseIterator
1542type DatasetListResponsePage = original.DatasetListResponsePage
1543type DatasetLocation = original.DatasetLocation
1544type DatasetReference = original.DatasetReference
1545type DatasetResource = original.DatasetResource
1546type DatasetStorageFormat = original.DatasetStorageFormat
1547type DatasetZipDeflateCompression = original.DatasetZipDeflateCompression
1548type DatasetsClient = original.DatasetsClient
1549type Db2LinkedService = original.Db2LinkedService
1550type Db2LinkedServiceTypeProperties = original.Db2LinkedServiceTypeProperties
1551type Db2Source = original.Db2Source
1552type Db2TableDataset = original.Db2TableDataset
1553type Db2TableDatasetTypeProperties = original.Db2TableDatasetTypeProperties
1554type DeleteActivity = original.DeleteActivity
1555type DeleteActivityTypeProperties = original.DeleteActivityTypeProperties
1556type DeleteDataFlowDebugSessionRequest = original.DeleteDataFlowDebugSessionRequest
1557type DelimitedTextDataset = original.DelimitedTextDataset
1558type DelimitedTextDatasetTypeProperties = original.DelimitedTextDatasetTypeProperties
1559type DelimitedTextReadSettings = original.DelimitedTextReadSettings
1560type DelimitedTextSink = original.DelimitedTextSink
1561type DelimitedTextSource = original.DelimitedTextSource
1562type DelimitedTextWriteSettings = original.DelimitedTextWriteSettings
1563type DependencyReference = original.DependencyReference
1564type DistcpSettings = original.DistcpSettings
1565type DocumentDbCollectionDataset = original.DocumentDbCollectionDataset
1566type DocumentDbCollectionDatasetTypeProperties = original.DocumentDbCollectionDatasetTypeProperties
1567type DocumentDbCollectionSink = original.DocumentDbCollectionSink
1568type DocumentDbCollectionSource = original.DocumentDbCollectionSource
1569type DrillDatasetTypeProperties = original.DrillDatasetTypeProperties
1570type DrillLinkedService = original.DrillLinkedService
1571type DrillLinkedServiceTypeProperties = original.DrillLinkedServiceTypeProperties
1572type DrillSource = original.DrillSource
1573type DrillTableDataset = original.DrillTableDataset
1574type DynamicsAXLinkedService = original.DynamicsAXLinkedService
1575type DynamicsAXLinkedServiceTypeProperties = original.DynamicsAXLinkedServiceTypeProperties
1576type DynamicsAXResourceDataset = original.DynamicsAXResourceDataset
1577type DynamicsAXResourceDatasetTypeProperties = original.DynamicsAXResourceDatasetTypeProperties
1578type DynamicsAXSource = original.DynamicsAXSource
1579type DynamicsCrmEntityDataset = original.DynamicsCrmEntityDataset
1580type DynamicsCrmEntityDatasetTypeProperties = original.DynamicsCrmEntityDatasetTypeProperties
1581type DynamicsCrmLinkedService = original.DynamicsCrmLinkedService
1582type DynamicsCrmLinkedServiceTypeProperties = original.DynamicsCrmLinkedServiceTypeProperties
1583type DynamicsCrmSink = original.DynamicsCrmSink
1584type DynamicsCrmSource = original.DynamicsCrmSource
1585type DynamicsEntityDataset = original.DynamicsEntityDataset
1586type DynamicsEntityDatasetTypeProperties = original.DynamicsEntityDatasetTypeProperties
1587type DynamicsLinkedService = original.DynamicsLinkedService
1588type DynamicsLinkedServiceTypeProperties = original.DynamicsLinkedServiceTypeProperties
1589type DynamicsSink = original.DynamicsSink
1590type DynamicsSource = original.DynamicsSource
1591type EloquaLinkedService = original.EloquaLinkedService
1592type EloquaLinkedServiceTypeProperties = original.EloquaLinkedServiceTypeProperties
1593type EloquaObjectDataset = original.EloquaObjectDataset
1594type EloquaSource = original.EloquaSource
1595type EntityReference = original.EntityReference
1596type EnvironmentVariableSetup = original.EnvironmentVariableSetup
1597type EnvironmentVariableSetupTypeProperties = original.EnvironmentVariableSetupTypeProperties
1598type ExcelDataset = original.ExcelDataset
1599type ExcelDatasetTypeProperties = original.ExcelDatasetTypeProperties
1600type ExcelSource = original.ExcelSource
1601type ExecuteDataFlowActivity = original.ExecuteDataFlowActivity
1602type ExecuteDataFlowActivityTypeProperties = original.ExecuteDataFlowActivityTypeProperties
1603type ExecuteDataFlowActivityTypePropertiesCompute = original.ExecuteDataFlowActivityTypePropertiesCompute
1604type ExecutePipelineActivity = original.ExecutePipelineActivity
1605type ExecutePipelineActivityTypeProperties = original.ExecutePipelineActivityTypeProperties
1606type ExecuteSSISPackageActivity = original.ExecuteSSISPackageActivity
1607type ExecuteSSISPackageActivityTypeProperties = original.ExecuteSSISPackageActivityTypeProperties
1608type ExecutionActivity = original.ExecutionActivity
1609type ExportSettings = original.ExportSettings
1610type ExposureControlClient = original.ExposureControlClient
1611type ExposureControlRequest = original.ExposureControlRequest
1612type ExposureControlResponse = original.ExposureControlResponse
1613type Expression = original.Expression
1614type FactoriesClient = original.FactoriesClient
1615type Factory = original.Factory
1616type FactoryGitHubConfiguration = original.FactoryGitHubConfiguration
1617type FactoryIdentity = original.FactoryIdentity
1618type FactoryListResponse = original.FactoryListResponse
1619type FactoryListResponseIterator = original.FactoryListResponseIterator
1620type FactoryListResponsePage = original.FactoryListResponsePage
1621type FactoryProperties = original.FactoryProperties
1622type FactoryRepoConfiguration = original.FactoryRepoConfiguration
1623type FactoryRepoUpdate = original.FactoryRepoUpdate
1624type FactoryUpdateParameters = original.FactoryUpdateParameters
1625type FactoryVSTSConfiguration = original.FactoryVSTSConfiguration
1626type FileServerLinkedService = original.FileServerLinkedService
1627type FileServerLinkedServiceTypeProperties = original.FileServerLinkedServiceTypeProperties
1628type FileServerLocation = original.FileServerLocation
1629type FileServerReadSettings = original.FileServerReadSettings
1630type FileServerWriteSettings = original.FileServerWriteSettings
1631type FileShareDataset = original.FileShareDataset
1632type FileShareDatasetTypeProperties = original.FileShareDatasetTypeProperties
1633type FileSystemSink = original.FileSystemSink
1634type FileSystemSource = original.FileSystemSource
1635type FilterActivity = original.FilterActivity
1636type FilterActivityTypeProperties = original.FilterActivityTypeProperties
1637type ForEachActivity = original.ForEachActivity
1638type ForEachActivityTypeProperties = original.ForEachActivityTypeProperties
1639type FormatReadSettings = original.FormatReadSettings
1640type FormatWriteSettings = original.FormatWriteSettings
1641type FtpReadSettings = original.FtpReadSettings
1642type FtpServerLinkedService = original.FtpServerLinkedService
1643type FtpServerLinkedServiceTypeProperties = original.FtpServerLinkedServiceTypeProperties
1644type FtpServerLocation = original.FtpServerLocation
1645type GenericDatasetTypeProperties = original.GenericDatasetTypeProperties
1646type GetDataFactoryOperationStatusResponse = original.GetDataFactoryOperationStatusResponse
1647type GetMetadataActivity = original.GetMetadataActivity
1648type GetMetadataActivityTypeProperties = original.GetMetadataActivityTypeProperties
1649type GetSsisObjectMetadataRequest = original.GetSsisObjectMetadataRequest
1650type GitHubAccessTokenRequest = original.GitHubAccessTokenRequest
1651type GitHubAccessTokenResponse = original.GitHubAccessTokenResponse
1652type GoogleAdWordsLinkedService = original.GoogleAdWordsLinkedService
1653type GoogleAdWordsLinkedServiceTypeProperties = original.GoogleAdWordsLinkedServiceTypeProperties
1654type GoogleAdWordsObjectDataset = original.GoogleAdWordsObjectDataset
1655type GoogleAdWordsSource = original.GoogleAdWordsSource
1656type GoogleBigQueryDatasetTypeProperties = original.GoogleBigQueryDatasetTypeProperties
1657type GoogleBigQueryLinkedService = original.GoogleBigQueryLinkedService
1658type GoogleBigQueryLinkedServiceTypeProperties = original.GoogleBigQueryLinkedServiceTypeProperties
1659type GoogleBigQueryObjectDataset = original.GoogleBigQueryObjectDataset
1660type GoogleBigQuerySource = original.GoogleBigQuerySource
1661type GoogleCloudStorageLinkedService = original.GoogleCloudStorageLinkedService
1662type GoogleCloudStorageLinkedServiceTypeProperties = original.GoogleCloudStorageLinkedServiceTypeProperties
1663type GoogleCloudStorageLocation = original.GoogleCloudStorageLocation
1664type GoogleCloudStorageReadSettings = original.GoogleCloudStorageReadSettings
1665type GreenplumDatasetTypeProperties = original.GreenplumDatasetTypeProperties
1666type GreenplumLinkedService = original.GreenplumLinkedService
1667type GreenplumLinkedServiceTypeProperties = original.GreenplumLinkedServiceTypeProperties
1668type GreenplumSource = original.GreenplumSource
1669type GreenplumTableDataset = original.GreenplumTableDataset
1670type HBaseLinkedService = original.HBaseLinkedService
1671type HBaseLinkedServiceTypeProperties = original.HBaseLinkedServiceTypeProperties
1672type HBaseObjectDataset = original.HBaseObjectDataset
1673type HBaseSource = original.HBaseSource
1674type HDInsightHiveActivity = original.HDInsightHiveActivity
1675type HDInsightHiveActivityTypeProperties = original.HDInsightHiveActivityTypeProperties
1676type HDInsightLinkedService = original.HDInsightLinkedService
1677type HDInsightLinkedServiceTypeProperties = original.HDInsightLinkedServiceTypeProperties
1678type HDInsightMapReduceActivity = original.HDInsightMapReduceActivity
1679type HDInsightMapReduceActivityTypeProperties = original.HDInsightMapReduceActivityTypeProperties
1680type HDInsightOnDemandLinkedService = original.HDInsightOnDemandLinkedService
1681type HDInsightOnDemandLinkedServiceTypeProperties = original.HDInsightOnDemandLinkedServiceTypeProperties
1682type HDInsightPigActivity = original.HDInsightPigActivity
1683type HDInsightPigActivityTypeProperties = original.HDInsightPigActivityTypeProperties
1684type HDInsightSparkActivity = original.HDInsightSparkActivity
1685type HDInsightSparkActivityTypeProperties = original.HDInsightSparkActivityTypeProperties
1686type HDInsightStreamingActivity = original.HDInsightStreamingActivity
1687type HDInsightStreamingActivityTypeProperties = original.HDInsightStreamingActivityTypeProperties
1688type HTTPDataset = original.HTTPDataset
1689type HTTPDatasetTypeProperties = original.HTTPDatasetTypeProperties
1690type HTTPLinkedService = original.HTTPLinkedService
1691type HTTPLinkedServiceTypeProperties = original.HTTPLinkedServiceTypeProperties
1692type HTTPReadSettings = original.HTTPReadSettings
1693type HTTPServerLocation = original.HTTPServerLocation
1694type HTTPSource = original.HTTPSource
1695type HdfsLinkedService = original.HdfsLinkedService
1696type HdfsLinkedServiceTypeProperties = original.HdfsLinkedServiceTypeProperties
1697type HdfsLocation = original.HdfsLocation
1698type HdfsReadSettings = original.HdfsReadSettings
1699type HdfsSource = original.HdfsSource
1700type HiveDatasetTypeProperties = original.HiveDatasetTypeProperties
1701type HiveLinkedService = original.HiveLinkedService
1702type HiveLinkedServiceTypeProperties = original.HiveLinkedServiceTypeProperties
1703type HiveObjectDataset = original.HiveObjectDataset
1704type HiveSource = original.HiveSource
1705type HubspotLinkedService = original.HubspotLinkedService
1706type HubspotLinkedServiceTypeProperties = original.HubspotLinkedServiceTypeProperties
1707type HubspotObjectDataset = original.HubspotObjectDataset
1708type HubspotSource = original.HubspotSource
1709type IfConditionActivity = original.IfConditionActivity
1710type IfConditionActivityTypeProperties = original.IfConditionActivityTypeProperties
1711type ImpalaDatasetTypeProperties = original.ImpalaDatasetTypeProperties
1712type ImpalaLinkedService = original.ImpalaLinkedService
1713type ImpalaLinkedServiceTypeProperties = original.ImpalaLinkedServiceTypeProperties
1714type ImpalaObjectDataset = original.ImpalaObjectDataset
1715type ImpalaSource = original.ImpalaSource
1716type ImportSettings = original.ImportSettings
1717type InformixLinkedService = original.InformixLinkedService
1718type InformixLinkedServiceTypeProperties = original.InformixLinkedServiceTypeProperties
1719type InformixSink = original.InformixSink
1720type InformixSource = original.InformixSource
1721type InformixTableDataset = original.InformixTableDataset
1722type InformixTableDatasetTypeProperties = original.InformixTableDatasetTypeProperties
1723type IntegrationRuntime = original.IntegrationRuntime
1724type IntegrationRuntimeAuthKeys = original.IntegrationRuntimeAuthKeys
1725type IntegrationRuntimeComputeProperties = original.IntegrationRuntimeComputeProperties
1726type IntegrationRuntimeConnectionInfo = original.IntegrationRuntimeConnectionInfo
1727type IntegrationRuntimeCustomSetupScriptProperties = original.IntegrationRuntimeCustomSetupScriptProperties
1728type IntegrationRuntimeDataFlowProperties = original.IntegrationRuntimeDataFlowProperties
1729type IntegrationRuntimeDataProxyProperties = original.IntegrationRuntimeDataProxyProperties
1730type IntegrationRuntimeDebugResource = original.IntegrationRuntimeDebugResource
1731type IntegrationRuntimeListResponse = original.IntegrationRuntimeListResponse
1732type IntegrationRuntimeListResponseIterator = original.IntegrationRuntimeListResponseIterator
1733type IntegrationRuntimeListResponsePage = original.IntegrationRuntimeListResponsePage
1734type IntegrationRuntimeMonitoringData = original.IntegrationRuntimeMonitoringData
1735type IntegrationRuntimeNodeIPAddress = original.IntegrationRuntimeNodeIPAddress
1736type IntegrationRuntimeNodeMonitoringData = original.IntegrationRuntimeNodeMonitoringData
1737type IntegrationRuntimeNodesClient = original.IntegrationRuntimeNodesClient
1738type IntegrationRuntimeObjectMetadataClient = original.IntegrationRuntimeObjectMetadataClient
1739type IntegrationRuntimeObjectMetadataRefreshFuture = original.IntegrationRuntimeObjectMetadataRefreshFuture
1740type IntegrationRuntimeReference = original.IntegrationRuntimeReference
1741type IntegrationRuntimeRegenerateKeyParameters = original.IntegrationRuntimeRegenerateKeyParameters
1742type IntegrationRuntimeResource = original.IntegrationRuntimeResource
1743type IntegrationRuntimeSsisCatalogInfo = original.IntegrationRuntimeSsisCatalogInfo
1744type IntegrationRuntimeSsisProperties = original.IntegrationRuntimeSsisProperties
1745type IntegrationRuntimeStatus = original.IntegrationRuntimeStatus
1746type IntegrationRuntimeStatusListResponse = original.IntegrationRuntimeStatusListResponse
1747type IntegrationRuntimeStatusResponse = original.IntegrationRuntimeStatusResponse
1748type IntegrationRuntimeVNetProperties = original.IntegrationRuntimeVNetProperties
1749type IntegrationRuntimesClient = original.IntegrationRuntimesClient
1750type IntegrationRuntimesStartFuture = original.IntegrationRuntimesStartFuture
1751type IntegrationRuntimesStopFuture = original.IntegrationRuntimesStopFuture
1752type JSONDataset = original.JSONDataset
1753type JSONDatasetTypeProperties = original.JSONDatasetTypeProperties
1754type JSONFormat = original.JSONFormat
1755type JSONReadSettings = original.JSONReadSettings
1756type JSONSink = original.JSONSink
1757type JSONSource = original.JSONSource
1758type JSONWriteSettings = original.JSONWriteSettings
1759type JiraLinkedService = original.JiraLinkedService
1760type JiraLinkedServiceTypeProperties = original.JiraLinkedServiceTypeProperties
1761type JiraObjectDataset = original.JiraObjectDataset
1762type JiraSource = original.JiraSource
1763type LicensedComponentSetupTypeProperties = original.LicensedComponentSetupTypeProperties
1764type LinkedIntegrationRuntime = original.LinkedIntegrationRuntime
1765type LinkedIntegrationRuntimeKeyAuthorization = original.LinkedIntegrationRuntimeKeyAuthorization
1766type LinkedIntegrationRuntimeRbacAuthorization = original.LinkedIntegrationRuntimeRbacAuthorization
1767type LinkedIntegrationRuntimeRequest = original.LinkedIntegrationRuntimeRequest
1768type LinkedIntegrationRuntimeType = original.LinkedIntegrationRuntimeType
1769type LinkedService = original.LinkedService
1770type LinkedServiceDebugResource = original.LinkedServiceDebugResource
1771type LinkedServiceListResponse = original.LinkedServiceListResponse
1772type LinkedServiceListResponseIterator = original.LinkedServiceListResponseIterator
1773type LinkedServiceListResponsePage = original.LinkedServiceListResponsePage
1774type LinkedServiceReference = original.LinkedServiceReference
1775type LinkedServiceResource = original.LinkedServiceResource
1776type LinkedServicesClient = original.LinkedServicesClient
1777type LogStorageSettings = original.LogStorageSettings
1778type LookupActivity = original.LookupActivity
1779type LookupActivityTypeProperties = original.LookupActivityTypeProperties
1780type MagentoLinkedService = original.MagentoLinkedService
1781type MagentoLinkedServiceTypeProperties = original.MagentoLinkedServiceTypeProperties
1782type MagentoObjectDataset = original.MagentoObjectDataset
1783type MagentoSource = original.MagentoSource
1784type ManagedIntegrationRuntime = original.ManagedIntegrationRuntime
1785type ManagedIntegrationRuntimeError = original.ManagedIntegrationRuntimeError
1786type ManagedIntegrationRuntimeNode = original.ManagedIntegrationRuntimeNode
1787type ManagedIntegrationRuntimeOperationResult = original.ManagedIntegrationRuntimeOperationResult
1788type ManagedIntegrationRuntimeStatus = original.ManagedIntegrationRuntimeStatus
1789type ManagedIntegrationRuntimeStatusTypeProperties = original.ManagedIntegrationRuntimeStatusTypeProperties
1790type ManagedIntegrationRuntimeTypeProperties = original.ManagedIntegrationRuntimeTypeProperties
1791type MappingDataFlow = original.MappingDataFlow
1792type MappingDataFlowTypeProperties = original.MappingDataFlowTypeProperties
1793type MariaDBLinkedService = original.MariaDBLinkedService
1794type MariaDBLinkedServiceTypeProperties = original.MariaDBLinkedServiceTypeProperties
1795type MariaDBSource = original.MariaDBSource
1796type MariaDBTableDataset = original.MariaDBTableDataset
1797type MarketoLinkedService = original.MarketoLinkedService
1798type MarketoLinkedServiceTypeProperties = original.MarketoLinkedServiceTypeProperties
1799type MarketoObjectDataset = original.MarketoObjectDataset
1800type MarketoSource = original.MarketoSource
1801type MicrosoftAccessLinkedService = original.MicrosoftAccessLinkedService
1802type MicrosoftAccessLinkedServiceTypeProperties = original.MicrosoftAccessLinkedServiceTypeProperties
1803type MicrosoftAccessSink = original.MicrosoftAccessSink
1804type MicrosoftAccessSource = original.MicrosoftAccessSource
1805type MicrosoftAccessTableDataset = original.MicrosoftAccessTableDataset
1806type MicrosoftAccessTableDatasetTypeProperties = original.MicrosoftAccessTableDatasetTypeProperties
1807type MongoDbCollectionDataset = original.MongoDbCollectionDataset
1808type MongoDbCollectionDatasetTypeProperties = original.MongoDbCollectionDatasetTypeProperties
1809type MongoDbCursorMethodsProperties = original.MongoDbCursorMethodsProperties
1810type MongoDbLinkedService = original.MongoDbLinkedService
1811type MongoDbLinkedServiceTypeProperties = original.MongoDbLinkedServiceTypeProperties
1812type MongoDbSource = original.MongoDbSource
1813type MongoDbV2CollectionDataset = original.MongoDbV2CollectionDataset
1814type MongoDbV2CollectionDatasetTypeProperties = original.MongoDbV2CollectionDatasetTypeProperties
1815type MongoDbV2LinkedService = original.MongoDbV2LinkedService
1816type MongoDbV2LinkedServiceTypeProperties = original.MongoDbV2LinkedServiceTypeProperties
1817type MongoDbV2Source = original.MongoDbV2Source
1818type MultiplePipelineTrigger = original.MultiplePipelineTrigger
1819type MySQLLinkedService = original.MySQLLinkedService
1820type MySQLLinkedServiceTypeProperties = original.MySQLLinkedServiceTypeProperties
1821type MySQLSource = original.MySQLSource
1822type MySQLTableDataset = original.MySQLTableDataset
1823type MySQLTableDatasetTypeProperties = original.MySQLTableDatasetTypeProperties
1824type NetezzaLinkedService = original.NetezzaLinkedService
1825type NetezzaLinkedServiceTypeProperties = original.NetezzaLinkedServiceTypeProperties
1826type NetezzaPartitionSettings = original.NetezzaPartitionSettings
1827type NetezzaSource = original.NetezzaSource
1828type NetezzaTableDataset = original.NetezzaTableDataset
1829type NetezzaTableDatasetTypeProperties = original.NetezzaTableDatasetTypeProperties
1830type ODataLinkedService = original.ODataLinkedService
1831type ODataLinkedServiceTypeProperties = original.ODataLinkedServiceTypeProperties
1832type ODataResourceDataset = original.ODataResourceDataset
1833type ODataResourceDatasetTypeProperties = original.ODataResourceDatasetTypeProperties
1834type ODataSource = original.ODataSource
1835type OdbcLinkedService = original.OdbcLinkedService
1836type OdbcLinkedServiceTypeProperties = original.OdbcLinkedServiceTypeProperties
1837type OdbcSink = original.OdbcSink
1838type OdbcSource = original.OdbcSource
1839type OdbcTableDataset = original.OdbcTableDataset
1840type OdbcTableDatasetTypeProperties = original.OdbcTableDatasetTypeProperties
1841type Office365Dataset = original.Office365Dataset
1842type Office365DatasetTypeProperties = original.Office365DatasetTypeProperties
1843type Office365LinkedService = original.Office365LinkedService
1844type Office365LinkedServiceTypeProperties = original.Office365LinkedServiceTypeProperties
1845type Office365Source = original.Office365Source
1846type Operation = original.Operation
1847type OperationDisplay = original.OperationDisplay
1848type OperationListResponse = original.OperationListResponse
1849type OperationListResponseIterator = original.OperationListResponseIterator
1850type OperationListResponsePage = original.OperationListResponsePage
1851type OperationLogSpecification = original.OperationLogSpecification
1852type OperationMetricAvailability = original.OperationMetricAvailability
1853type OperationMetricDimension = original.OperationMetricDimension
1854type OperationMetricSpecification = original.OperationMetricSpecification
1855type OperationProperties = original.OperationProperties
1856type OperationServiceSpecification = original.OperationServiceSpecification
1857type OperationsClient = original.OperationsClient
1858type OracleLinkedService = original.OracleLinkedService
1859type OracleLinkedServiceTypeProperties = original.OracleLinkedServiceTypeProperties
1860type OraclePartitionSettings = original.OraclePartitionSettings
1861type OracleServiceCloudLinkedService = original.OracleServiceCloudLinkedService
1862type OracleServiceCloudLinkedServiceTypeProperties = original.OracleServiceCloudLinkedServiceTypeProperties
1863type OracleServiceCloudObjectDataset = original.OracleServiceCloudObjectDataset
1864type OracleServiceCloudSource = original.OracleServiceCloudSource
1865type OracleSink = original.OracleSink
1866type OracleSource = original.OracleSource
1867type OracleTableDataset = original.OracleTableDataset
1868type OracleTableDatasetTypeProperties = original.OracleTableDatasetTypeProperties
1869type OrcDataset = original.OrcDataset
1870type OrcDatasetTypeProperties = original.OrcDatasetTypeProperties
1871type OrcFormat = original.OrcFormat
1872type OrcSink = original.OrcSink
1873type OrcSource = original.OrcSource
1874type PackageStore = original.PackageStore
1875type ParameterSpecification = original.ParameterSpecification
1876type ParquetDataset = original.ParquetDataset
1877type ParquetDatasetTypeProperties = original.ParquetDatasetTypeProperties
1878type ParquetFormat = original.ParquetFormat
1879type ParquetSink = original.ParquetSink
1880type ParquetSource = original.ParquetSource
1881type PaypalLinkedService = original.PaypalLinkedService
1882type PaypalLinkedServiceTypeProperties = original.PaypalLinkedServiceTypeProperties
1883type PaypalObjectDataset = original.PaypalObjectDataset
1884type PaypalSource = original.PaypalSource
1885type PhoenixDatasetTypeProperties = original.PhoenixDatasetTypeProperties
1886type PhoenixLinkedService = original.PhoenixLinkedService
1887type PhoenixLinkedServiceTypeProperties = original.PhoenixLinkedServiceTypeProperties
1888type PhoenixObjectDataset = original.PhoenixObjectDataset
1889type PhoenixSource = original.PhoenixSource
1890type Pipeline = original.Pipeline
1891type PipelineFolder = original.PipelineFolder
1892type PipelineListResponse = original.PipelineListResponse
1893type PipelineListResponseIterator = original.PipelineListResponseIterator
1894type PipelineListResponsePage = original.PipelineListResponsePage
1895type PipelineReference = original.PipelineReference
1896type PipelineResource = original.PipelineResource
1897type PipelineRun = original.PipelineRun
1898type PipelineRunInvokedBy = original.PipelineRunInvokedBy
1899type PipelineRunsClient = original.PipelineRunsClient
1900type PipelineRunsQueryResponse = original.PipelineRunsQueryResponse
1901type PipelinesClient = original.PipelinesClient
1902type PolybaseSettings = original.PolybaseSettings
1903type PostgreSQLLinkedService = original.PostgreSQLLinkedService
1904type PostgreSQLLinkedServiceTypeProperties = original.PostgreSQLLinkedServiceTypeProperties
1905type PostgreSQLSource = original.PostgreSQLSource
1906type PostgreSQLTableDataset = original.PostgreSQLTableDataset
1907type PostgreSQLTableDatasetTypeProperties = original.PostgreSQLTableDatasetTypeProperties
1908type PrestoDatasetTypeProperties = original.PrestoDatasetTypeProperties
1909type PrestoLinkedService = original.PrestoLinkedService
1910type PrestoLinkedServiceTypeProperties = original.PrestoLinkedServiceTypeProperties
1911type PrestoObjectDataset = original.PrestoObjectDataset
1912type PrestoSource = original.PrestoSource
1913type QueryDataFlowDebugSessionsResponse = original.QueryDataFlowDebugSessionsResponse
1914type QueryDataFlowDebugSessionsResponseIterator = original.QueryDataFlowDebugSessionsResponseIterator
1915type QueryDataFlowDebugSessionsResponsePage = original.QueryDataFlowDebugSessionsResponsePage
1916type QuickBooksLinkedService = original.QuickBooksLinkedService
1917type QuickBooksLinkedServiceTypeProperties = original.QuickBooksLinkedServiceTypeProperties
1918type QuickBooksObjectDataset = original.QuickBooksObjectDataset
1919type QuickBooksSource = original.QuickBooksSource
1920type RecurrenceSchedule = original.RecurrenceSchedule
1921type RecurrenceScheduleOccurrence = original.RecurrenceScheduleOccurrence
1922type RedirectIncompatibleRowSettings = original.RedirectIncompatibleRowSettings
1923type RedshiftUnloadSettings = original.RedshiftUnloadSettings
1924type RelationalSource = original.RelationalSource
1925type RelationalTableDataset = original.RelationalTableDataset
1926type RelationalTableDatasetTypeProperties = original.RelationalTableDatasetTypeProperties
1927type RerunTumblingWindowTrigger = original.RerunTumblingWindowTrigger
1928type RerunTumblingWindowTriggerTypeProperties = original.RerunTumblingWindowTriggerTypeProperties
1929type Resource = original.Resource
1930type ResponsysLinkedService = original.ResponsysLinkedService
1931type ResponsysLinkedServiceTypeProperties = original.ResponsysLinkedServiceTypeProperties
1932type ResponsysObjectDataset = original.ResponsysObjectDataset
1933type ResponsysSource = original.ResponsysSource
1934type RestResourceDataset = original.RestResourceDataset
1935type RestResourceDatasetTypeProperties = original.RestResourceDatasetTypeProperties
1936type RestServiceLinkedService = original.RestServiceLinkedService
1937type RestServiceLinkedServiceTypeProperties = original.RestServiceLinkedServiceTypeProperties
1938type RestSource = original.RestSource
1939type RetryPolicy = original.RetryPolicy
1940type RunFilterParameters = original.RunFilterParameters
1941type RunQueryFilter = original.RunQueryFilter
1942type RunQueryOrderBy = original.RunQueryOrderBy
1943type SQLDWSink = original.SQLDWSink
1944type SQLDWSource = original.SQLDWSource
1945type SQLMISink = original.SQLMISink
1946type SQLMISource = original.SQLMISource
1947type SQLServerLinkedService = original.SQLServerLinkedService
1948type SQLServerLinkedServiceTypeProperties = original.SQLServerLinkedServiceTypeProperties
1949type SQLServerSink = original.SQLServerSink
1950type SQLServerSource = original.SQLServerSource
1951type SQLServerStoredProcedureActivity = original.SQLServerStoredProcedureActivity
1952type SQLServerStoredProcedureActivityTypeProperties = original.SQLServerStoredProcedureActivityTypeProperties
1953type SQLServerTableDataset = original.SQLServerTableDataset
1954type SQLServerTableDatasetTypeProperties = original.SQLServerTableDatasetTypeProperties
1955type SQLSink = original.SQLSink
1956type SQLSource = original.SQLSource
1957type SSISAccessCredential = original.SSISAccessCredential
1958type SSISChildPackage = original.SSISChildPackage
1959type SSISExecutionCredential = original.SSISExecutionCredential
1960type SSISExecutionParameter = original.SSISExecutionParameter
1961type SSISLogLocation = original.SSISLogLocation
1962type SSISLogLocationTypeProperties = original.SSISLogLocationTypeProperties
1963type SSISPackageLocation = original.SSISPackageLocation
1964type SSISPackageLocationTypeProperties = original.SSISPackageLocationTypeProperties
1965type SSISPropertyOverride = original.SSISPropertyOverride
1966type SalesforceLinkedService = original.SalesforceLinkedService
1967type SalesforceLinkedServiceTypeProperties = original.SalesforceLinkedServiceTypeProperties
1968type SalesforceMarketingCloudLinkedService = original.SalesforceMarketingCloudLinkedService
1969type SalesforceMarketingCloudLinkedServiceTypeProperties = original.SalesforceMarketingCloudLinkedServiceTypeProperties
1970type SalesforceMarketingCloudObjectDataset = original.SalesforceMarketingCloudObjectDataset
1971type SalesforceMarketingCloudSource = original.SalesforceMarketingCloudSource
1972type SalesforceObjectDataset = original.SalesforceObjectDataset
1973type SalesforceObjectDatasetTypeProperties = original.SalesforceObjectDatasetTypeProperties
1974type SalesforceServiceCloudLinkedService = original.SalesforceServiceCloudLinkedService
1975type SalesforceServiceCloudLinkedServiceTypeProperties = original.SalesforceServiceCloudLinkedServiceTypeProperties
1976type SalesforceServiceCloudObjectDataset = original.SalesforceServiceCloudObjectDataset
1977type SalesforceServiceCloudObjectDatasetTypeProperties = original.SalesforceServiceCloudObjectDatasetTypeProperties
1978type SalesforceServiceCloudSink = original.SalesforceServiceCloudSink
1979type SalesforceServiceCloudSource = original.SalesforceServiceCloudSource
1980type SalesforceSink = original.SalesforceSink
1981type SalesforceSource = original.SalesforceSource
1982type SapBWLinkedService = original.SapBWLinkedService
1983type SapBWLinkedServiceTypeProperties = original.SapBWLinkedServiceTypeProperties
1984type SapBwCubeDataset = original.SapBwCubeDataset
1985type SapBwSource = original.SapBwSource
1986type SapCloudForCustomerLinkedService = original.SapCloudForCustomerLinkedService
1987type SapCloudForCustomerLinkedServiceTypeProperties = original.SapCloudForCustomerLinkedServiceTypeProperties
1988type SapCloudForCustomerResourceDataset = original.SapCloudForCustomerResourceDataset
1989type SapCloudForCustomerResourceDatasetTypeProperties = original.SapCloudForCustomerResourceDatasetTypeProperties
1990type SapCloudForCustomerSink = original.SapCloudForCustomerSink
1991type SapCloudForCustomerSource = original.SapCloudForCustomerSource
1992type SapEccLinkedService = original.SapEccLinkedService
1993type SapEccLinkedServiceTypeProperties = original.SapEccLinkedServiceTypeProperties
1994type SapEccResourceDataset = original.SapEccResourceDataset
1995type SapEccResourceDatasetTypeProperties = original.SapEccResourceDatasetTypeProperties
1996type SapEccSource = original.SapEccSource
1997type SapHanaLinkedService = original.SapHanaLinkedService
1998type SapHanaLinkedServiceProperties = original.SapHanaLinkedServiceProperties
1999type SapHanaPartitionSettings = original.SapHanaPartitionSettings
2000type SapHanaSource = original.SapHanaSource
2001type SapHanaTableDataset = original.SapHanaTableDataset
2002type SapHanaTableDatasetTypeProperties = original.SapHanaTableDatasetTypeProperties
2003type SapOpenHubLinkedService = original.SapOpenHubLinkedService
2004type SapOpenHubLinkedServiceTypeProperties = original.SapOpenHubLinkedServiceTypeProperties
2005type SapOpenHubSource = original.SapOpenHubSource
2006type SapOpenHubTableDataset = original.SapOpenHubTableDataset
2007type SapOpenHubTableDatasetTypeProperties = original.SapOpenHubTableDatasetTypeProperties
2008type SapTableLinkedService = original.SapTableLinkedService
2009type SapTableLinkedServiceTypeProperties = original.SapTableLinkedServiceTypeProperties
2010type SapTablePartitionSettings = original.SapTablePartitionSettings
2011type SapTableResourceDataset = original.SapTableResourceDataset
2012type SapTableResourceDatasetTypeProperties = original.SapTableResourceDatasetTypeProperties
2013type SapTableSource = original.SapTableSource
2014type ScheduleTrigger = original.ScheduleTrigger
2015type ScheduleTriggerRecurrence = original.ScheduleTriggerRecurrence
2016type ScheduleTriggerTypeProperties = original.ScheduleTriggerTypeProperties
2017type ScriptAction = original.ScriptAction
2018type SecretBase = original.SecretBase
2019type SecureString = original.SecureString
2020type SelfDependencyTumblingWindowTriggerReference = original.SelfDependencyTumblingWindowTriggerReference
2021type SelfHostedIntegrationRuntime = original.SelfHostedIntegrationRuntime
2022type SelfHostedIntegrationRuntimeNode = original.SelfHostedIntegrationRuntimeNode
2023type SelfHostedIntegrationRuntimeStatus = original.SelfHostedIntegrationRuntimeStatus
2024type SelfHostedIntegrationRuntimeStatusTypeProperties = original.SelfHostedIntegrationRuntimeStatusTypeProperties
2025type SelfHostedIntegrationRuntimeTypeProperties = original.SelfHostedIntegrationRuntimeTypeProperties
2026type ServiceNowLinkedService = original.ServiceNowLinkedService
2027type ServiceNowLinkedServiceTypeProperties = original.ServiceNowLinkedServiceTypeProperties
2028type ServiceNowObjectDataset = original.ServiceNowObjectDataset
2029type ServiceNowSource = original.ServiceNowSource
2030type SetVariableActivity = original.SetVariableActivity
2031type SetVariableActivityTypeProperties = original.SetVariableActivityTypeProperties
2032type SftpLocation = original.SftpLocation
2033type SftpReadSettings = original.SftpReadSettings
2034type SftpServerLinkedService = original.SftpServerLinkedService
2035type SftpServerLinkedServiceTypeProperties = original.SftpServerLinkedServiceTypeProperties
2036type SftpWriteSettings = original.SftpWriteSettings
2037type SharePointOnlineListDatasetTypeProperties = original.SharePointOnlineListDatasetTypeProperties
2038type SharePointOnlineListLinkedService = original.SharePointOnlineListLinkedService
2039type SharePointOnlineListLinkedServiceTypeProperties = original.SharePointOnlineListLinkedServiceTypeProperties
2040type SharePointOnlineListResourceDataset = original.SharePointOnlineListResourceDataset
2041type SharePointOnlineListSource = original.SharePointOnlineListSource
2042type ShopifyLinkedService = original.ShopifyLinkedService
2043type ShopifyLinkedServiceTypeProperties = original.ShopifyLinkedServiceTypeProperties
2044type ShopifyObjectDataset = original.ShopifyObjectDataset
2045type ShopifySource = original.ShopifySource
2046type SkipErrorFile = original.SkipErrorFile
2047type SnowflakeDataset = original.SnowflakeDataset
2048type SnowflakeDatasetTypeProperties = original.SnowflakeDatasetTypeProperties
2049type SnowflakeExportCopyCommand = original.SnowflakeExportCopyCommand
2050type SnowflakeImportCopyCommand = original.SnowflakeImportCopyCommand
2051type SnowflakeLinkedService = original.SnowflakeLinkedService
2052type SnowflakeLinkedServiceTypeProperties = original.SnowflakeLinkedServiceTypeProperties
2053type SnowflakeSink = original.SnowflakeSink
2054type SnowflakeSource = original.SnowflakeSource
2055type SparkDatasetTypeProperties = original.SparkDatasetTypeProperties
2056type SparkLinkedService = original.SparkLinkedService
2057type SparkLinkedServiceTypeProperties = original.SparkLinkedServiceTypeProperties
2058type SparkObjectDataset = original.SparkObjectDataset
2059type SparkSource = original.SparkSource
2060type SquareLinkedService = original.SquareLinkedService
2061type SquareLinkedServiceTypeProperties = original.SquareLinkedServiceTypeProperties
2062type SquareObjectDataset = original.SquareObjectDataset
2063type SquareSource = original.SquareSource
2064type SsisEnvironment = original.SsisEnvironment
2065type SsisEnvironmentReference = original.SsisEnvironmentReference
2066type SsisFolder = original.SsisFolder
2067type SsisObjectMetadata = original.SsisObjectMetadata
2068type SsisObjectMetadataListResponse = original.SsisObjectMetadataListResponse
2069type SsisObjectMetadataStatusResponse = original.SsisObjectMetadataStatusResponse
2070type SsisPackage = original.SsisPackage
2071type SsisParameter = original.SsisParameter
2072type SsisProject = original.SsisProject
2073type SsisVariable = original.SsisVariable
2074type StagingSettings = original.StagingSettings
2075type StoreReadSettings = original.StoreReadSettings
2076type StoreWriteSettings = original.StoreWriteSettings
2077type StoredProcedureParameter = original.StoredProcedureParameter
2078type SubResource = original.SubResource
2079type SubResourceDebugResource = original.SubResourceDebugResource
2080type SwitchActivity = original.SwitchActivity
2081type SwitchActivityTypeProperties = original.SwitchActivityTypeProperties
2082type SwitchCase = original.SwitchCase
2083type SybaseLinkedService = original.SybaseLinkedService
2084type SybaseLinkedServiceTypeProperties = original.SybaseLinkedServiceTypeProperties
2085type SybaseSource = original.SybaseSource
2086type SybaseTableDataset = original.SybaseTableDataset
2087type SybaseTableDatasetTypeProperties = original.SybaseTableDatasetTypeProperties
2088type TabularSource = original.TabularSource
2089type TeradataLinkedService = original.TeradataLinkedService
2090type TeradataLinkedServiceTypeProperties = original.TeradataLinkedServiceTypeProperties
2091type TeradataPartitionSettings = original.TeradataPartitionSettings
2092type TeradataSource = original.TeradataSource
2093type TeradataTableDataset = original.TeradataTableDataset
2094type TeradataTableDatasetTypeProperties = original.TeradataTableDatasetTypeProperties
2095type TextFormat = original.TextFormat
2096type Transformation = original.Transformation
2097type Trigger = original.Trigger
2098type TriggerDependencyReference = original.TriggerDependencyReference
2099type TriggerFilterParameters = original.TriggerFilterParameters
2100type TriggerListResponse = original.TriggerListResponse
2101type TriggerListResponseIterator = original.TriggerListResponseIterator
2102type TriggerListResponsePage = original.TriggerListResponsePage
2103type TriggerPipelineReference = original.TriggerPipelineReference
2104type TriggerQueryResponse = original.TriggerQueryResponse
2105type TriggerReference = original.TriggerReference
2106type TriggerResource = original.TriggerResource
2107type TriggerRun = original.TriggerRun
2108type TriggerRunsClient = original.TriggerRunsClient
2109type TriggerRunsQueryResponse = original.TriggerRunsQueryResponse
2110type TriggerSubscriptionOperationStatus = original.TriggerSubscriptionOperationStatus
2111type TriggersClient = original.TriggersClient
2112type TriggersStartFuture = original.TriggersStartFuture
2113type TriggersStopFuture = original.TriggersStopFuture
2114type TriggersSubscribeToEventsFuture = original.TriggersSubscribeToEventsFuture
2115type TriggersUnsubscribeFromEventsFuture = original.TriggersUnsubscribeFromEventsFuture
2116type TumblingWindowTrigger = original.TumblingWindowTrigger
2117type TumblingWindowTriggerDependencyReference = original.TumblingWindowTriggerDependencyReference
2118type TumblingWindowTriggerTypeProperties = original.TumblingWindowTriggerTypeProperties
2119type UntilActivity = original.UntilActivity
2120type UntilActivityTypeProperties = original.UntilActivityTypeProperties
2121type UpdateIntegrationRuntimeNodeRequest = original.UpdateIntegrationRuntimeNodeRequest
2122type UpdateIntegrationRuntimeRequest = original.UpdateIntegrationRuntimeRequest
2123type UserAccessPolicy = original.UserAccessPolicy
2124type UserProperty = original.UserProperty
2125type ValidationActivity = original.ValidationActivity
2126type ValidationActivityTypeProperties = original.ValidationActivityTypeProperties
2127type VariableSpecification = original.VariableSpecification
2128type VerticaDatasetTypeProperties = original.VerticaDatasetTypeProperties
2129type VerticaLinkedService = original.VerticaLinkedService
2130type VerticaLinkedServiceTypeProperties = original.VerticaLinkedServiceTypeProperties
2131type VerticaSource = original.VerticaSource
2132type VerticaTableDataset = original.VerticaTableDataset
2133type WaitActivity = original.WaitActivity
2134type WaitActivityTypeProperties = original.WaitActivityTypeProperties
2135type WebActivity = original.WebActivity
2136type WebActivityAuthentication = original.WebActivityAuthentication
2137type WebActivityTypeProperties = original.WebActivityTypeProperties
2138type WebAnonymousAuthentication = original.WebAnonymousAuthentication
2139type WebBasicAuthentication = original.WebBasicAuthentication
2140type WebClientCertificateAuthentication = original.WebClientCertificateAuthentication
2141type WebHookActivity = original.WebHookActivity
2142type WebHookActivityTypeProperties = original.WebHookActivityTypeProperties
2143type WebLinkedService = original.WebLinkedService
2144type WebLinkedServiceTypeProperties = original.WebLinkedServiceTypeProperties
2145type WebSource = original.WebSource
2146type WebTableDataset = original.WebTableDataset
2147type WebTableDatasetTypeProperties = original.WebTableDatasetTypeProperties
2148type XMLDataset = original.XMLDataset
2149type XMLDatasetTypeProperties = original.XMLDatasetTypeProperties
2150type XMLReadSettings = original.XMLReadSettings
2151type XMLSource = original.XMLSource
2152type XeroLinkedService = original.XeroLinkedService
2153type XeroLinkedServiceTypeProperties = original.XeroLinkedServiceTypeProperties
2154type XeroObjectDataset = original.XeroObjectDataset
2155type XeroSource = original.XeroSource
2156type ZipDeflateReadSettings = original.ZipDeflateReadSettings
2157type ZohoLinkedService = original.ZohoLinkedService
2158type ZohoLinkedServiceTypeProperties = original.ZohoLinkedServiceTypeProperties
2159type ZohoObjectDataset = original.ZohoObjectDataset
2160type ZohoSource = original.ZohoSource
2161
2162func New(subscriptionID string) BaseClient {
2163	return original.New(subscriptionID)
2164}
2165func NewActivityRunsClient(subscriptionID string) ActivityRunsClient {
2166	return original.NewActivityRunsClient(subscriptionID)
2167}
2168func NewActivityRunsClientWithBaseURI(baseURI string, subscriptionID string) ActivityRunsClient {
2169	return original.NewActivityRunsClientWithBaseURI(baseURI, subscriptionID)
2170}
2171func NewDataFlowDebugSessionClient(subscriptionID string) DataFlowDebugSessionClient {
2172	return original.NewDataFlowDebugSessionClient(subscriptionID)
2173}
2174func NewDataFlowDebugSessionClientWithBaseURI(baseURI string, subscriptionID string) DataFlowDebugSessionClient {
2175	return original.NewDataFlowDebugSessionClientWithBaseURI(baseURI, subscriptionID)
2176}
2177func NewDataFlowListResponseIterator(page DataFlowListResponsePage) DataFlowListResponseIterator {
2178	return original.NewDataFlowListResponseIterator(page)
2179}
2180func NewDataFlowListResponsePage(getNextPage func(context.Context, DataFlowListResponse) (DataFlowListResponse, error)) DataFlowListResponsePage {
2181	return original.NewDataFlowListResponsePage(getNextPage)
2182}
2183func NewDataFlowsClient(subscriptionID string) DataFlowsClient {
2184	return original.NewDataFlowsClient(subscriptionID)
2185}
2186func NewDataFlowsClientWithBaseURI(baseURI string, subscriptionID string) DataFlowsClient {
2187	return original.NewDataFlowsClientWithBaseURI(baseURI, subscriptionID)
2188}
2189func NewDatasetListResponseIterator(page DatasetListResponsePage) DatasetListResponseIterator {
2190	return original.NewDatasetListResponseIterator(page)
2191}
2192func NewDatasetListResponsePage(getNextPage func(context.Context, DatasetListResponse) (DatasetListResponse, error)) DatasetListResponsePage {
2193	return original.NewDatasetListResponsePage(getNextPage)
2194}
2195func NewDatasetsClient(subscriptionID string) DatasetsClient {
2196	return original.NewDatasetsClient(subscriptionID)
2197}
2198func NewDatasetsClientWithBaseURI(baseURI string, subscriptionID string) DatasetsClient {
2199	return original.NewDatasetsClientWithBaseURI(baseURI, subscriptionID)
2200}
2201func NewExposureControlClient(subscriptionID string) ExposureControlClient {
2202	return original.NewExposureControlClient(subscriptionID)
2203}
2204func NewExposureControlClientWithBaseURI(baseURI string, subscriptionID string) ExposureControlClient {
2205	return original.NewExposureControlClientWithBaseURI(baseURI, subscriptionID)
2206}
2207func NewFactoriesClient(subscriptionID string) FactoriesClient {
2208	return original.NewFactoriesClient(subscriptionID)
2209}
2210func NewFactoriesClientWithBaseURI(baseURI string, subscriptionID string) FactoriesClient {
2211	return original.NewFactoriesClientWithBaseURI(baseURI, subscriptionID)
2212}
2213func NewFactoryListResponseIterator(page FactoryListResponsePage) FactoryListResponseIterator {
2214	return original.NewFactoryListResponseIterator(page)
2215}
2216func NewFactoryListResponsePage(getNextPage func(context.Context, FactoryListResponse) (FactoryListResponse, error)) FactoryListResponsePage {
2217	return original.NewFactoryListResponsePage(getNextPage)
2218}
2219func NewIntegrationRuntimeListResponseIterator(page IntegrationRuntimeListResponsePage) IntegrationRuntimeListResponseIterator {
2220	return original.NewIntegrationRuntimeListResponseIterator(page)
2221}
2222func NewIntegrationRuntimeListResponsePage(getNextPage func(context.Context, IntegrationRuntimeListResponse) (IntegrationRuntimeListResponse, error)) IntegrationRuntimeListResponsePage {
2223	return original.NewIntegrationRuntimeListResponsePage(getNextPage)
2224}
2225func NewIntegrationRuntimeNodesClient(subscriptionID string) IntegrationRuntimeNodesClient {
2226	return original.NewIntegrationRuntimeNodesClient(subscriptionID)
2227}
2228func NewIntegrationRuntimeNodesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeNodesClient {
2229	return original.NewIntegrationRuntimeNodesClientWithBaseURI(baseURI, subscriptionID)
2230}
2231func NewIntegrationRuntimeObjectMetadataClient(subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2232	return original.NewIntegrationRuntimeObjectMetadataClient(subscriptionID)
2233}
2234func NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimeObjectMetadataClient {
2235	return original.NewIntegrationRuntimeObjectMetadataClientWithBaseURI(baseURI, subscriptionID)
2236}
2237func NewIntegrationRuntimesClient(subscriptionID string) IntegrationRuntimesClient {
2238	return original.NewIntegrationRuntimesClient(subscriptionID)
2239}
2240func NewIntegrationRuntimesClientWithBaseURI(baseURI string, subscriptionID string) IntegrationRuntimesClient {
2241	return original.NewIntegrationRuntimesClientWithBaseURI(baseURI, subscriptionID)
2242}
2243func NewLinkedServiceListResponseIterator(page LinkedServiceListResponsePage) LinkedServiceListResponseIterator {
2244	return original.NewLinkedServiceListResponseIterator(page)
2245}
2246func NewLinkedServiceListResponsePage(getNextPage func(context.Context, LinkedServiceListResponse) (LinkedServiceListResponse, error)) LinkedServiceListResponsePage {
2247	return original.NewLinkedServiceListResponsePage(getNextPage)
2248}
2249func NewLinkedServicesClient(subscriptionID string) LinkedServicesClient {
2250	return original.NewLinkedServicesClient(subscriptionID)
2251}
2252func NewLinkedServicesClientWithBaseURI(baseURI string, subscriptionID string) LinkedServicesClient {
2253	return original.NewLinkedServicesClientWithBaseURI(baseURI, subscriptionID)
2254}
2255func NewOperationListResponseIterator(page OperationListResponsePage) OperationListResponseIterator {
2256	return original.NewOperationListResponseIterator(page)
2257}
2258func NewOperationListResponsePage(getNextPage func(context.Context, OperationListResponse) (OperationListResponse, error)) OperationListResponsePage {
2259	return original.NewOperationListResponsePage(getNextPage)
2260}
2261func NewOperationsClient(subscriptionID string) OperationsClient {
2262	return original.NewOperationsClient(subscriptionID)
2263}
2264func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
2265	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
2266}
2267func NewPipelineListResponseIterator(page PipelineListResponsePage) PipelineListResponseIterator {
2268	return original.NewPipelineListResponseIterator(page)
2269}
2270func NewPipelineListResponsePage(getNextPage func(context.Context, PipelineListResponse) (PipelineListResponse, error)) PipelineListResponsePage {
2271	return original.NewPipelineListResponsePage(getNextPage)
2272}
2273func NewPipelineRunsClient(subscriptionID string) PipelineRunsClient {
2274	return original.NewPipelineRunsClient(subscriptionID)
2275}
2276func NewPipelineRunsClientWithBaseURI(baseURI string, subscriptionID string) PipelineRunsClient {
2277	return original.NewPipelineRunsClientWithBaseURI(baseURI, subscriptionID)
2278}
2279func NewPipelinesClient(subscriptionID string) PipelinesClient {
2280	return original.NewPipelinesClient(subscriptionID)
2281}
2282func NewPipelinesClientWithBaseURI(baseURI string, subscriptionID string) PipelinesClient {
2283	return original.NewPipelinesClientWithBaseURI(baseURI, subscriptionID)
2284}
2285func NewQueryDataFlowDebugSessionsResponseIterator(page QueryDataFlowDebugSessionsResponsePage) QueryDataFlowDebugSessionsResponseIterator {
2286	return original.NewQueryDataFlowDebugSessionsResponseIterator(page)
2287}
2288func NewQueryDataFlowDebugSessionsResponsePage(getNextPage func(context.Context, QueryDataFlowDebugSessionsResponse) (QueryDataFlowDebugSessionsResponse, error)) QueryDataFlowDebugSessionsResponsePage {
2289	return original.NewQueryDataFlowDebugSessionsResponsePage(getNextPage)
2290}
2291func NewTriggerListResponseIterator(page TriggerListResponsePage) TriggerListResponseIterator {
2292	return original.NewTriggerListResponseIterator(page)
2293}
2294func NewTriggerListResponsePage(getNextPage func(context.Context, TriggerListResponse) (TriggerListResponse, error)) TriggerListResponsePage {
2295	return original.NewTriggerListResponsePage(getNextPage)
2296}
2297func NewTriggerRunsClient(subscriptionID string) TriggerRunsClient {
2298	return original.NewTriggerRunsClient(subscriptionID)
2299}
2300func NewTriggerRunsClientWithBaseURI(baseURI string, subscriptionID string) TriggerRunsClient {
2301	return original.NewTriggerRunsClientWithBaseURI(baseURI, subscriptionID)
2302}
2303func NewTriggersClient(subscriptionID string) TriggersClient {
2304	return original.NewTriggersClient(subscriptionID)
2305}
2306func NewTriggersClientWithBaseURI(baseURI string, subscriptionID string) TriggersClient {
2307	return original.NewTriggersClientWithBaseURI(baseURI, subscriptionID)
2308}
2309func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
2310	return original.NewWithBaseURI(baseURI, subscriptionID)
2311}
2312func PossibleAuthenticationTypeValues() []AuthenticationType {
2313	return original.PossibleAuthenticationTypeValues()
2314}
2315func PossibleAuthorizationTypeValues() []AuthorizationType {
2316	return original.PossibleAuthorizationTypeValues()
2317}
2318func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
2319	return original.PossibleAvroCompressionCodecValues()
2320}
2321func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
2322	return original.PossibleAzureFunctionActivityMethodValues()
2323}
2324func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
2325	return original.PossibleAzureSearchIndexWriteBehaviorTypeValues()
2326}
2327func PossibleBlobEventTypesValues() []BlobEventTypes {
2328	return original.PossibleBlobEventTypesValues()
2329}
2330func PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels {
2331	return original.PossibleCassandraSourceReadConsistencyLevelsValues()
2332}
2333func PossibleDataFlowComputeTypeValues() []DataFlowComputeType {
2334	return original.PossibleDataFlowComputeTypeValues()
2335}
2336func PossibleDataFlowDebugCommandTypeValues() []DataFlowDebugCommandType {
2337	return original.PossibleDataFlowDebugCommandTypeValues()
2338}
2339func PossibleDayOfWeekValues() []DayOfWeek {
2340	return original.PossibleDayOfWeekValues()
2341}
2342func PossibleDaysOfWeekValues() []DaysOfWeek {
2343	return original.PossibleDaysOfWeekValues()
2344}
2345func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
2346	return original.PossibleDb2AuthenticationTypeValues()
2347}
2348func PossibleDependencyConditionValues() []DependencyCondition {
2349	return original.PossibleDependencyConditionValues()
2350}
2351func PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType {
2352	return original.PossibleDynamicsAuthenticationTypeValues()
2353}
2354func PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType {
2355	return original.PossibleDynamicsDeploymentTypeValues()
2356}
2357func PossibleEventSubscriptionStatusValues() []EventSubscriptionStatus {
2358	return original.PossibleEventSubscriptionStatusValues()
2359}
2360func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
2361	return original.PossibleFtpAuthenticationTypeValues()
2362}
2363func PossibleGoogleAdWordsAuthenticationTypeValues() []GoogleAdWordsAuthenticationType {
2364	return original.PossibleGoogleAdWordsAuthenticationTypeValues()
2365}
2366func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
2367	return original.PossibleGoogleBigQueryAuthenticationTypeValues()
2368}
2369func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
2370	return original.PossibleHBaseAuthenticationTypeValues()
2371}
2372func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
2373	return original.PossibleHDInsightActivityDebugInfoOptionValues()
2374}
2375func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
2376	return original.PossibleHTTPAuthenticationTypeValues()
2377}
2378func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
2379	return original.PossibleHiveAuthenticationTypeValues()
2380}
2381func PossibleHiveServerTypeValues() []HiveServerType {
2382	return original.PossibleHiveServerTypeValues()
2383}
2384func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
2385	return original.PossibleHiveThriftTransportProtocolValues()
2386}
2387func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
2388	return original.PossibleImpalaAuthenticationTypeValues()
2389}
2390func PossibleIntegrationRuntimeAuthKeyNameValues() []IntegrationRuntimeAuthKeyName {
2391	return original.PossibleIntegrationRuntimeAuthKeyNameValues()
2392}
2393func PossibleIntegrationRuntimeAutoUpdateValues() []IntegrationRuntimeAutoUpdate {
2394	return original.PossibleIntegrationRuntimeAutoUpdateValues()
2395}
2396func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
2397	return original.PossibleIntegrationRuntimeEditionValues()
2398}
2399func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
2400	return original.PossibleIntegrationRuntimeEntityReferenceTypeValues()
2401}
2402func PossibleIntegrationRuntimeInternalChannelEncryptionModeValues() []IntegrationRuntimeInternalChannelEncryptionMode {
2403	return original.PossibleIntegrationRuntimeInternalChannelEncryptionModeValues()
2404}
2405func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
2406	return original.PossibleIntegrationRuntimeLicenseTypeValues()
2407}
2408func PossibleIntegrationRuntimeSsisCatalogPricingTierValues() []IntegrationRuntimeSsisCatalogPricingTier {
2409	return original.PossibleIntegrationRuntimeSsisCatalogPricingTierValues()
2410}
2411func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
2412	return original.PossibleIntegrationRuntimeStateValues()
2413}
2414func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
2415	return original.PossibleIntegrationRuntimeTypeValues()
2416}
2417func PossibleIntegrationRuntimeUpdateResultValues() []IntegrationRuntimeUpdateResult {
2418	return original.PossibleIntegrationRuntimeUpdateResultValues()
2419}
2420func PossibleJSONWriteFilePatternValues() []JSONWriteFilePattern {
2421	return original.PossibleJSONWriteFilePatternValues()
2422}
2423func PossibleManagedIntegrationRuntimeNodeStatusValues() []ManagedIntegrationRuntimeNodeStatus {
2424	return original.PossibleManagedIntegrationRuntimeNodeStatusValues()
2425}
2426func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
2427	return original.PossibleMongoDbAuthenticationTypeValues()
2428}
2429func PossibleNetezzaPartitionOptionValues() []NetezzaPartitionOption {
2430	return original.PossibleNetezzaPartitionOptionValues()
2431}
2432func PossibleODataAadServicePrincipalCredentialTypeValues() []ODataAadServicePrincipalCredentialType {
2433	return original.PossibleODataAadServicePrincipalCredentialTypeValues()
2434}
2435func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
2436	return original.PossibleODataAuthenticationTypeValues()
2437}
2438func PossibleOraclePartitionOptionValues() []OraclePartitionOption {
2439	return original.PossibleOraclePartitionOptionValues()
2440}
2441func PossibleOrcCompressionCodecValues() []OrcCompressionCodec {
2442	return original.PossibleOrcCompressionCodecValues()
2443}
2444func PossibleParameterTypeValues() []ParameterType {
2445	return original.PossibleParameterTypeValues()
2446}
2447func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
2448	return original.PossiblePhoenixAuthenticationTypeValues()
2449}
2450func PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType {
2451	return original.PossiblePolybaseSettingsRejectTypeValues()
2452}
2453func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
2454	return original.PossiblePrestoAuthenticationTypeValues()
2455}
2456func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
2457	return original.PossibleRecurrenceFrequencyValues()
2458}
2459func PossibleRestServiceAuthenticationTypeValues() []RestServiceAuthenticationType {
2460	return original.PossibleRestServiceAuthenticationTypeValues()
2461}
2462func PossibleRunQueryFilterOperandValues() []RunQueryFilterOperand {
2463	return original.PossibleRunQueryFilterOperandValues()
2464}
2465func PossibleRunQueryFilterOperatorValues() []RunQueryFilterOperator {
2466	return original.PossibleRunQueryFilterOperatorValues()
2467}
2468func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
2469	return original.PossibleRunQueryOrderByFieldValues()
2470}
2471func PossibleRunQueryOrderValues() []RunQueryOrder {
2472	return original.PossibleRunQueryOrderValues()
2473}
2474func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
2475	return original.PossibleSalesforceSinkWriteBehaviorValues()
2476}
2477func PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior {
2478	return original.PossibleSalesforceSourceReadBehaviorValues()
2479}
2480func PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior {
2481	return original.PossibleSapCloudForCustomerSinkWriteBehaviorValues()
2482}
2483func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
2484	return original.PossibleSapHanaAuthenticationTypeValues()
2485}
2486func PossibleSapHanaPartitionOptionValues() []SapHanaPartitionOption {
2487	return original.PossibleSapHanaPartitionOptionValues()
2488}
2489func PossibleSapTablePartitionOptionValues() []SapTablePartitionOption {
2490	return original.PossibleSapTablePartitionOptionValues()
2491}
2492func PossibleSelfHostedIntegrationRuntimeNodeStatusValues() []SelfHostedIntegrationRuntimeNodeStatus {
2493	return original.PossibleSelfHostedIntegrationRuntimeNodeStatusValues()
2494}
2495func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
2496	return original.PossibleServiceNowAuthenticationTypeValues()
2497}
2498func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
2499	return original.PossibleSftpAuthenticationTypeValues()
2500}
2501func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
2502	return original.PossibleSparkAuthenticationTypeValues()
2503}
2504func PossibleSparkServerTypeValues() []SparkServerType {
2505	return original.PossibleSparkServerTypeValues()
2506}
2507func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
2508	return original.PossibleSparkThriftTransportProtocolValues()
2509}
2510func PossibleSsisObjectMetadataTypeValues() []SsisObjectMetadataType {
2511	return original.PossibleSsisObjectMetadataTypeValues()
2512}
2513func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
2514	return original.PossibleSsisPackageLocationTypeValues()
2515}
2516func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
2517	return original.PossibleStoredProcedureParameterTypeValues()
2518}
2519func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
2520	return original.PossibleSybaseAuthenticationTypeValues()
2521}
2522func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
2523	return original.PossibleTeradataAuthenticationTypeValues()
2524}
2525func PossibleTeradataPartitionOptionValues() []TeradataPartitionOption {
2526	return original.PossibleTeradataPartitionOptionValues()
2527}
2528func PossibleTriggerRunStatusValues() []TriggerRunStatus {
2529	return original.PossibleTriggerRunStatusValues()
2530}
2531func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
2532	return original.PossibleTriggerRuntimeStateValues()
2533}
2534func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
2535	return original.PossibleTumblingWindowFrequencyValues()
2536}
2537func PossibleTypeBasicActivityValues() []TypeBasicActivity {
2538	return original.PossibleTypeBasicActivityValues()
2539}
2540func PossibleTypeBasicCompressionReadSettingsValues() []TypeBasicCompressionReadSettings {
2541	return original.PossibleTypeBasicCompressionReadSettingsValues()
2542}
2543func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
2544	return original.PossibleTypeBasicCopySinkValues()
2545}
2546func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
2547	return original.PossibleTypeBasicCopySourceValues()
2548}
2549func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
2550	return original.PossibleTypeBasicCustomSetupBaseValues()
2551}
2552func PossibleTypeBasicDataFlowValues() []TypeBasicDataFlow {
2553	return original.PossibleTypeBasicDataFlowValues()
2554}
2555func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
2556	return original.PossibleTypeBasicDatasetCompressionValues()
2557}
2558func PossibleTypeBasicDatasetLocationValues() []TypeBasicDatasetLocation {
2559	return original.PossibleTypeBasicDatasetLocationValues()
2560}
2561func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
2562	return original.PossibleTypeBasicDatasetStorageFormatValues()
2563}
2564func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
2565	return original.PossibleTypeBasicDatasetValues()
2566}
2567func PossibleTypeBasicDependencyReferenceValues() []TypeBasicDependencyReference {
2568	return original.PossibleTypeBasicDependencyReferenceValues()
2569}
2570func PossibleTypeBasicExportSettingsValues() []TypeBasicExportSettings {
2571	return original.PossibleTypeBasicExportSettingsValues()
2572}
2573func PossibleTypeBasicFactoryRepoConfigurationValues() []TypeBasicFactoryRepoConfiguration {
2574	return original.PossibleTypeBasicFactoryRepoConfigurationValues()
2575}
2576func PossibleTypeBasicFormatReadSettingsValues() []TypeBasicFormatReadSettings {
2577	return original.PossibleTypeBasicFormatReadSettingsValues()
2578}
2579func PossibleTypeBasicFormatWriteSettingsValues() []TypeBasicFormatWriteSettings {
2580	return original.PossibleTypeBasicFormatWriteSettingsValues()
2581}
2582func PossibleTypeBasicImportSettingsValues() []TypeBasicImportSettings {
2583	return original.PossibleTypeBasicImportSettingsValues()
2584}
2585func PossibleTypeBasicIntegrationRuntimeStatusValues() []TypeBasicIntegrationRuntimeStatus {
2586	return original.PossibleTypeBasicIntegrationRuntimeStatusValues()
2587}
2588func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
2589	return original.PossibleTypeBasicIntegrationRuntimeValues()
2590}
2591func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
2592	return original.PossibleTypeBasicLinkedServiceValues()
2593}
2594func PossibleTypeBasicSsisObjectMetadataValues() []TypeBasicSsisObjectMetadata {
2595	return original.PossibleTypeBasicSsisObjectMetadataValues()
2596}
2597func PossibleTypeBasicStoreReadSettingsValues() []TypeBasicStoreReadSettings {
2598	return original.PossibleTypeBasicStoreReadSettingsValues()
2599}
2600func PossibleTypeBasicStoreWriteSettingsValues() []TypeBasicStoreWriteSettings {
2601	return original.PossibleTypeBasicStoreWriteSettingsValues()
2602}
2603func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
2604	return original.PossibleTypeBasicTriggerValues()
2605}
2606func PossibleTypeValues() []Type {
2607	return original.PossibleTypeValues()
2608}
2609func PossibleVariableTypeValues() []VariableType {
2610	return original.PossibleVariableTypeValues()
2611}
2612func PossibleWebActivityMethodValues() []WebActivityMethod {
2613	return original.PossibleWebActivityMethodValues()
2614}
2615func PossibleWebHookActivityMethodValues() []WebHookActivityMethod {
2616	return original.PossibleWebHookActivityMethodValues()
2617}
2618func UserAgent() string {
2619	return original.UserAgent() + " profiles/preview"
2620}
2621func Version() string {
2622	return original.Version()
2623}
2624