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