1 package artifacts
2
3
4
5
6
7
8
9
10 type AuthenticationType string
11
12 const (
13
14 AuthenticationTypeAnonymous AuthenticationType = "Anonymous"
15
16 AuthenticationTypeBasic AuthenticationType = "Basic"
17
18 AuthenticationTypeClientCertificate AuthenticationType = "ClientCertificate"
19
20 AuthenticationTypeWebLinkedServiceTypeProperties AuthenticationType = "WebLinkedServiceTypeProperties"
21 )
22
23
24 func PossibleAuthenticationTypeValues() []AuthenticationType {
25 return []AuthenticationType{AuthenticationTypeAnonymous, AuthenticationTypeBasic, AuthenticationTypeClientCertificate, AuthenticationTypeWebLinkedServiceTypeProperties}
26 }
27
28
29 type AuthorizationType string
30
31 const (
32
33 AuthorizationTypeKey AuthorizationType = "Key"
34
35 AuthorizationTypeLinkedIntegrationRuntimeType AuthorizationType = "LinkedIntegrationRuntimeType"
36
37 AuthorizationTypeRBAC AuthorizationType = "RBAC"
38 )
39
40
41 func PossibleAuthorizationTypeValues() []AuthorizationType {
42 return []AuthorizationType{AuthorizationTypeKey, AuthorizationTypeLinkedIntegrationRuntimeType, AuthorizationTypeRBAC}
43 }
44
45
46 type AvroCompressionCodec string
47
48 const (
49
50 Bzip2 AvroCompressionCodec = "bzip2"
51
52 Deflate AvroCompressionCodec = "deflate"
53
54 None AvroCompressionCodec = "none"
55
56 Snappy AvroCompressionCodec = "snappy"
57
58 Xz AvroCompressionCodec = "xz"
59 )
60
61
62 func PossibleAvroCompressionCodecValues() []AvroCompressionCodec {
63 return []AvroCompressionCodec{Bzip2, Deflate, None, Snappy, Xz}
64 }
65
66
67 type AzureFunctionActivityMethod string
68
69 const (
70
71 DELETE AzureFunctionActivityMethod = "DELETE"
72
73 GET AzureFunctionActivityMethod = "GET"
74
75 HEAD AzureFunctionActivityMethod = "HEAD"
76
77 OPTIONS AzureFunctionActivityMethod = "OPTIONS"
78
79 POST AzureFunctionActivityMethod = "POST"
80
81 PUT AzureFunctionActivityMethod = "PUT"
82
83 TRACE AzureFunctionActivityMethod = "TRACE"
84 )
85
86
87 func PossibleAzureFunctionActivityMethodValues() []AzureFunctionActivityMethod {
88 return []AzureFunctionActivityMethod{DELETE, GET, HEAD, OPTIONS, POST, PUT, TRACE}
89 }
90
91
92 type AzureSearchIndexWriteBehaviorType string
93
94 const (
95
96 Merge AzureSearchIndexWriteBehaviorType = "Merge"
97
98 Upload AzureSearchIndexWriteBehaviorType = "Upload"
99 )
100
101
102 func PossibleAzureSearchIndexWriteBehaviorTypeValues() []AzureSearchIndexWriteBehaviorType {
103 return []AzureSearchIndexWriteBehaviorType{Merge, Upload}
104 }
105
106
107 type BlobEventTypes string
108
109 const (
110
111 MicrosoftStorageBlobCreated BlobEventTypes = "Microsoft.Storage.BlobCreated"
112
113 MicrosoftStorageBlobDeleted BlobEventTypes = "Microsoft.Storage.BlobDeleted"
114 )
115
116
117 func PossibleBlobEventTypesValues() []BlobEventTypes {
118 return []BlobEventTypes{MicrosoftStorageBlobCreated, MicrosoftStorageBlobDeleted}
119 }
120
121
122 type CassandraSourceReadConsistencyLevels string
123
124 const (
125
126 ALL CassandraSourceReadConsistencyLevels = "ALL"
127
128 EACHQUORUM CassandraSourceReadConsistencyLevels = "EACH_QUORUM"
129
130 LOCALONE CassandraSourceReadConsistencyLevels = "LOCAL_ONE"
131
132 LOCALQUORUM CassandraSourceReadConsistencyLevels = "LOCAL_QUORUM"
133
134 LOCALSERIAL CassandraSourceReadConsistencyLevels = "LOCAL_SERIAL"
135
136 ONE CassandraSourceReadConsistencyLevels = "ONE"
137
138 QUORUM CassandraSourceReadConsistencyLevels = "QUORUM"
139
140 SERIAL CassandraSourceReadConsistencyLevels = "SERIAL"
141
142 THREE CassandraSourceReadConsistencyLevels = "THREE"
143
144 TWO CassandraSourceReadConsistencyLevels = "TWO"
145 )
146
147
148 func PossibleCassandraSourceReadConsistencyLevelsValues() []CassandraSourceReadConsistencyLevels {
149 return []CassandraSourceReadConsistencyLevels{ALL, EACHQUORUM, LOCALONE, LOCALQUORUM, LOCALSERIAL, ONE, QUORUM, SERIAL, THREE, TWO}
150 }
151
152
153 type CellOutputType string
154
155 const (
156
157 DisplayData CellOutputType = "display_data"
158
159 Error CellOutputType = "error"
160
161 ExecuteResult CellOutputType = "execute_result"
162
163 Stream CellOutputType = "stream"
164 )
165
166
167 func PossibleCellOutputTypeValues() []CellOutputType {
168 return []CellOutputType{DisplayData, Error, ExecuteResult, Stream}
169 }
170
171
172 type CopyBehaviorType string
173
174 const (
175
176 FlattenHierarchy CopyBehaviorType = "FlattenHierarchy"
177
178 MergeFiles CopyBehaviorType = "MergeFiles"
179
180 PreserveHierarchy CopyBehaviorType = "PreserveHierarchy"
181 )
182
183
184 func PossibleCopyBehaviorTypeValues() []CopyBehaviorType {
185 return []CopyBehaviorType{FlattenHierarchy, MergeFiles, PreserveHierarchy}
186 }
187
188
189 type DataFlowComputeType string
190
191 const (
192
193 ComputeOptimized DataFlowComputeType = "ComputeOptimized"
194
195 General DataFlowComputeType = "General"
196
197 MemoryOptimized DataFlowComputeType = "MemoryOptimized"
198 )
199
200
201 func PossibleDataFlowComputeTypeValues() []DataFlowComputeType {
202 return []DataFlowComputeType{ComputeOptimized, General, MemoryOptimized}
203 }
204
205
206 type DatasetCompressionLevel string
207
208 const (
209
210 Fastest DatasetCompressionLevel = "Fastest"
211
212 Optimal DatasetCompressionLevel = "Optimal"
213 )
214
215
216 func PossibleDatasetCompressionLevelValues() []DatasetCompressionLevel {
217 return []DatasetCompressionLevel{Fastest, Optimal}
218 }
219
220
221 type DayOfWeek string
222
223 const (
224
225 Friday DayOfWeek = "Friday"
226
227 Monday DayOfWeek = "Monday"
228
229 Saturday DayOfWeek = "Saturday"
230
231 Sunday DayOfWeek = "Sunday"
232
233 Thursday DayOfWeek = "Thursday"
234
235 Tuesday DayOfWeek = "Tuesday"
236
237 Wednesday DayOfWeek = "Wednesday"
238 )
239
240
241 func PossibleDayOfWeekValues() []DayOfWeek {
242 return []DayOfWeek{Friday, Monday, Saturday, Sunday, Thursday, Tuesday, Wednesday}
243 }
244
245
246 type Db2AuthenticationType string
247
248 const (
249
250 Basic Db2AuthenticationType = "Basic"
251 )
252
253
254 func PossibleDb2AuthenticationTypeValues() []Db2AuthenticationType {
255 return []Db2AuthenticationType{Basic}
256 }
257
258
259 type DelimitedTextCompressionCodec string
260
261 const (
262
263 DelimitedTextCompressionCodecBzip2 DelimitedTextCompressionCodec = "bzip2"
264
265 DelimitedTextCompressionCodecDeflate DelimitedTextCompressionCodec = "deflate"
266
267 DelimitedTextCompressionCodecGzip DelimitedTextCompressionCodec = "gzip"
268
269 DelimitedTextCompressionCodecLz4 DelimitedTextCompressionCodec = "lz4"
270
271 DelimitedTextCompressionCodecSnappy DelimitedTextCompressionCodec = "snappy"
272
273 DelimitedTextCompressionCodecZipDeflate DelimitedTextCompressionCodec = "zipDeflate"
274 )
275
276
277 func PossibleDelimitedTextCompressionCodecValues() []DelimitedTextCompressionCodec {
278 return []DelimitedTextCompressionCodec{DelimitedTextCompressionCodecBzip2, DelimitedTextCompressionCodecDeflate, DelimitedTextCompressionCodecGzip, DelimitedTextCompressionCodecLz4, DelimitedTextCompressionCodecSnappy, DelimitedTextCompressionCodecZipDeflate}
279 }
280
281
282 type DependencyCondition string
283
284 const (
285
286 Completed DependencyCondition = "Completed"
287
288 Failed DependencyCondition = "Failed"
289
290 Skipped DependencyCondition = "Skipped"
291
292 Succeeded DependencyCondition = "Succeeded"
293 )
294
295
296 func PossibleDependencyConditionValues() []DependencyCondition {
297 return []DependencyCondition{Completed, Failed, Skipped, Succeeded}
298 }
299
300
301 type DynamicsAuthenticationType string
302
303 const (
304
305 AADServicePrincipal DynamicsAuthenticationType = "AADServicePrincipal"
306
307 Ifd DynamicsAuthenticationType = "Ifd"
308
309 Office365 DynamicsAuthenticationType = "Office365"
310 )
311
312
313 func PossibleDynamicsAuthenticationTypeValues() []DynamicsAuthenticationType {
314 return []DynamicsAuthenticationType{AADServicePrincipal, Ifd, Office365}
315 }
316
317
318 type DynamicsDeploymentType string
319
320 const (
321
322 Online DynamicsDeploymentType = "Online"
323
324 OnPremisesWithIfd DynamicsDeploymentType = "OnPremisesWithIfd"
325 )
326
327
328 func PossibleDynamicsDeploymentTypeValues() []DynamicsDeploymentType {
329 return []DynamicsDeploymentType{Online, OnPremisesWithIfd}
330 }
331
332
333 type DynamicsServicePrincipalCredentialType string
334
335 const (
336
337 ServicePrincipalCert DynamicsServicePrincipalCredentialType = "ServicePrincipalCert"
338
339 ServicePrincipalKey DynamicsServicePrincipalCredentialType = "ServicePrincipalKey"
340 )
341
342
343 func PossibleDynamicsServicePrincipalCredentialTypeValues() []DynamicsServicePrincipalCredentialType {
344 return []DynamicsServicePrincipalCredentialType{ServicePrincipalCert, ServicePrincipalKey}
345 }
346
347
348 type EventSubscriptionStatus string
349
350 const (
351
352 Deprovisioning EventSubscriptionStatus = "Deprovisioning"
353
354 Disabled EventSubscriptionStatus = "Disabled"
355
356 Enabled EventSubscriptionStatus = "Enabled"
357
358 Provisioning EventSubscriptionStatus = "Provisioning"
359
360 Unknown EventSubscriptionStatus = "Unknown"
361 )
362
363
364 func PossibleEventSubscriptionStatusValues() []EventSubscriptionStatus {
365 return []EventSubscriptionStatus{Deprovisioning, Disabled, Enabled, Provisioning, Unknown}
366 }
367
368
369 type FtpAuthenticationType string
370
371 const (
372
373 FtpAuthenticationTypeAnonymous FtpAuthenticationType = "Anonymous"
374
375 FtpAuthenticationTypeBasic FtpAuthenticationType = "Basic"
376 )
377
378
379 func PossibleFtpAuthenticationTypeValues() []FtpAuthenticationType {
380 return []FtpAuthenticationType{FtpAuthenticationTypeAnonymous, FtpAuthenticationTypeBasic}
381 }
382
383
384 type GoogleAdWordsAuthenticationType string
385
386 const (
387
388 ServiceAuthentication GoogleAdWordsAuthenticationType = "ServiceAuthentication"
389
390 UserAuthentication GoogleAdWordsAuthenticationType = "UserAuthentication"
391 )
392
393
394 func PossibleGoogleAdWordsAuthenticationTypeValues() []GoogleAdWordsAuthenticationType {
395 return []GoogleAdWordsAuthenticationType{ServiceAuthentication, UserAuthentication}
396 }
397
398
399 type GoogleBigQueryAuthenticationType string
400
401 const (
402
403 GoogleBigQueryAuthenticationTypeServiceAuthentication GoogleBigQueryAuthenticationType = "ServiceAuthentication"
404
405 GoogleBigQueryAuthenticationTypeUserAuthentication GoogleBigQueryAuthenticationType = "UserAuthentication"
406 )
407
408
409 func PossibleGoogleBigQueryAuthenticationTypeValues() []GoogleBigQueryAuthenticationType {
410 return []GoogleBigQueryAuthenticationType{GoogleBigQueryAuthenticationTypeServiceAuthentication, GoogleBigQueryAuthenticationTypeUserAuthentication}
411 }
412
413
414 type HBaseAuthenticationType string
415
416 const (
417
418 HBaseAuthenticationTypeAnonymous HBaseAuthenticationType = "Anonymous"
419
420 HBaseAuthenticationTypeBasic HBaseAuthenticationType = "Basic"
421 )
422
423
424 func PossibleHBaseAuthenticationTypeValues() []HBaseAuthenticationType {
425 return []HBaseAuthenticationType{HBaseAuthenticationTypeAnonymous, HBaseAuthenticationTypeBasic}
426 }
427
428
429 type HdiNodeTypes string
430
431 const (
432
433 Headnode HdiNodeTypes = "Headnode"
434
435 Workernode HdiNodeTypes = "Workernode"
436
437 Zookeeper HdiNodeTypes = "Zookeeper"
438 )
439
440
441 func PossibleHdiNodeTypesValues() []HdiNodeTypes {
442 return []HdiNodeTypes{Headnode, Workernode, Zookeeper}
443 }
444
445
446 type HDInsightActivityDebugInfoOption string
447
448 const (
449
450 HDInsightActivityDebugInfoOptionAlways HDInsightActivityDebugInfoOption = "Always"
451
452 HDInsightActivityDebugInfoOptionFailure HDInsightActivityDebugInfoOption = "Failure"
453
454 HDInsightActivityDebugInfoOptionNone HDInsightActivityDebugInfoOption = "None"
455 )
456
457
458 func PossibleHDInsightActivityDebugInfoOptionValues() []HDInsightActivityDebugInfoOption {
459 return []HDInsightActivityDebugInfoOption{HDInsightActivityDebugInfoOptionAlways, HDInsightActivityDebugInfoOptionFailure, HDInsightActivityDebugInfoOptionNone}
460 }
461
462
463 type HiveAuthenticationType string
464
465 const (
466
467 Anonymous HiveAuthenticationType = "Anonymous"
468
469 Username HiveAuthenticationType = "Username"
470
471 UsernameAndPassword HiveAuthenticationType = "UsernameAndPassword"
472
473 WindowsAzureHDInsightService HiveAuthenticationType = "WindowsAzureHDInsightService"
474 )
475
476
477 func PossibleHiveAuthenticationTypeValues() []HiveAuthenticationType {
478 return []HiveAuthenticationType{Anonymous, Username, UsernameAndPassword, WindowsAzureHDInsightService}
479 }
480
481
482 type HiveServerType string
483
484 const (
485
486 HiveServer1 HiveServerType = "HiveServer1"
487
488 HiveServer2 HiveServerType = "HiveServer2"
489
490 HiveThriftServer HiveServerType = "HiveThriftServer"
491 )
492
493
494 func PossibleHiveServerTypeValues() []HiveServerType {
495 return []HiveServerType{HiveServer1, HiveServer2, HiveThriftServer}
496 }
497
498
499 type HiveThriftTransportProtocol string
500
501 const (
502
503 Binary HiveThriftTransportProtocol = "Binary"
504
505 HTTP HiveThriftTransportProtocol = "HTTP "
506
507 SASL HiveThriftTransportProtocol = "SASL"
508 )
509
510
511 func PossibleHiveThriftTransportProtocolValues() []HiveThriftTransportProtocol {
512 return []HiveThriftTransportProtocol{Binary, HTTP, SASL}
513 }
514
515
516 type HTTPAuthenticationType string
517
518 const (
519
520 HTTPAuthenticationTypeAnonymous HTTPAuthenticationType = "Anonymous"
521
522 HTTPAuthenticationTypeBasic HTTPAuthenticationType = "Basic"
523
524 HTTPAuthenticationTypeClientCertificate HTTPAuthenticationType = "ClientCertificate"
525
526 HTTPAuthenticationTypeDigest HTTPAuthenticationType = "Digest"
527
528 HTTPAuthenticationTypeWindows HTTPAuthenticationType = "Windows"
529 )
530
531
532 func PossibleHTTPAuthenticationTypeValues() []HTTPAuthenticationType {
533 return []HTTPAuthenticationType{HTTPAuthenticationTypeAnonymous, HTTPAuthenticationTypeBasic, HTTPAuthenticationTypeClientCertificate, HTTPAuthenticationTypeDigest, HTTPAuthenticationTypeWindows}
534 }
535
536
537 type ImpalaAuthenticationType string
538
539 const (
540
541 ImpalaAuthenticationTypeAnonymous ImpalaAuthenticationType = "Anonymous"
542
543 ImpalaAuthenticationTypeSASLUsername ImpalaAuthenticationType = "SASLUsername"
544
545 ImpalaAuthenticationTypeUsernameAndPassword ImpalaAuthenticationType = "UsernameAndPassword"
546 )
547
548
549 func PossibleImpalaAuthenticationTypeValues() []ImpalaAuthenticationType {
550 return []ImpalaAuthenticationType{ImpalaAuthenticationTypeAnonymous, ImpalaAuthenticationTypeSASLUsername, ImpalaAuthenticationTypeUsernameAndPassword}
551 }
552
553
554 type IntegrationRuntimeEdition string
555
556 const (
557
558 Enterprise IntegrationRuntimeEdition = "Enterprise"
559
560 Standard IntegrationRuntimeEdition = "Standard"
561 )
562
563
564 func PossibleIntegrationRuntimeEditionValues() []IntegrationRuntimeEdition {
565 return []IntegrationRuntimeEdition{Enterprise, Standard}
566 }
567
568
569 type IntegrationRuntimeEntityReferenceType string
570
571 const (
572
573 IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference IntegrationRuntimeEntityReferenceType = "IntegrationRuntimeReference"
574
575 IntegrationRuntimeEntityReferenceTypeLinkedServiceReference IntegrationRuntimeEntityReferenceType = "LinkedServiceReference"
576 )
577
578
579 func PossibleIntegrationRuntimeEntityReferenceTypeValues() []IntegrationRuntimeEntityReferenceType {
580 return []IntegrationRuntimeEntityReferenceType{IntegrationRuntimeEntityReferenceTypeIntegrationRuntimeReference, IntegrationRuntimeEntityReferenceTypeLinkedServiceReference}
581 }
582
583
584 type IntegrationRuntimeLicenseType string
585
586 const (
587
588 BasePrice IntegrationRuntimeLicenseType = "BasePrice"
589
590 LicenseIncluded IntegrationRuntimeLicenseType = "LicenseIncluded"
591 )
592
593
594 func PossibleIntegrationRuntimeLicenseTypeValues() []IntegrationRuntimeLicenseType {
595 return []IntegrationRuntimeLicenseType{BasePrice, LicenseIncluded}
596 }
597
598
599
600 type IntegrationRuntimeSsisCatalogPricingTier string
601
602 const (
603
604 IntegrationRuntimeSsisCatalogPricingTierBasic IntegrationRuntimeSsisCatalogPricingTier = "Basic"
605
606 IntegrationRuntimeSsisCatalogPricingTierPremium IntegrationRuntimeSsisCatalogPricingTier = "Premium"
607
608 IntegrationRuntimeSsisCatalogPricingTierPremiumRS IntegrationRuntimeSsisCatalogPricingTier = "PremiumRS"
609
610 IntegrationRuntimeSsisCatalogPricingTierStandard IntegrationRuntimeSsisCatalogPricingTier = "Standard"
611 )
612
613
614 func PossibleIntegrationRuntimeSsisCatalogPricingTierValues() []IntegrationRuntimeSsisCatalogPricingTier {
615 return []IntegrationRuntimeSsisCatalogPricingTier{IntegrationRuntimeSsisCatalogPricingTierBasic, IntegrationRuntimeSsisCatalogPricingTierPremium, IntegrationRuntimeSsisCatalogPricingTierPremiumRS, IntegrationRuntimeSsisCatalogPricingTierStandard}
616 }
617
618
619 type IntegrationRuntimeState string
620
621 const (
622
623 IntegrationRuntimeStateAccessDenied IntegrationRuntimeState = "AccessDenied"
624
625 IntegrationRuntimeStateInitial IntegrationRuntimeState = "Initial"
626
627 IntegrationRuntimeStateLimited IntegrationRuntimeState = "Limited"
628
629 IntegrationRuntimeStateNeedRegistration IntegrationRuntimeState = "NeedRegistration"
630
631 IntegrationRuntimeStateOffline IntegrationRuntimeState = "Offline"
632
633 IntegrationRuntimeStateOnline IntegrationRuntimeState = "Online"
634
635 IntegrationRuntimeStateStarted IntegrationRuntimeState = "Started"
636
637 IntegrationRuntimeStateStarting IntegrationRuntimeState = "Starting"
638
639 IntegrationRuntimeStateStopped IntegrationRuntimeState = "Stopped"
640
641 IntegrationRuntimeStateStopping IntegrationRuntimeState = "Stopping"
642 )
643
644
645 func PossibleIntegrationRuntimeStateValues() []IntegrationRuntimeState {
646 return []IntegrationRuntimeState{IntegrationRuntimeStateAccessDenied, IntegrationRuntimeStateInitial, IntegrationRuntimeStateLimited, IntegrationRuntimeStateNeedRegistration, IntegrationRuntimeStateOffline, IntegrationRuntimeStateOnline, IntegrationRuntimeStateStarted, IntegrationRuntimeStateStarting, IntegrationRuntimeStateStopped, IntegrationRuntimeStateStopping}
647 }
648
649
650 type IntegrationRuntimeType string
651
652 const (
653
654 Managed IntegrationRuntimeType = "Managed"
655
656 SelfHosted IntegrationRuntimeType = "SelfHosted"
657 )
658
659
660 func PossibleIntegrationRuntimeTypeValues() []IntegrationRuntimeType {
661 return []IntegrationRuntimeType{Managed, SelfHosted}
662 }
663
664
665 type JSONFormatFilePattern string
666
667 const (
668
669 ArrayOfObjects JSONFormatFilePattern = "arrayOfObjects"
670
671 SetOfObjects JSONFormatFilePattern = "setOfObjects"
672 )
673
674
675 func PossibleJSONFormatFilePatternValues() []JSONFormatFilePattern {
676 return []JSONFormatFilePattern{ArrayOfObjects, SetOfObjects}
677 }
678
679
680 type JSONWriteFilePattern string
681
682 const (
683
684 JSONWriteFilePatternArrayOfObjects JSONWriteFilePattern = "arrayOfObjects"
685
686 JSONWriteFilePatternSetOfObjects JSONWriteFilePattern = "setOfObjects"
687 )
688
689
690 func PossibleJSONWriteFilePatternValues() []JSONWriteFilePattern {
691 return []JSONWriteFilePattern{JSONWriteFilePatternArrayOfObjects, JSONWriteFilePatternSetOfObjects}
692 }
693
694
695 type MongoDbAuthenticationType string
696
697 const (
698
699 MongoDbAuthenticationTypeAnonymous MongoDbAuthenticationType = "Anonymous"
700
701 MongoDbAuthenticationTypeBasic MongoDbAuthenticationType = "Basic"
702 )
703
704
705 func PossibleMongoDbAuthenticationTypeValues() []MongoDbAuthenticationType {
706 return []MongoDbAuthenticationType{MongoDbAuthenticationTypeAnonymous, MongoDbAuthenticationTypeBasic}
707 }
708
709
710 type NetezzaPartitionOption string
711
712 const (
713
714 NetezzaPartitionOptionDataSlice NetezzaPartitionOption = "DataSlice"
715
716 NetezzaPartitionOptionDynamicRange NetezzaPartitionOption = "DynamicRange"
717
718 NetezzaPartitionOptionNone NetezzaPartitionOption = "None"
719 )
720
721
722 func PossibleNetezzaPartitionOptionValues() []NetezzaPartitionOption {
723 return []NetezzaPartitionOption{NetezzaPartitionOptionDataSlice, NetezzaPartitionOptionDynamicRange, NetezzaPartitionOptionNone}
724 }
725
726
727 type NodeSize string
728
729 const (
730
731 NodeSizeLarge NodeSize = "Large"
732
733 NodeSizeMedium NodeSize = "Medium"
734
735 NodeSizeNone NodeSize = "None"
736
737 NodeSizeSmall NodeSize = "Small"
738
739 NodeSizeXLarge NodeSize = "XLarge"
740
741 NodeSizeXXLarge NodeSize = "XXLarge"
742
743 NodeSizeXXXLarge NodeSize = "XXXLarge"
744 )
745
746
747 func PossibleNodeSizeValues() []NodeSize {
748 return []NodeSize{NodeSizeLarge, NodeSizeMedium, NodeSizeNone, NodeSizeSmall, NodeSizeXLarge, NodeSizeXXLarge, NodeSizeXXXLarge}
749 }
750
751
752 type NodeSizeFamily string
753
754 const (
755
756 NodeSizeFamilyMemoryOptimized NodeSizeFamily = "MemoryOptimized"
757
758 NodeSizeFamilyNone NodeSizeFamily = "None"
759 )
760
761
762 func PossibleNodeSizeFamilyValues() []NodeSizeFamily {
763 return []NodeSizeFamily{NodeSizeFamilyMemoryOptimized, NodeSizeFamilyNone}
764 }
765
766
767
768 type ODataAadServicePrincipalCredentialType string
769
770 const (
771
772 ODataAadServicePrincipalCredentialTypeServicePrincipalCert ODataAadServicePrincipalCredentialType = "ServicePrincipalCert"
773
774 ODataAadServicePrincipalCredentialTypeServicePrincipalKey ODataAadServicePrincipalCredentialType = "ServicePrincipalKey"
775 )
776
777
778 func PossibleODataAadServicePrincipalCredentialTypeValues() []ODataAadServicePrincipalCredentialType {
779 return []ODataAadServicePrincipalCredentialType{ODataAadServicePrincipalCredentialTypeServicePrincipalCert, ODataAadServicePrincipalCredentialTypeServicePrincipalKey}
780 }
781
782
783 type ODataAuthenticationType string
784
785 const (
786
787 ODataAuthenticationTypeAadServicePrincipal ODataAuthenticationType = "AadServicePrincipal"
788
789 ODataAuthenticationTypeAnonymous ODataAuthenticationType = "Anonymous"
790
791 ODataAuthenticationTypeBasic ODataAuthenticationType = "Basic"
792
793 ODataAuthenticationTypeManagedServiceIdentity ODataAuthenticationType = "ManagedServiceIdentity"
794
795 ODataAuthenticationTypeWindows ODataAuthenticationType = "Windows"
796 )
797
798
799 func PossibleODataAuthenticationTypeValues() []ODataAuthenticationType {
800 return []ODataAuthenticationType{ODataAuthenticationTypeAadServicePrincipal, ODataAuthenticationTypeAnonymous, ODataAuthenticationTypeBasic, ODataAuthenticationTypeManagedServiceIdentity, ODataAuthenticationTypeWindows}
801 }
802
803
804 type OraclePartitionOption string
805
806 const (
807
808 OraclePartitionOptionDynamicRange OraclePartitionOption = "DynamicRange"
809
810 OraclePartitionOptionNone OraclePartitionOption = "None"
811
812 OraclePartitionOptionPhysicalPartitionsOfTable OraclePartitionOption = "PhysicalPartitionsOfTable"
813 )
814
815
816 func PossibleOraclePartitionOptionValues() []OraclePartitionOption {
817 return []OraclePartitionOption{OraclePartitionOptionDynamicRange, OraclePartitionOptionNone, OraclePartitionOptionPhysicalPartitionsOfTable}
818 }
819
820
821 type OrcCompressionCodec string
822
823 const (
824
825 OrcCompressionCodecNone OrcCompressionCodec = "none"
826
827 OrcCompressionCodecSnappy OrcCompressionCodec = "snappy"
828
829 OrcCompressionCodecZlib OrcCompressionCodec = "zlib"
830 )
831
832
833 func PossibleOrcCompressionCodecValues() []OrcCompressionCodec {
834 return []OrcCompressionCodec{OrcCompressionCodecNone, OrcCompressionCodecSnappy, OrcCompressionCodecZlib}
835 }
836
837
838 type ParameterType string
839
840 const (
841
842 ParameterTypeArray ParameterType = "Array"
843
844 ParameterTypeBool ParameterType = "Bool"
845
846 ParameterTypeFloat ParameterType = "Float"
847
848 ParameterTypeInt ParameterType = "Int"
849
850 ParameterTypeObject ParameterType = "Object"
851
852 ParameterTypeSecureString ParameterType = "SecureString"
853
854 ParameterTypeString ParameterType = "String"
855 )
856
857
858 func PossibleParameterTypeValues() []ParameterType {
859 return []ParameterType{ParameterTypeArray, ParameterTypeBool, ParameterTypeFloat, ParameterTypeInt, ParameterTypeObject, ParameterTypeSecureString, ParameterTypeString}
860 }
861
862
863 type ParquetCompressionCodec string
864
865 const (
866
867 ParquetCompressionCodecGzip ParquetCompressionCodec = "gzip"
868
869 ParquetCompressionCodecLzo ParquetCompressionCodec = "lzo"
870
871 ParquetCompressionCodecNone ParquetCompressionCodec = "none"
872
873 ParquetCompressionCodecSnappy ParquetCompressionCodec = "snappy"
874 )
875
876
877 func PossibleParquetCompressionCodecValues() []ParquetCompressionCodec {
878 return []ParquetCompressionCodec{ParquetCompressionCodecGzip, ParquetCompressionCodecLzo, ParquetCompressionCodecNone, ParquetCompressionCodecSnappy}
879 }
880
881
882 type PhoenixAuthenticationType string
883
884 const (
885
886 PhoenixAuthenticationTypeAnonymous PhoenixAuthenticationType = "Anonymous"
887
888 PhoenixAuthenticationTypeUsernameAndPassword PhoenixAuthenticationType = "UsernameAndPassword"
889
890 PhoenixAuthenticationTypeWindowsAzureHDInsightService PhoenixAuthenticationType = "WindowsAzureHDInsightService"
891 )
892
893
894 func PossiblePhoenixAuthenticationTypeValues() []PhoenixAuthenticationType {
895 return []PhoenixAuthenticationType{PhoenixAuthenticationTypeAnonymous, PhoenixAuthenticationTypeUsernameAndPassword, PhoenixAuthenticationTypeWindowsAzureHDInsightService}
896 }
897
898
899 type PluginCurrentState string
900
901 const (
902
903 Cleanup PluginCurrentState = "Cleanup"
904
905 Ended PluginCurrentState = "Ended"
906
907 Monitoring PluginCurrentState = "Monitoring"
908
909 Preparation PluginCurrentState = "Preparation"
910
911 Queued PluginCurrentState = "Queued"
912
913 ResourceAcquisition PluginCurrentState = "ResourceAcquisition"
914
915 Submission PluginCurrentState = "Submission"
916 )
917
918
919 func PossiblePluginCurrentStateValues() []PluginCurrentState {
920 return []PluginCurrentState{Cleanup, Ended, Monitoring, Preparation, Queued, ResourceAcquisition, Submission}
921 }
922
923
924 type PolybaseSettingsRejectType string
925
926 const (
927
928 Percentage PolybaseSettingsRejectType = "percentage"
929
930 Value PolybaseSettingsRejectType = "value"
931 )
932
933
934 func PossiblePolybaseSettingsRejectTypeValues() []PolybaseSettingsRejectType {
935 return []PolybaseSettingsRejectType{Percentage, Value}
936 }
937
938
939 type PrestoAuthenticationType string
940
941 const (
942
943 PrestoAuthenticationTypeAnonymous PrestoAuthenticationType = "Anonymous"
944
945 PrestoAuthenticationTypeLDAP PrestoAuthenticationType = "LDAP"
946 )
947
948
949 func PossiblePrestoAuthenticationTypeValues() []PrestoAuthenticationType {
950 return []PrestoAuthenticationType{PrestoAuthenticationTypeAnonymous, PrestoAuthenticationTypeLDAP}
951 }
952
953
954 type RecurrenceFrequency string
955
956 const (
957
958 Day RecurrenceFrequency = "Day"
959
960 Hour RecurrenceFrequency = "Hour"
961
962 Minute RecurrenceFrequency = "Minute"
963
964 Month RecurrenceFrequency = "Month"
965
966 NotSpecified RecurrenceFrequency = "NotSpecified"
967
968 Week RecurrenceFrequency = "Week"
969
970 Year RecurrenceFrequency = "Year"
971 )
972
973
974 func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency {
975 return []RecurrenceFrequency{Day, Hour, Minute, Month, NotSpecified, Week, Year}
976 }
977
978
979 type ResourceIdentityType string
980
981 const (
982
983 ResourceIdentityTypeNone ResourceIdentityType = "None"
984
985 ResourceIdentityTypeSystemAssigned ResourceIdentityType = "SystemAssigned"
986 )
987
988
989 func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
990 return []ResourceIdentityType{ResourceIdentityTypeNone, ResourceIdentityTypeSystemAssigned}
991 }
992
993
994 type RestServiceAuthenticationType string
995
996 const (
997
998 RestServiceAuthenticationTypeAadServicePrincipal RestServiceAuthenticationType = "AadServicePrincipal"
999
1000 RestServiceAuthenticationTypeAnonymous RestServiceAuthenticationType = "Anonymous"
1001
1002 RestServiceAuthenticationTypeBasic RestServiceAuthenticationType = "Basic"
1003
1004 RestServiceAuthenticationTypeManagedServiceIdentity RestServiceAuthenticationType = "ManagedServiceIdentity"
1005 )
1006
1007
1008 func PossibleRestServiceAuthenticationTypeValues() []RestServiceAuthenticationType {
1009 return []RestServiceAuthenticationType{RestServiceAuthenticationTypeAadServicePrincipal, RestServiceAuthenticationTypeAnonymous, RestServiceAuthenticationTypeBasic, RestServiceAuthenticationTypeManagedServiceIdentity}
1010 }
1011
1012
1013 type RunQueryFilterOperand string
1014
1015 const (
1016
1017 ActivityName RunQueryFilterOperand = "ActivityName"
1018
1019 ActivityRunEnd RunQueryFilterOperand = "ActivityRunEnd"
1020
1021 ActivityRunStart RunQueryFilterOperand = "ActivityRunStart"
1022
1023 ActivityType RunQueryFilterOperand = "ActivityType"
1024
1025 LatestOnly RunQueryFilterOperand = "LatestOnly"
1026
1027 PipelineName RunQueryFilterOperand = "PipelineName"
1028
1029 RunEnd RunQueryFilterOperand = "RunEnd"
1030
1031 RunGroupID RunQueryFilterOperand = "RunGroupId"
1032
1033 RunStart RunQueryFilterOperand = "RunStart"
1034
1035 Status RunQueryFilterOperand = "Status"
1036
1037 TriggerName RunQueryFilterOperand = "TriggerName"
1038
1039 TriggerRunTimestamp RunQueryFilterOperand = "TriggerRunTimestamp"
1040 )
1041
1042
1043 func PossibleRunQueryFilterOperandValues() []RunQueryFilterOperand {
1044 return []RunQueryFilterOperand{ActivityName, ActivityRunEnd, ActivityRunStart, ActivityType, LatestOnly, PipelineName, RunEnd, RunGroupID, RunStart, Status, TriggerName, TriggerRunTimestamp}
1045 }
1046
1047
1048 type RunQueryFilterOperator string
1049
1050 const (
1051
1052 Equals RunQueryFilterOperator = "Equals"
1053
1054 In RunQueryFilterOperator = "In"
1055
1056 NotEquals RunQueryFilterOperator = "NotEquals"
1057
1058 NotIn RunQueryFilterOperator = "NotIn"
1059 )
1060
1061
1062 func PossibleRunQueryFilterOperatorValues() []RunQueryFilterOperator {
1063 return []RunQueryFilterOperator{Equals, In, NotEquals, NotIn}
1064 }
1065
1066
1067 type RunQueryOrder string
1068
1069 const (
1070
1071 ASC RunQueryOrder = "ASC"
1072
1073 DESC RunQueryOrder = "DESC"
1074 )
1075
1076
1077 func PossibleRunQueryOrderValues() []RunQueryOrder {
1078 return []RunQueryOrder{ASC, DESC}
1079 }
1080
1081
1082 type RunQueryOrderByField string
1083
1084 const (
1085
1086 RunQueryOrderByFieldActivityName RunQueryOrderByField = "ActivityName"
1087
1088 RunQueryOrderByFieldActivityRunEnd RunQueryOrderByField = "ActivityRunEnd"
1089
1090 RunQueryOrderByFieldActivityRunStart RunQueryOrderByField = "ActivityRunStart"
1091
1092 RunQueryOrderByFieldPipelineName RunQueryOrderByField = "PipelineName"
1093
1094 RunQueryOrderByFieldRunEnd RunQueryOrderByField = "RunEnd"
1095
1096 RunQueryOrderByFieldRunStart RunQueryOrderByField = "RunStart"
1097
1098 RunQueryOrderByFieldStatus RunQueryOrderByField = "Status"
1099
1100 RunQueryOrderByFieldTriggerName RunQueryOrderByField = "TriggerName"
1101
1102 RunQueryOrderByFieldTriggerRunTimestamp RunQueryOrderByField = "TriggerRunTimestamp"
1103 )
1104
1105
1106 func PossibleRunQueryOrderByFieldValues() []RunQueryOrderByField {
1107 return []RunQueryOrderByField{RunQueryOrderByFieldActivityName, RunQueryOrderByFieldActivityRunEnd, RunQueryOrderByFieldActivityRunStart, RunQueryOrderByFieldPipelineName, RunQueryOrderByFieldRunEnd, RunQueryOrderByFieldRunStart, RunQueryOrderByFieldStatus, RunQueryOrderByFieldTriggerName, RunQueryOrderByFieldTriggerRunTimestamp}
1108 }
1109
1110
1111 type SalesforceSinkWriteBehavior string
1112
1113 const (
1114
1115 Insert SalesforceSinkWriteBehavior = "Insert"
1116
1117 Upsert SalesforceSinkWriteBehavior = "Upsert"
1118 )
1119
1120
1121 func PossibleSalesforceSinkWriteBehaviorValues() []SalesforceSinkWriteBehavior {
1122 return []SalesforceSinkWriteBehavior{Insert, Upsert}
1123 }
1124
1125
1126 type SalesforceSourceReadBehavior string
1127
1128 const (
1129
1130 Query SalesforceSourceReadBehavior = "Query"
1131
1132 QueryAll SalesforceSourceReadBehavior = "QueryAll"
1133 )
1134
1135
1136 func PossibleSalesforceSourceReadBehaviorValues() []SalesforceSourceReadBehavior {
1137 return []SalesforceSourceReadBehavior{Query, QueryAll}
1138 }
1139
1140
1141 type SapCloudForCustomerSinkWriteBehavior string
1142
1143 const (
1144
1145 SapCloudForCustomerSinkWriteBehaviorInsert SapCloudForCustomerSinkWriteBehavior = "Insert"
1146
1147 SapCloudForCustomerSinkWriteBehaviorUpdate SapCloudForCustomerSinkWriteBehavior = "Update"
1148 )
1149
1150
1151 func PossibleSapCloudForCustomerSinkWriteBehaviorValues() []SapCloudForCustomerSinkWriteBehavior {
1152 return []SapCloudForCustomerSinkWriteBehavior{SapCloudForCustomerSinkWriteBehaviorInsert, SapCloudForCustomerSinkWriteBehaviorUpdate}
1153 }
1154
1155
1156 type SapHanaAuthenticationType string
1157
1158 const (
1159
1160 SapHanaAuthenticationTypeBasic SapHanaAuthenticationType = "Basic"
1161
1162 SapHanaAuthenticationTypeWindows SapHanaAuthenticationType = "Windows"
1163 )
1164
1165
1166 func PossibleSapHanaAuthenticationTypeValues() []SapHanaAuthenticationType {
1167 return []SapHanaAuthenticationType{SapHanaAuthenticationTypeBasic, SapHanaAuthenticationTypeWindows}
1168 }
1169
1170
1171 type SapHanaPartitionOption string
1172
1173 const (
1174
1175 SapHanaPartitionOptionNone SapHanaPartitionOption = "None"
1176
1177 SapHanaPartitionOptionPhysicalPartitionsOfTable SapHanaPartitionOption = "PhysicalPartitionsOfTable"
1178
1179 SapHanaPartitionOptionSapHanaDynamicRange SapHanaPartitionOption = "SapHanaDynamicRange"
1180 )
1181
1182
1183 func PossibleSapHanaPartitionOptionValues() []SapHanaPartitionOption {
1184 return []SapHanaPartitionOption{SapHanaPartitionOptionNone, SapHanaPartitionOptionPhysicalPartitionsOfTable, SapHanaPartitionOptionSapHanaDynamicRange}
1185 }
1186
1187
1188 type SapTablePartitionOption string
1189
1190 const (
1191
1192 SapTablePartitionOptionNone SapTablePartitionOption = "None"
1193
1194 SapTablePartitionOptionPartitionOnCalendarDate SapTablePartitionOption = "PartitionOnCalendarDate"
1195
1196 SapTablePartitionOptionPartitionOnCalendarMonth SapTablePartitionOption = "PartitionOnCalendarMonth"
1197
1198 SapTablePartitionOptionPartitionOnCalendarYear SapTablePartitionOption = "PartitionOnCalendarYear"
1199
1200 SapTablePartitionOptionPartitionOnInt SapTablePartitionOption = "PartitionOnInt"
1201
1202 SapTablePartitionOptionPartitionOnTime SapTablePartitionOption = "PartitionOnTime"
1203 )
1204
1205
1206 func PossibleSapTablePartitionOptionValues() []SapTablePartitionOption {
1207 return []SapTablePartitionOption{SapTablePartitionOptionNone, SapTablePartitionOptionPartitionOnCalendarDate, SapTablePartitionOptionPartitionOnCalendarMonth, SapTablePartitionOptionPartitionOnCalendarYear, SapTablePartitionOptionPartitionOnInt, SapTablePartitionOptionPartitionOnTime}
1208 }
1209
1210
1211 type SchedulerCurrentState string
1212
1213 const (
1214
1215 SchedulerCurrentStateEnded SchedulerCurrentState = "Ended"
1216
1217 SchedulerCurrentStateQueued SchedulerCurrentState = "Queued"
1218
1219 SchedulerCurrentStateScheduled SchedulerCurrentState = "Scheduled"
1220 )
1221
1222
1223 func PossibleSchedulerCurrentStateValues() []SchedulerCurrentState {
1224 return []SchedulerCurrentState{SchedulerCurrentStateEnded, SchedulerCurrentStateQueued, SchedulerCurrentStateScheduled}
1225 }
1226
1227
1228 type ServiceNowAuthenticationType string
1229
1230 const (
1231
1232 ServiceNowAuthenticationTypeBasic ServiceNowAuthenticationType = "Basic"
1233
1234 ServiceNowAuthenticationTypeOAuth2 ServiceNowAuthenticationType = "OAuth2"
1235 )
1236
1237
1238 func PossibleServiceNowAuthenticationTypeValues() []ServiceNowAuthenticationType {
1239 return []ServiceNowAuthenticationType{ServiceNowAuthenticationTypeBasic, ServiceNowAuthenticationTypeOAuth2}
1240 }
1241
1242
1243 type SftpAuthenticationType string
1244
1245 const (
1246
1247 SftpAuthenticationTypeBasic SftpAuthenticationType = "Basic"
1248
1249 SftpAuthenticationTypeSSHPublicKey SftpAuthenticationType = "SshPublicKey"
1250 )
1251
1252
1253 func PossibleSftpAuthenticationTypeValues() []SftpAuthenticationType {
1254 return []SftpAuthenticationType{SftpAuthenticationTypeBasic, SftpAuthenticationTypeSSHPublicKey}
1255 }
1256
1257
1258 type SparkAuthenticationType string
1259
1260 const (
1261
1262 SparkAuthenticationTypeAnonymous SparkAuthenticationType = "Anonymous"
1263
1264 SparkAuthenticationTypeUsername SparkAuthenticationType = "Username"
1265
1266 SparkAuthenticationTypeUsernameAndPassword SparkAuthenticationType = "UsernameAndPassword"
1267
1268 SparkAuthenticationTypeWindowsAzureHDInsightService SparkAuthenticationType = "WindowsAzureHDInsightService"
1269 )
1270
1271
1272 func PossibleSparkAuthenticationTypeValues() []SparkAuthenticationType {
1273 return []SparkAuthenticationType{SparkAuthenticationTypeAnonymous, SparkAuthenticationTypeUsername, SparkAuthenticationTypeUsernameAndPassword, SparkAuthenticationTypeWindowsAzureHDInsightService}
1274 }
1275
1276
1277 type SparkBatchJobResultType string
1278
1279 const (
1280
1281 SparkBatchJobResultTypeCancelled SparkBatchJobResultType = "Cancelled"
1282
1283 SparkBatchJobResultTypeFailed SparkBatchJobResultType = "Failed"
1284
1285 SparkBatchJobResultTypeSucceeded SparkBatchJobResultType = "Succeeded"
1286
1287 SparkBatchJobResultTypeUncertain SparkBatchJobResultType = "Uncertain"
1288 )
1289
1290
1291 func PossibleSparkBatchJobResultTypeValues() []SparkBatchJobResultType {
1292 return []SparkBatchJobResultType{SparkBatchJobResultTypeCancelled, SparkBatchJobResultTypeFailed, SparkBatchJobResultTypeSucceeded, SparkBatchJobResultTypeUncertain}
1293 }
1294
1295
1296 type SparkErrorSource string
1297
1298 const (
1299
1300 SparkErrorSourceDependency SparkErrorSource = "Dependency"
1301
1302 SparkErrorSourceSystem SparkErrorSource = "System"
1303
1304 SparkErrorSourceUnknown SparkErrorSource = "Unknown"
1305
1306 SparkErrorSourceUser SparkErrorSource = "User"
1307 )
1308
1309
1310 func PossibleSparkErrorSourceValues() []SparkErrorSource {
1311 return []SparkErrorSource{SparkErrorSourceDependency, SparkErrorSourceSystem, SparkErrorSourceUnknown, SparkErrorSourceUser}
1312 }
1313
1314
1315 type SparkJobType string
1316
1317 const (
1318
1319 SparkBatch SparkJobType = "SparkBatch"
1320
1321 SparkSession SparkJobType = "SparkSession"
1322 )
1323
1324
1325 func PossibleSparkJobTypeValues() []SparkJobType {
1326 return []SparkJobType{SparkBatch, SparkSession}
1327 }
1328
1329
1330 type SparkServerType string
1331
1332 const (
1333
1334 SharkServer SparkServerType = "SharkServer"
1335
1336 SharkServer2 SparkServerType = "SharkServer2"
1337
1338 SparkThriftServer SparkServerType = "SparkThriftServer"
1339 )
1340
1341
1342 func PossibleSparkServerTypeValues() []SparkServerType {
1343 return []SparkServerType{SharkServer, SharkServer2, SparkThriftServer}
1344 }
1345
1346
1347 type SparkThriftTransportProtocol string
1348
1349 const (
1350
1351 SparkThriftTransportProtocolBinary SparkThriftTransportProtocol = "Binary"
1352
1353 SparkThriftTransportProtocolHTTP SparkThriftTransportProtocol = "HTTP "
1354
1355 SparkThriftTransportProtocolSASL SparkThriftTransportProtocol = "SASL"
1356 )
1357
1358
1359 func PossibleSparkThriftTransportProtocolValues() []SparkThriftTransportProtocol {
1360 return []SparkThriftTransportProtocol{SparkThriftTransportProtocolBinary, SparkThriftTransportProtocolHTTP, SparkThriftTransportProtocolSASL}
1361 }
1362
1363
1364 type SQLConnectionType string
1365
1366 const (
1367
1368 SQLConnectionTypeSQLOnDemand SQLConnectionType = "SqlOnDemand"
1369
1370 SQLConnectionTypeSQLPool SQLConnectionType = "SqlPool"
1371 )
1372
1373
1374 func PossibleSQLConnectionTypeValues() []SQLConnectionType {
1375 return []SQLConnectionType{SQLConnectionTypeSQLOnDemand, SQLConnectionTypeSQLPool}
1376 }
1377
1378
1379 type SQLScriptType string
1380
1381 const (
1382
1383 SQLQuery SQLScriptType = "SqlQuery"
1384 )
1385
1386
1387 func PossibleSQLScriptTypeValues() []SQLScriptType {
1388 return []SQLScriptType{SQLQuery}
1389 }
1390
1391
1392 type SsisPackageLocationType string
1393
1394 const (
1395
1396 File SsisPackageLocationType = "File"
1397
1398 InlinePackage SsisPackageLocationType = "InlinePackage"
1399
1400 SSISDB SsisPackageLocationType = "SSISDB"
1401 )
1402
1403
1404 func PossibleSsisPackageLocationTypeValues() []SsisPackageLocationType {
1405 return []SsisPackageLocationType{File, InlinePackage, SSISDB}
1406 }
1407
1408
1409 type StoredProcedureParameterType string
1410
1411 const (
1412
1413 Boolean StoredProcedureParameterType = "Boolean"
1414
1415 Date StoredProcedureParameterType = "Date"
1416
1417 Decimal StoredProcedureParameterType = "Decimal"
1418
1419 GUID StoredProcedureParameterType = "Guid"
1420
1421 Int StoredProcedureParameterType = "Int"
1422
1423 Int64 StoredProcedureParameterType = "Int64"
1424
1425 String StoredProcedureParameterType = "String"
1426 )
1427
1428
1429 func PossibleStoredProcedureParameterTypeValues() []StoredProcedureParameterType {
1430 return []StoredProcedureParameterType{Boolean, Date, Decimal, GUID, Int, Int64, String}
1431 }
1432
1433
1434 type SybaseAuthenticationType string
1435
1436 const (
1437
1438 SybaseAuthenticationTypeBasic SybaseAuthenticationType = "Basic"
1439
1440 SybaseAuthenticationTypeWindows SybaseAuthenticationType = "Windows"
1441 )
1442
1443
1444 func PossibleSybaseAuthenticationTypeValues() []SybaseAuthenticationType {
1445 return []SybaseAuthenticationType{SybaseAuthenticationTypeBasic, SybaseAuthenticationTypeWindows}
1446 }
1447
1448
1449 type TeradataAuthenticationType string
1450
1451 const (
1452
1453 TeradataAuthenticationTypeBasic TeradataAuthenticationType = "Basic"
1454
1455 TeradataAuthenticationTypeWindows TeradataAuthenticationType = "Windows"
1456 )
1457
1458
1459 func PossibleTeradataAuthenticationTypeValues() []TeradataAuthenticationType {
1460 return []TeradataAuthenticationType{TeradataAuthenticationTypeBasic, TeradataAuthenticationTypeWindows}
1461 }
1462
1463
1464 type TeradataPartitionOption string
1465
1466 const (
1467
1468 TeradataPartitionOptionDynamicRange TeradataPartitionOption = "DynamicRange"
1469
1470 TeradataPartitionOptionHash TeradataPartitionOption = "Hash"
1471
1472 TeradataPartitionOptionNone TeradataPartitionOption = "None"
1473 )
1474
1475
1476 func PossibleTeradataPartitionOptionValues() []TeradataPartitionOption {
1477 return []TeradataPartitionOption{TeradataPartitionOptionDynamicRange, TeradataPartitionOptionHash, TeradataPartitionOptionNone}
1478 }
1479
1480
1481 type TriggerRunStatus string
1482
1483 const (
1484
1485 TriggerRunStatusFailed TriggerRunStatus = "Failed"
1486
1487 TriggerRunStatusInprogress TriggerRunStatus = "Inprogress"
1488
1489 TriggerRunStatusSucceeded TriggerRunStatus = "Succeeded"
1490 )
1491
1492
1493 func PossibleTriggerRunStatusValues() []TriggerRunStatus {
1494 return []TriggerRunStatus{TriggerRunStatusFailed, TriggerRunStatusInprogress, TriggerRunStatusSucceeded}
1495 }
1496
1497
1498 type TriggerRuntimeState string
1499
1500 const (
1501
1502 TriggerRuntimeStateDisabled TriggerRuntimeState = "Disabled"
1503
1504 TriggerRuntimeStateStarted TriggerRuntimeState = "Started"
1505
1506 TriggerRuntimeStateStopped TriggerRuntimeState = "Stopped"
1507 )
1508
1509
1510 func PossibleTriggerRuntimeStateValues() []TriggerRuntimeState {
1511 return []TriggerRuntimeState{TriggerRuntimeStateDisabled, TriggerRuntimeStateStarted, TriggerRuntimeStateStopped}
1512 }
1513
1514
1515 type TumblingWindowFrequency string
1516
1517 const (
1518
1519 TumblingWindowFrequencyHour TumblingWindowFrequency = "Hour"
1520
1521 TumblingWindowFrequencyMinute TumblingWindowFrequency = "Minute"
1522 )
1523
1524
1525 func PossibleTumblingWindowFrequencyValues() []TumblingWindowFrequency {
1526 return []TumblingWindowFrequency{TumblingWindowFrequencyHour, TumblingWindowFrequencyMinute}
1527 }
1528
1529
1530 type Type string
1531
1532 const (
1533
1534 TypeAzureKeyVaultSecret Type = "AzureKeyVaultSecret"
1535
1536 TypeSecretBase Type = "SecretBase"
1537
1538 TypeSecureString Type = "SecureString"
1539 )
1540
1541
1542 func PossibleTypeValues() []Type {
1543 return []Type{TypeAzureKeyVaultSecret, TypeSecretBase, TypeSecureString}
1544 }
1545
1546
1547 type TypeBasicActivity string
1548
1549 const (
1550
1551 TypeActivity TypeBasicActivity = "Activity"
1552
1553 TypeAppendVariable TypeBasicActivity = "AppendVariable"
1554
1555 TypeAzureDataExplorerCommand TypeBasicActivity = "AzureDataExplorerCommand"
1556
1557 TypeAzureFunctionActivity TypeBasicActivity = "AzureFunctionActivity"
1558
1559 TypeAzureMLBatchExecution TypeBasicActivity = "AzureMLBatchExecution"
1560
1561 TypeAzureMLExecutePipeline TypeBasicActivity = "AzureMLExecutePipeline"
1562
1563 TypeAzureMLUpdateResource TypeBasicActivity = "AzureMLUpdateResource"
1564
1565 TypeContainer TypeBasicActivity = "Container"
1566
1567 TypeCopy TypeBasicActivity = "Copy"
1568
1569 TypeCustom TypeBasicActivity = "Custom"
1570
1571 TypeDatabricksNotebook TypeBasicActivity = "DatabricksNotebook"
1572
1573 TypeDatabricksSparkJar TypeBasicActivity = "DatabricksSparkJar"
1574
1575 TypeDatabricksSparkPython TypeBasicActivity = "DatabricksSparkPython"
1576
1577 TypeDataLakeAnalyticsUSQL TypeBasicActivity = "DataLakeAnalyticsU-SQL"
1578
1579 TypeDelete TypeBasicActivity = "Delete"
1580
1581 TypeExecuteDataFlow TypeBasicActivity = "ExecuteDataFlow"
1582
1583 TypeExecutePipeline TypeBasicActivity = "ExecutePipeline"
1584
1585 TypeExecuteSSISPackage TypeBasicActivity = "ExecuteSSISPackage"
1586
1587 TypeExecution TypeBasicActivity = "Execution"
1588
1589 TypeFilter TypeBasicActivity = "Filter"
1590
1591 TypeForEach TypeBasicActivity = "ForEach"
1592
1593 TypeGetMetadata TypeBasicActivity = "GetMetadata"
1594
1595 TypeHDInsightHive TypeBasicActivity = "HDInsightHive"
1596
1597 TypeHDInsightMapReduce TypeBasicActivity = "HDInsightMapReduce"
1598
1599 TypeHDInsightPig TypeBasicActivity = "HDInsightPig"
1600
1601 TypeHDInsightSpark TypeBasicActivity = "HDInsightSpark"
1602
1603 TypeHDInsightStreaming TypeBasicActivity = "HDInsightStreaming"
1604
1605 TypeIfCondition TypeBasicActivity = "IfCondition"
1606
1607 TypeLookup TypeBasicActivity = "Lookup"
1608
1609 TypeSetVariable TypeBasicActivity = "SetVariable"
1610
1611 TypeSparkJob TypeBasicActivity = "SparkJob"
1612
1613 TypeSQLPoolStoredProcedure TypeBasicActivity = "SqlPoolStoredProcedure"
1614
1615 TypeSQLServerStoredProcedure TypeBasicActivity = "SqlServerStoredProcedure"
1616
1617 TypeSwitch TypeBasicActivity = "Switch"
1618
1619 TypeSynapseNotebook TypeBasicActivity = "SynapseNotebook"
1620
1621 TypeUntil TypeBasicActivity = "Until"
1622
1623 TypeValidation TypeBasicActivity = "Validation"
1624
1625 TypeWait TypeBasicActivity = "Wait"
1626
1627 TypeWebActivity TypeBasicActivity = "WebActivity"
1628
1629 TypeWebHook TypeBasicActivity = "WebHook"
1630 )
1631
1632
1633 func PossibleTypeBasicActivityValues() []TypeBasicActivity {
1634 return []TypeBasicActivity{TypeActivity, TypeAppendVariable, TypeAzureDataExplorerCommand, TypeAzureFunctionActivity, TypeAzureMLBatchExecution, TypeAzureMLExecutePipeline, TypeAzureMLUpdateResource, TypeContainer, TypeCopy, TypeCustom, TypeDatabricksNotebook, TypeDatabricksSparkJar, TypeDatabricksSparkPython, TypeDataLakeAnalyticsUSQL, TypeDelete, TypeExecuteDataFlow, TypeExecutePipeline, TypeExecuteSSISPackage, TypeExecution, TypeFilter, TypeForEach, TypeGetMetadata, TypeHDInsightHive, TypeHDInsightMapReduce, TypeHDInsightPig, TypeHDInsightSpark, TypeHDInsightStreaming, TypeIfCondition, TypeLookup, TypeSetVariable, TypeSparkJob, TypeSQLPoolStoredProcedure, TypeSQLServerStoredProcedure, TypeSwitch, TypeSynapseNotebook, TypeUntil, TypeValidation, TypeWait, TypeWebActivity, TypeWebHook}
1635 }
1636
1637
1638 type TypeBasicCopySink string
1639
1640 const (
1641
1642 TypeAvroSink TypeBasicCopySink = "AvroSink"
1643
1644 TypeAzureBlobFSSink TypeBasicCopySink = "AzureBlobFSSink"
1645
1646 TypeAzureDataExplorerSink TypeBasicCopySink = "AzureDataExplorerSink"
1647
1648 TypeAzureDataLakeStoreSink TypeBasicCopySink = "AzureDataLakeStoreSink"
1649
1650 TypeAzureMySQLSink TypeBasicCopySink = "AzureMySqlSink"
1651
1652 TypeAzurePostgreSQLSink TypeBasicCopySink = "AzurePostgreSqlSink"
1653
1654 TypeAzureQueueSink TypeBasicCopySink = "AzureQueueSink"
1655
1656 TypeAzureSearchIndexSink TypeBasicCopySink = "AzureSearchIndexSink"
1657
1658 TypeAzureSQLSink TypeBasicCopySink = "AzureSqlSink"
1659
1660 TypeAzureTableSink TypeBasicCopySink = "AzureTableSink"
1661
1662 TypeBinarySink TypeBasicCopySink = "BinarySink"
1663
1664 TypeBlobSink TypeBasicCopySink = "BlobSink"
1665
1666 TypeCommonDataServiceForAppsSink TypeBasicCopySink = "CommonDataServiceForAppsSink"
1667
1668 TypeCopySink TypeBasicCopySink = "CopySink"
1669
1670 TypeCosmosDbMongoDbAPISink TypeBasicCopySink = "CosmosDbMongoDbApiSink"
1671
1672 TypeCosmosDbSQLAPISink TypeBasicCopySink = "CosmosDbSqlApiSink"
1673
1674 TypeDelimitedTextSink TypeBasicCopySink = "DelimitedTextSink"
1675
1676 TypeDocumentDbCollectionSink TypeBasicCopySink = "DocumentDbCollectionSink"
1677
1678 TypeDynamicsCrmSink TypeBasicCopySink = "DynamicsCrmSink"
1679
1680 TypeDynamicsSink TypeBasicCopySink = "DynamicsSink"
1681
1682 TypeFileSystemSink TypeBasicCopySink = "FileSystemSink"
1683
1684 TypeInformixSink TypeBasicCopySink = "InformixSink"
1685
1686 TypeJSONSink TypeBasicCopySink = "JsonSink"
1687
1688 TypeMicrosoftAccessSink TypeBasicCopySink = "MicrosoftAccessSink"
1689
1690 TypeOdbcSink TypeBasicCopySink = "OdbcSink"
1691
1692 TypeOracleSink TypeBasicCopySink = "OracleSink"
1693
1694 TypeOrcSink TypeBasicCopySink = "OrcSink"
1695
1696 TypeParquetSink TypeBasicCopySink = "ParquetSink"
1697
1698 TypeSalesforceServiceCloudSink TypeBasicCopySink = "SalesforceServiceCloudSink"
1699
1700 TypeSalesforceSink TypeBasicCopySink = "SalesforceSink"
1701
1702 TypeSapCloudForCustomerSink TypeBasicCopySink = "SapCloudForCustomerSink"
1703
1704 TypeSQLDWSink TypeBasicCopySink = "SqlDWSink"
1705
1706 TypeSQLMISink TypeBasicCopySink = "SqlMISink"
1707
1708 TypeSQLServerSink TypeBasicCopySink = "SqlServerSink"
1709
1710 TypeSQLSink TypeBasicCopySink = "SqlSink"
1711 )
1712
1713
1714 func PossibleTypeBasicCopySinkValues() []TypeBasicCopySink {
1715 return []TypeBasicCopySink{TypeAvroSink, TypeAzureBlobFSSink, TypeAzureDataExplorerSink, TypeAzureDataLakeStoreSink, TypeAzureMySQLSink, TypeAzurePostgreSQLSink, TypeAzureQueueSink, TypeAzureSearchIndexSink, TypeAzureSQLSink, TypeAzureTableSink, TypeBinarySink, TypeBlobSink, TypeCommonDataServiceForAppsSink, TypeCopySink, TypeCosmosDbMongoDbAPISink, TypeCosmosDbSQLAPISink, TypeDelimitedTextSink, TypeDocumentDbCollectionSink, TypeDynamicsCrmSink, TypeDynamicsSink, TypeFileSystemSink, TypeInformixSink, TypeJSONSink, TypeMicrosoftAccessSink, TypeOdbcSink, TypeOracleSink, TypeOrcSink, TypeParquetSink, TypeSalesforceServiceCloudSink, TypeSalesforceSink, TypeSapCloudForCustomerSink, TypeSQLDWSink, TypeSQLMISink, TypeSQLServerSink, TypeSQLSink}
1716 }
1717
1718
1719 type TypeBasicCopySource string
1720
1721 const (
1722
1723 TypeAmazonMWSSource TypeBasicCopySource = "AmazonMWSSource"
1724
1725 TypeAmazonRedshiftSource TypeBasicCopySource = "AmazonRedshiftSource"
1726
1727 TypeAvroSource TypeBasicCopySource = "AvroSource"
1728
1729 TypeAzureBlobFSSource TypeBasicCopySource = "AzureBlobFSSource"
1730
1731 TypeAzureDataExplorerSource TypeBasicCopySource = "AzureDataExplorerSource"
1732
1733 TypeAzureDataLakeStoreSource TypeBasicCopySource = "AzureDataLakeStoreSource"
1734
1735 TypeAzureMariaDBSource TypeBasicCopySource = "AzureMariaDBSource"
1736
1737 TypeAzureMySQLSource TypeBasicCopySource = "AzureMySqlSource"
1738
1739 TypeAzurePostgreSQLSource TypeBasicCopySource = "AzurePostgreSqlSource"
1740
1741 TypeAzureSQLSource TypeBasicCopySource = "AzureSqlSource"
1742
1743 TypeAzureTableSource TypeBasicCopySource = "AzureTableSource"
1744
1745 TypeBinarySource TypeBasicCopySource = "BinarySource"
1746
1747 TypeBlobSource TypeBasicCopySource = "BlobSource"
1748
1749 TypeCassandraSource TypeBasicCopySource = "CassandraSource"
1750
1751 TypeCommonDataServiceForAppsSource TypeBasicCopySource = "CommonDataServiceForAppsSource"
1752
1753 TypeConcurSource TypeBasicCopySource = "ConcurSource"
1754
1755 TypeCopySource TypeBasicCopySource = "CopySource"
1756
1757 TypeCosmosDbMongoDbAPISource TypeBasicCopySource = "CosmosDbMongoDbApiSource"
1758
1759 TypeCosmosDbSQLAPISource TypeBasicCopySource = "CosmosDbSqlApiSource"
1760
1761 TypeCouchbaseSource TypeBasicCopySource = "CouchbaseSource"
1762
1763 TypeDb2Source TypeBasicCopySource = "Db2Source"
1764
1765 TypeDelimitedTextSource TypeBasicCopySource = "DelimitedTextSource"
1766
1767 TypeDocumentDbCollectionSource TypeBasicCopySource = "DocumentDbCollectionSource"
1768
1769 TypeDrillSource TypeBasicCopySource = "DrillSource"
1770
1771 TypeDynamicsAXSource TypeBasicCopySource = "DynamicsAXSource"
1772
1773 TypeDynamicsCrmSource TypeBasicCopySource = "DynamicsCrmSource"
1774
1775 TypeDynamicsSource TypeBasicCopySource = "DynamicsSource"
1776
1777 TypeEloquaSource TypeBasicCopySource = "EloquaSource"
1778
1779 TypeFileSystemSource TypeBasicCopySource = "FileSystemSource"
1780
1781 TypeGoogleAdWordsSource TypeBasicCopySource = "GoogleAdWordsSource"
1782
1783 TypeGoogleBigQuerySource TypeBasicCopySource = "GoogleBigQuerySource"
1784
1785 TypeGreenplumSource TypeBasicCopySource = "GreenplumSource"
1786
1787 TypeHBaseSource TypeBasicCopySource = "HBaseSource"
1788
1789 TypeHdfsSource TypeBasicCopySource = "HdfsSource"
1790
1791 TypeHiveSource TypeBasicCopySource = "HiveSource"
1792
1793 TypeHTTPSource TypeBasicCopySource = "HttpSource"
1794
1795 TypeHubspotSource TypeBasicCopySource = "HubspotSource"
1796
1797 TypeImpalaSource TypeBasicCopySource = "ImpalaSource"
1798
1799 TypeInformixSource TypeBasicCopySource = "InformixSource"
1800
1801 TypeJiraSource TypeBasicCopySource = "JiraSource"
1802
1803 TypeJSONSource TypeBasicCopySource = "JsonSource"
1804
1805 TypeMagentoSource TypeBasicCopySource = "MagentoSource"
1806
1807 TypeMariaDBSource TypeBasicCopySource = "MariaDBSource"
1808
1809 TypeMarketoSource TypeBasicCopySource = "MarketoSource"
1810
1811 TypeMicrosoftAccessSource TypeBasicCopySource = "MicrosoftAccessSource"
1812
1813 TypeMongoDbSource TypeBasicCopySource = "MongoDbSource"
1814
1815 TypeMongoDbV2Source TypeBasicCopySource = "MongoDbV2Source"
1816
1817 TypeMySQLSource TypeBasicCopySource = "MySqlSource"
1818
1819 TypeNetezzaSource TypeBasicCopySource = "NetezzaSource"
1820
1821 TypeODataSource TypeBasicCopySource = "ODataSource"
1822
1823 TypeOdbcSource TypeBasicCopySource = "OdbcSource"
1824
1825 TypeOffice365Source TypeBasicCopySource = "Office365Source"
1826
1827 TypeOracleServiceCloudSource TypeBasicCopySource = "OracleServiceCloudSource"
1828
1829 TypeOracleSource TypeBasicCopySource = "OracleSource"
1830
1831 TypeOrcSource TypeBasicCopySource = "OrcSource"
1832
1833 TypeParquetSource TypeBasicCopySource = "ParquetSource"
1834
1835 TypePaypalSource TypeBasicCopySource = "PaypalSource"
1836
1837 TypePhoenixSource TypeBasicCopySource = "PhoenixSource"
1838
1839 TypePostgreSQLSource TypeBasicCopySource = "PostgreSqlSource"
1840
1841 TypePrestoSource TypeBasicCopySource = "PrestoSource"
1842
1843 TypeQuickBooksSource TypeBasicCopySource = "QuickBooksSource"
1844
1845 TypeRelationalSource TypeBasicCopySource = "RelationalSource"
1846
1847 TypeResponsysSource TypeBasicCopySource = "ResponsysSource"
1848
1849 TypeRestSource TypeBasicCopySource = "RestSource"
1850
1851 TypeSalesforceMarketingCloudSource TypeBasicCopySource = "SalesforceMarketingCloudSource"
1852
1853 TypeSalesforceServiceCloudSource TypeBasicCopySource = "SalesforceServiceCloudSource"
1854
1855 TypeSalesforceSource TypeBasicCopySource = "SalesforceSource"
1856
1857 TypeSapBwSource TypeBasicCopySource = "SapBwSource"
1858
1859 TypeSapCloudForCustomerSource TypeBasicCopySource = "SapCloudForCustomerSource"
1860
1861 TypeSapEccSource TypeBasicCopySource = "SapEccSource"
1862
1863 TypeSapHanaSource TypeBasicCopySource = "SapHanaSource"
1864
1865 TypeSapOpenHubSource TypeBasicCopySource = "SapOpenHubSource"
1866
1867 TypeSapTableSource TypeBasicCopySource = "SapTableSource"
1868
1869 TypeServiceNowSource TypeBasicCopySource = "ServiceNowSource"
1870
1871 TypeShopifySource TypeBasicCopySource = "ShopifySource"
1872
1873 TypeSparkSource TypeBasicCopySource = "SparkSource"
1874
1875 TypeSQLDWSource TypeBasicCopySource = "SqlDWSource"
1876
1877 TypeSQLMISource TypeBasicCopySource = "SqlMISource"
1878
1879 TypeSQLServerSource TypeBasicCopySource = "SqlServerSource"
1880
1881 TypeSQLSource TypeBasicCopySource = "SqlSource"
1882
1883 TypeSquareSource TypeBasicCopySource = "SquareSource"
1884
1885 TypeSybaseSource TypeBasicCopySource = "SybaseSource"
1886
1887 TypeTabularSource TypeBasicCopySource = "TabularSource"
1888
1889 TypeTeradataSource TypeBasicCopySource = "TeradataSource"
1890
1891 TypeVerticaSource TypeBasicCopySource = "VerticaSource"
1892
1893 TypeWebSource TypeBasicCopySource = "WebSource"
1894
1895 TypeXeroSource TypeBasicCopySource = "XeroSource"
1896
1897 TypeZohoSource TypeBasicCopySource = "ZohoSource"
1898 )
1899
1900
1901 func PossibleTypeBasicCopySourceValues() []TypeBasicCopySource {
1902 return []TypeBasicCopySource{TypeAmazonMWSSource, TypeAmazonRedshiftSource, TypeAvroSource, TypeAzureBlobFSSource, TypeAzureDataExplorerSource, TypeAzureDataLakeStoreSource, TypeAzureMariaDBSource, TypeAzureMySQLSource, TypeAzurePostgreSQLSource, TypeAzureSQLSource, TypeAzureTableSource, TypeBinarySource, TypeBlobSource, TypeCassandraSource, TypeCommonDataServiceForAppsSource, TypeConcurSource, TypeCopySource, TypeCosmosDbMongoDbAPISource, TypeCosmosDbSQLAPISource, TypeCouchbaseSource, TypeDb2Source, TypeDelimitedTextSource, TypeDocumentDbCollectionSource, TypeDrillSource, TypeDynamicsAXSource, TypeDynamicsCrmSource, TypeDynamicsSource, TypeEloquaSource, TypeFileSystemSource, TypeGoogleAdWordsSource, TypeGoogleBigQuerySource, TypeGreenplumSource, TypeHBaseSource, TypeHdfsSource, TypeHiveSource, TypeHTTPSource, TypeHubspotSource, TypeImpalaSource, TypeInformixSource, TypeJiraSource, TypeJSONSource, TypeMagentoSource, TypeMariaDBSource, TypeMarketoSource, TypeMicrosoftAccessSource, TypeMongoDbSource, TypeMongoDbV2Source, TypeMySQLSource, TypeNetezzaSource, TypeODataSource, TypeOdbcSource, TypeOffice365Source, TypeOracleServiceCloudSource, TypeOracleSource, TypeOrcSource, TypeParquetSource, TypePaypalSource, TypePhoenixSource, TypePostgreSQLSource, TypePrestoSource, TypeQuickBooksSource, TypeRelationalSource, TypeResponsysSource, TypeRestSource, TypeSalesforceMarketingCloudSource, TypeSalesforceServiceCloudSource, TypeSalesforceSource, TypeSapBwSource, TypeSapCloudForCustomerSource, TypeSapEccSource, TypeSapHanaSource, TypeSapOpenHubSource, TypeSapTableSource, TypeServiceNowSource, TypeShopifySource, TypeSparkSource, TypeSQLDWSource, TypeSQLMISource, TypeSQLServerSource, TypeSQLSource, TypeSquareSource, TypeSybaseSource, TypeTabularSource, TypeTeradataSource, TypeVerticaSource, TypeWebSource, TypeXeroSource, TypeZohoSource}
1903 }
1904
1905
1906 type TypeBasicCopyTranslator string
1907
1908 const (
1909
1910 TypeCopyTranslator TypeBasicCopyTranslator = "CopyTranslator"
1911
1912 TypeTabularTranslator TypeBasicCopyTranslator = "TabularTranslator"
1913 )
1914
1915
1916 func PossibleTypeBasicCopyTranslatorValues() []TypeBasicCopyTranslator {
1917 return []TypeBasicCopyTranslator{TypeCopyTranslator, TypeTabularTranslator}
1918 }
1919
1920
1921 type TypeBasicCustomSetupBase string
1922
1923 const (
1924
1925 TypeCmdkeySetup TypeBasicCustomSetupBase = "CmdkeySetup"
1926
1927 TypeComponentSetup TypeBasicCustomSetupBase = "ComponentSetup"
1928
1929 TypeCustomSetupBase TypeBasicCustomSetupBase = "CustomSetupBase"
1930
1931 TypeEnvironmentVariableSetup TypeBasicCustomSetupBase = "EnvironmentVariableSetup"
1932 )
1933
1934
1935 func PossibleTypeBasicCustomSetupBaseValues() []TypeBasicCustomSetupBase {
1936 return []TypeBasicCustomSetupBase{TypeCmdkeySetup, TypeComponentSetup, TypeCustomSetupBase, TypeEnvironmentVariableSetup}
1937 }
1938
1939
1940 type TypeBasicDataFlow string
1941
1942 const (
1943
1944 TypeDataFlow TypeBasicDataFlow = "DataFlow"
1945
1946 TypeMappingDataFlow TypeBasicDataFlow = "MappingDataFlow"
1947 )
1948
1949
1950 func PossibleTypeBasicDataFlowValues() []TypeBasicDataFlow {
1951 return []TypeBasicDataFlow{TypeDataFlow, TypeMappingDataFlow}
1952 }
1953
1954
1955 type TypeBasicDataset string
1956
1957 const (
1958
1959 TypeAmazonMWSObject TypeBasicDataset = "AmazonMWSObject"
1960
1961 TypeAmazonRedshiftTable TypeBasicDataset = "AmazonRedshiftTable"
1962
1963 TypeAvro TypeBasicDataset = "Avro"
1964
1965 TypeAzureDataExplorerTable TypeBasicDataset = "AzureDataExplorerTable"
1966
1967 TypeAzureMariaDBTable TypeBasicDataset = "AzureMariaDBTable"
1968
1969 TypeAzureMySQLTable TypeBasicDataset = "AzureMySqlTable"
1970
1971 TypeAzurePostgreSQLTable TypeBasicDataset = "AzurePostgreSqlTable"
1972
1973 TypeAzureSearchIndex TypeBasicDataset = "AzureSearchIndex"
1974
1975 TypeAzureSQLDWTable TypeBasicDataset = "AzureSqlDWTable"
1976
1977 TypeAzureSQLMITable TypeBasicDataset = "AzureSqlMITable"
1978
1979 TypeAzureSQLTable TypeBasicDataset = "AzureSqlTable"
1980
1981 TypeAzureTable TypeBasicDataset = "AzureTable"
1982
1983 TypeBinary TypeBasicDataset = "Binary"
1984
1985 TypeCassandraTable TypeBasicDataset = "CassandraTable"
1986
1987 TypeCommonDataServiceForAppsEntity TypeBasicDataset = "CommonDataServiceForAppsEntity"
1988
1989 TypeConcurObject TypeBasicDataset = "ConcurObject"
1990
1991 TypeCosmosDbMongoDbAPICollection TypeBasicDataset = "CosmosDbMongoDbApiCollection"
1992
1993 TypeCosmosDbSQLAPICollection TypeBasicDataset = "CosmosDbSqlApiCollection"
1994
1995 TypeCouchbaseTable TypeBasicDataset = "CouchbaseTable"
1996
1997 TypeCustomDataset TypeBasicDataset = "CustomDataset"
1998
1999 TypeDataset TypeBasicDataset = "Dataset"
2000
2001 TypeDb2Table TypeBasicDataset = "Db2Table"
2002
2003 TypeDelimitedText TypeBasicDataset = "DelimitedText"
2004
2005 TypeDocumentDbCollection TypeBasicDataset = "DocumentDbCollection"
2006
2007 TypeDrillTable TypeBasicDataset = "DrillTable"
2008
2009 TypeDynamicsAXResource TypeBasicDataset = "DynamicsAXResource"
2010
2011 TypeDynamicsCrmEntity TypeBasicDataset = "DynamicsCrmEntity"
2012
2013 TypeDynamicsEntity TypeBasicDataset = "DynamicsEntity"
2014
2015 TypeEloquaObject TypeBasicDataset = "EloquaObject"
2016
2017 TypeGoogleAdWordsObject TypeBasicDataset = "GoogleAdWordsObject"
2018
2019 TypeGoogleBigQueryObject TypeBasicDataset = "GoogleBigQueryObject"
2020
2021 TypeGreenplumTable TypeBasicDataset = "GreenplumTable"
2022
2023 TypeHBaseObject TypeBasicDataset = "HBaseObject"
2024
2025 TypeHiveObject TypeBasicDataset = "HiveObject"
2026
2027 TypeHubspotObject TypeBasicDataset = "HubspotObject"
2028
2029 TypeImpalaObject TypeBasicDataset = "ImpalaObject"
2030
2031 TypeInformixTable TypeBasicDataset = "InformixTable"
2032
2033 TypeJiraObject TypeBasicDataset = "JiraObject"
2034
2035 TypeJSON TypeBasicDataset = "Json"
2036
2037 TypeMagentoObject TypeBasicDataset = "MagentoObject"
2038
2039 TypeMariaDBTable TypeBasicDataset = "MariaDBTable"
2040
2041 TypeMarketoObject TypeBasicDataset = "MarketoObject"
2042
2043 TypeMicrosoftAccessTable TypeBasicDataset = "MicrosoftAccessTable"
2044
2045 TypeMongoDbCollection TypeBasicDataset = "MongoDbCollection"
2046
2047 TypeMongoDbV2Collection TypeBasicDataset = "MongoDbV2Collection"
2048
2049 TypeMySQLTable TypeBasicDataset = "MySqlTable"
2050
2051 TypeNetezzaTable TypeBasicDataset = "NetezzaTable"
2052
2053 TypeODataResource TypeBasicDataset = "ODataResource"
2054
2055 TypeOdbcTable TypeBasicDataset = "OdbcTable"
2056
2057 TypeOffice365Table TypeBasicDataset = "Office365Table"
2058
2059 TypeOracleServiceCloudObject TypeBasicDataset = "OracleServiceCloudObject"
2060
2061 TypeOracleTable TypeBasicDataset = "OracleTable"
2062
2063 TypeOrc TypeBasicDataset = "Orc"
2064
2065 TypeParquet TypeBasicDataset = "Parquet"
2066
2067 TypePaypalObject TypeBasicDataset = "PaypalObject"
2068
2069 TypePhoenixObject TypeBasicDataset = "PhoenixObject"
2070
2071 TypePostgreSQLTable TypeBasicDataset = "PostgreSqlTable"
2072
2073 TypePrestoObject TypeBasicDataset = "PrestoObject"
2074
2075 TypeQuickBooksObject TypeBasicDataset = "QuickBooksObject"
2076
2077 TypeRelationalTable TypeBasicDataset = "RelationalTable"
2078
2079 TypeResponsysObject TypeBasicDataset = "ResponsysObject"
2080
2081 TypeRestResource TypeBasicDataset = "RestResource"
2082
2083 TypeSalesforceMarketingCloudObject TypeBasicDataset = "SalesforceMarketingCloudObject"
2084
2085 TypeSalesforceObject TypeBasicDataset = "SalesforceObject"
2086
2087 TypeSalesforceServiceCloudObject TypeBasicDataset = "SalesforceServiceCloudObject"
2088
2089 TypeSapBwCube TypeBasicDataset = "SapBwCube"
2090
2091 TypeSapCloudForCustomerResource TypeBasicDataset = "SapCloudForCustomerResource"
2092
2093 TypeSapEccResource TypeBasicDataset = "SapEccResource"
2094
2095 TypeSapHanaTable TypeBasicDataset = "SapHanaTable"
2096
2097 TypeSapOpenHubTable TypeBasicDataset = "SapOpenHubTable"
2098
2099 TypeSapTableResource TypeBasicDataset = "SapTableResource"
2100
2101 TypeServiceNowObject TypeBasicDataset = "ServiceNowObject"
2102
2103 TypeShopifyObject TypeBasicDataset = "ShopifyObject"
2104
2105 TypeSparkObject TypeBasicDataset = "SparkObject"
2106
2107 TypeSQLServerTable TypeBasicDataset = "SqlServerTable"
2108
2109 TypeSquareObject TypeBasicDataset = "SquareObject"
2110
2111 TypeSybaseTable TypeBasicDataset = "SybaseTable"
2112
2113 TypeTeradataTable TypeBasicDataset = "TeradataTable"
2114
2115 TypeVerticaTable TypeBasicDataset = "VerticaTable"
2116
2117 TypeWebTable TypeBasicDataset = "WebTable"
2118
2119 TypeXeroObject TypeBasicDataset = "XeroObject"
2120
2121 TypeZohoObject TypeBasicDataset = "ZohoObject"
2122 )
2123
2124
2125 func PossibleTypeBasicDatasetValues() []TypeBasicDataset {
2126 return []TypeBasicDataset{TypeAmazonMWSObject, TypeAmazonRedshiftTable, TypeAvro, TypeAzureDataExplorerTable, TypeAzureMariaDBTable, TypeAzureMySQLTable, TypeAzurePostgreSQLTable, TypeAzureSearchIndex, TypeAzureSQLDWTable, TypeAzureSQLMITable, TypeAzureSQLTable, TypeAzureTable, TypeBinary, TypeCassandraTable, TypeCommonDataServiceForAppsEntity, TypeConcurObject, TypeCosmosDbMongoDbAPICollection, TypeCosmosDbSQLAPICollection, TypeCouchbaseTable, TypeCustomDataset, TypeDataset, TypeDb2Table, TypeDelimitedText, TypeDocumentDbCollection, TypeDrillTable, TypeDynamicsAXResource, TypeDynamicsCrmEntity, TypeDynamicsEntity, TypeEloquaObject, TypeGoogleAdWordsObject, TypeGoogleBigQueryObject, TypeGreenplumTable, TypeHBaseObject, TypeHiveObject, TypeHubspotObject, TypeImpalaObject, TypeInformixTable, TypeJiraObject, TypeJSON, TypeMagentoObject, TypeMariaDBTable, TypeMarketoObject, TypeMicrosoftAccessTable, TypeMongoDbCollection, TypeMongoDbV2Collection, TypeMySQLTable, TypeNetezzaTable, TypeODataResource, TypeOdbcTable, TypeOffice365Table, TypeOracleServiceCloudObject, TypeOracleTable, TypeOrc, TypeParquet, TypePaypalObject, TypePhoenixObject, TypePostgreSQLTable, TypePrestoObject, TypeQuickBooksObject, TypeRelationalTable, TypeResponsysObject, TypeRestResource, TypeSalesforceMarketingCloudObject, TypeSalesforceObject, TypeSalesforceServiceCloudObject, TypeSapBwCube, TypeSapCloudForCustomerResource, TypeSapEccResource, TypeSapHanaTable, TypeSapOpenHubTable, TypeSapTableResource, TypeServiceNowObject, TypeShopifyObject, TypeSparkObject, TypeSQLServerTable, TypeSquareObject, TypeSybaseTable, TypeTeradataTable, TypeVerticaTable, TypeWebTable, TypeXeroObject, TypeZohoObject}
2127 }
2128
2129
2130 type TypeBasicDatasetCompression string
2131
2132 const (
2133
2134 TypeBZip2 TypeBasicDatasetCompression = "BZip2"
2135
2136 TypeDatasetCompression TypeBasicDatasetCompression = "DatasetCompression"
2137
2138 TypeDeflate TypeBasicDatasetCompression = "Deflate"
2139
2140 TypeGZip TypeBasicDatasetCompression = "GZip"
2141
2142 TypeZipDeflate TypeBasicDatasetCompression = "ZipDeflate"
2143 )
2144
2145
2146 func PossibleTypeBasicDatasetCompressionValues() []TypeBasicDatasetCompression {
2147 return []TypeBasicDatasetCompression{TypeBZip2, TypeDatasetCompression, TypeDeflate, TypeGZip, TypeZipDeflate}
2148 }
2149
2150
2151 type TypeBasicDatasetLocation string
2152
2153 const (
2154
2155 TypeAmazonS3Location TypeBasicDatasetLocation = "AmazonS3Location"
2156
2157 TypeAzureBlobFSLocation TypeBasicDatasetLocation = "AzureBlobFSLocation"
2158
2159 TypeAzureBlobStorageLocation TypeBasicDatasetLocation = "AzureBlobStorageLocation"
2160
2161 TypeAzureDataLakeStoreLocation TypeBasicDatasetLocation = "AzureDataLakeStoreLocation"
2162
2163 TypeAzureFileStorageLocation TypeBasicDatasetLocation = "AzureFileStorageLocation"
2164
2165 TypeDatasetLocation TypeBasicDatasetLocation = "DatasetLocation"
2166
2167 TypeFileServerLocation TypeBasicDatasetLocation = "FileServerLocation"
2168
2169 TypeFtpServerLocation TypeBasicDatasetLocation = "FtpServerLocation"
2170
2171 TypeGoogleCloudStorageLocation TypeBasicDatasetLocation = "GoogleCloudStorageLocation"
2172
2173 TypeHdfsLocation TypeBasicDatasetLocation = "HdfsLocation"
2174
2175 TypeHTTPServerLocation TypeBasicDatasetLocation = "HttpServerLocation"
2176
2177 TypeSftpLocation TypeBasicDatasetLocation = "SftpLocation"
2178 )
2179
2180
2181 func PossibleTypeBasicDatasetLocationValues() []TypeBasicDatasetLocation {
2182 return []TypeBasicDatasetLocation{TypeAmazonS3Location, TypeAzureBlobFSLocation, TypeAzureBlobStorageLocation, TypeAzureDataLakeStoreLocation, TypeAzureFileStorageLocation, TypeDatasetLocation, TypeFileServerLocation, TypeFtpServerLocation, TypeGoogleCloudStorageLocation, TypeHdfsLocation, TypeHTTPServerLocation, TypeSftpLocation}
2183 }
2184
2185
2186 type TypeBasicDatasetStorageFormat string
2187
2188 const (
2189
2190 TypeAvroFormat TypeBasicDatasetStorageFormat = "AvroFormat"
2191
2192 TypeDatasetStorageFormat TypeBasicDatasetStorageFormat = "DatasetStorageFormat"
2193
2194 TypeJSONFormat TypeBasicDatasetStorageFormat = "JsonFormat"
2195
2196 TypeOrcFormat TypeBasicDatasetStorageFormat = "OrcFormat"
2197
2198 TypeParquetFormat TypeBasicDatasetStorageFormat = "ParquetFormat"
2199
2200 TypeTextFormat TypeBasicDatasetStorageFormat = "TextFormat"
2201 )
2202
2203
2204 func PossibleTypeBasicDatasetStorageFormatValues() []TypeBasicDatasetStorageFormat {
2205 return []TypeBasicDatasetStorageFormat{TypeAvroFormat, TypeDatasetStorageFormat, TypeJSONFormat, TypeOrcFormat, TypeParquetFormat, TypeTextFormat}
2206 }
2207
2208
2209 type TypeBasicDependencyReference string
2210
2211 const (
2212
2213 TypeDependencyReference TypeBasicDependencyReference = "DependencyReference"
2214
2215 TypeSelfDependencyTumblingWindowTriggerReference TypeBasicDependencyReference = "SelfDependencyTumblingWindowTriggerReference"
2216
2217 TypeTriggerDependencyReference TypeBasicDependencyReference = "TriggerDependencyReference"
2218
2219 TypeTumblingWindowTriggerDependencyReference TypeBasicDependencyReference = "TumblingWindowTriggerDependencyReference"
2220 )
2221
2222
2223 func PossibleTypeBasicDependencyReferenceValues() []TypeBasicDependencyReference {
2224 return []TypeBasicDependencyReference{TypeDependencyReference, TypeSelfDependencyTumblingWindowTriggerReference, TypeTriggerDependencyReference, TypeTumblingWindowTriggerDependencyReference}
2225 }
2226
2227
2228 type TypeBasicFormatReadSettings string
2229
2230 const (
2231
2232 TypeDelimitedTextReadSettings TypeBasicFormatReadSettings = "DelimitedTextReadSettings"
2233
2234 TypeFormatReadSettings TypeBasicFormatReadSettings = "FormatReadSettings"
2235 )
2236
2237
2238 func PossibleTypeBasicFormatReadSettingsValues() []TypeBasicFormatReadSettings {
2239 return []TypeBasicFormatReadSettings{TypeDelimitedTextReadSettings, TypeFormatReadSettings}
2240 }
2241
2242
2243 type TypeBasicFormatWriteSettings string
2244
2245 const (
2246
2247 TypeAvroWriteSettings TypeBasicFormatWriteSettings = "AvroWriteSettings"
2248
2249 TypeDelimitedTextWriteSettings TypeBasicFormatWriteSettings = "DelimitedTextWriteSettings"
2250
2251 TypeFormatWriteSettings TypeBasicFormatWriteSettings = "FormatWriteSettings"
2252
2253 TypeJSONWriteSettings TypeBasicFormatWriteSettings = "JsonWriteSettings"
2254 )
2255
2256
2257 func PossibleTypeBasicFormatWriteSettingsValues() []TypeBasicFormatWriteSettings {
2258 return []TypeBasicFormatWriteSettings{TypeAvroWriteSettings, TypeDelimitedTextWriteSettings, TypeFormatWriteSettings, TypeJSONWriteSettings}
2259 }
2260
2261
2262 type TypeBasicIntegrationRuntime string
2263
2264 const (
2265
2266 TypeIntegrationRuntime TypeBasicIntegrationRuntime = "IntegrationRuntime"
2267
2268 TypeManaged TypeBasicIntegrationRuntime = "Managed"
2269
2270 TypeSelfHosted TypeBasicIntegrationRuntime = "SelfHosted"
2271 )
2272
2273
2274 func PossibleTypeBasicIntegrationRuntimeValues() []TypeBasicIntegrationRuntime {
2275 return []TypeBasicIntegrationRuntime{TypeIntegrationRuntime, TypeManaged, TypeSelfHosted}
2276 }
2277
2278
2279 type TypeBasicLinkedService string
2280
2281 const (
2282
2283 TypeAmazonMWS TypeBasicLinkedService = "AmazonMWS"
2284
2285 TypeAmazonRedshift TypeBasicLinkedService = "AmazonRedshift"
2286
2287 TypeAmazonS3 TypeBasicLinkedService = "AmazonS3"
2288
2289 TypeAzureBatch TypeBasicLinkedService = "AzureBatch"
2290
2291 TypeAzureBlobFS TypeBasicLinkedService = "AzureBlobFS"
2292
2293 TypeAzureBlobStorage TypeBasicLinkedService = "AzureBlobStorage"
2294
2295 TypeAzureDatabricks TypeBasicLinkedService = "AzureDatabricks"
2296
2297 TypeAzureDataExplorer TypeBasicLinkedService = "AzureDataExplorer"
2298
2299 TypeAzureDataLakeAnalytics TypeBasicLinkedService = "AzureDataLakeAnalytics"
2300
2301 TypeAzureDataLakeStore TypeBasicLinkedService = "AzureDataLakeStore"
2302
2303 TypeAzureFileStorage TypeBasicLinkedService = "AzureFileStorage"
2304
2305 TypeAzureFunction TypeBasicLinkedService = "AzureFunction"
2306
2307 TypeAzureKeyVault TypeBasicLinkedService = "AzureKeyVault"
2308
2309 TypeAzureMariaDB TypeBasicLinkedService = "AzureMariaDB"
2310
2311 TypeAzureML TypeBasicLinkedService = "AzureML"
2312
2313 TypeAzureMLService TypeBasicLinkedService = "AzureMLService"
2314
2315 TypeAzureMySQL TypeBasicLinkedService = "AzureMySql"
2316
2317 TypeAzurePostgreSQL TypeBasicLinkedService = "AzurePostgreSql"
2318
2319 TypeAzureSearch TypeBasicLinkedService = "AzureSearch"
2320
2321 TypeAzureSQLDatabase TypeBasicLinkedService = "AzureSqlDatabase"
2322
2323 TypeAzureSQLDW TypeBasicLinkedService = "AzureSqlDW"
2324
2325 TypeAzureSQLMI TypeBasicLinkedService = "AzureSqlMI"
2326
2327 TypeAzureStorage TypeBasicLinkedService = "AzureStorage"
2328
2329 TypeAzureTableStorage TypeBasicLinkedService = "AzureTableStorage"
2330
2331 TypeCassandra TypeBasicLinkedService = "Cassandra"
2332
2333 TypeCommonDataServiceForApps TypeBasicLinkedService = "CommonDataServiceForApps"
2334
2335 TypeConcur TypeBasicLinkedService = "Concur"
2336
2337 TypeCosmosDb TypeBasicLinkedService = "CosmosDb"
2338
2339 TypeCosmosDbMongoDbAPI TypeBasicLinkedService = "CosmosDbMongoDbApi"
2340
2341 TypeCouchbase TypeBasicLinkedService = "Couchbase"
2342
2343 TypeCustomDataSource TypeBasicLinkedService = "CustomDataSource"
2344
2345 TypeDb2 TypeBasicLinkedService = "Db2"
2346
2347 TypeDrill TypeBasicLinkedService = "Drill"
2348
2349 TypeDynamics TypeBasicLinkedService = "Dynamics"
2350
2351 TypeDynamicsAX TypeBasicLinkedService = "DynamicsAX"
2352
2353 TypeDynamicsCrm TypeBasicLinkedService = "DynamicsCrm"
2354
2355 TypeEloqua TypeBasicLinkedService = "Eloqua"
2356
2357 TypeFileServer TypeBasicLinkedService = "FileServer"
2358
2359 TypeFtpServer TypeBasicLinkedService = "FtpServer"
2360
2361 TypeGoogleAdWords TypeBasicLinkedService = "GoogleAdWords"
2362
2363 TypeGoogleBigQuery TypeBasicLinkedService = "GoogleBigQuery"
2364
2365 TypeGoogleCloudStorage TypeBasicLinkedService = "GoogleCloudStorage"
2366
2367 TypeGreenplum TypeBasicLinkedService = "Greenplum"
2368
2369 TypeHBase TypeBasicLinkedService = "HBase"
2370
2371 TypeHdfs TypeBasicLinkedService = "Hdfs"
2372
2373 TypeHDInsight TypeBasicLinkedService = "HDInsight"
2374
2375 TypeHDInsightOnDemand TypeBasicLinkedService = "HDInsightOnDemand"
2376
2377 TypeHive TypeBasicLinkedService = "Hive"
2378
2379 TypeHTTPServer TypeBasicLinkedService = "HttpServer"
2380
2381 TypeHubspot TypeBasicLinkedService = "Hubspot"
2382
2383 TypeImpala TypeBasicLinkedService = "Impala"
2384
2385 TypeInformix TypeBasicLinkedService = "Informix"
2386
2387 TypeJira TypeBasicLinkedService = "Jira"
2388
2389 TypeLinkedService TypeBasicLinkedService = "LinkedService"
2390
2391 TypeMagento TypeBasicLinkedService = "Magento"
2392
2393 TypeMariaDB TypeBasicLinkedService = "MariaDB"
2394
2395 TypeMarketo TypeBasicLinkedService = "Marketo"
2396
2397 TypeMicrosoftAccess TypeBasicLinkedService = "MicrosoftAccess"
2398
2399 TypeMongoDb TypeBasicLinkedService = "MongoDb"
2400
2401 TypeMongoDbV2 TypeBasicLinkedService = "MongoDbV2"
2402
2403 TypeMySQL TypeBasicLinkedService = "MySql"
2404
2405 TypeNetezza TypeBasicLinkedService = "Netezza"
2406
2407 TypeOData TypeBasicLinkedService = "OData"
2408
2409 TypeOdbc TypeBasicLinkedService = "Odbc"
2410
2411 TypeOffice365 TypeBasicLinkedService = "Office365"
2412
2413 TypeOracle TypeBasicLinkedService = "Oracle"
2414
2415 TypeOracleServiceCloud TypeBasicLinkedService = "OracleServiceCloud"
2416
2417 TypePaypal TypeBasicLinkedService = "Paypal"
2418
2419 TypePhoenix TypeBasicLinkedService = "Phoenix"
2420
2421 TypePostgreSQL TypeBasicLinkedService = "PostgreSql"
2422
2423 TypePresto TypeBasicLinkedService = "Presto"
2424
2425 TypeQuickBooks TypeBasicLinkedService = "QuickBooks"
2426
2427 TypeResponsys TypeBasicLinkedService = "Responsys"
2428
2429 TypeRestService TypeBasicLinkedService = "RestService"
2430
2431 TypeSalesforce TypeBasicLinkedService = "Salesforce"
2432
2433 TypeSalesforceMarketingCloud TypeBasicLinkedService = "SalesforceMarketingCloud"
2434
2435 TypeSalesforceServiceCloud TypeBasicLinkedService = "SalesforceServiceCloud"
2436
2437 TypeSapBW TypeBasicLinkedService = "SapBW"
2438
2439 TypeSapCloudForCustomer TypeBasicLinkedService = "SapCloudForCustomer"
2440
2441 TypeSapEcc TypeBasicLinkedService = "SapEcc"
2442
2443 TypeSapHana TypeBasicLinkedService = "SapHana"
2444
2445 TypeSapOpenHub TypeBasicLinkedService = "SapOpenHub"
2446
2447 TypeSapTable TypeBasicLinkedService = "SapTable"
2448
2449 TypeServiceNow TypeBasicLinkedService = "ServiceNow"
2450
2451 TypeSftp TypeBasicLinkedService = "Sftp"
2452
2453 TypeShopify TypeBasicLinkedService = "Shopify"
2454
2455 TypeSpark TypeBasicLinkedService = "Spark"
2456
2457 TypeSQLServer TypeBasicLinkedService = "SqlServer"
2458
2459 TypeSquare TypeBasicLinkedService = "Square"
2460
2461 TypeSybase TypeBasicLinkedService = "Sybase"
2462
2463 TypeTeradata TypeBasicLinkedService = "Teradata"
2464
2465 TypeVertica TypeBasicLinkedService = "Vertica"
2466
2467 TypeWeb TypeBasicLinkedService = "Web"
2468
2469 TypeXero TypeBasicLinkedService = "Xero"
2470
2471 TypeZoho TypeBasicLinkedService = "Zoho"
2472 )
2473
2474
2475 func PossibleTypeBasicLinkedServiceValues() []TypeBasicLinkedService {
2476 return []TypeBasicLinkedService{TypeAmazonMWS, TypeAmazonRedshift, TypeAmazonS3, TypeAzureBatch, TypeAzureBlobFS, TypeAzureBlobStorage, TypeAzureDatabricks, TypeAzureDataExplorer, TypeAzureDataLakeAnalytics, TypeAzureDataLakeStore, TypeAzureFileStorage, TypeAzureFunction, TypeAzureKeyVault, TypeAzureMariaDB, TypeAzureML, TypeAzureMLService, TypeAzureMySQL, TypeAzurePostgreSQL, TypeAzureSearch, TypeAzureSQLDatabase, TypeAzureSQLDW, TypeAzureSQLMI, TypeAzureStorage, TypeAzureTableStorage, TypeCassandra, TypeCommonDataServiceForApps, TypeConcur, TypeCosmosDb, TypeCosmosDbMongoDbAPI, TypeCouchbase, TypeCustomDataSource, TypeDb2, TypeDrill, TypeDynamics, TypeDynamicsAX, TypeDynamicsCrm, TypeEloqua, TypeFileServer, TypeFtpServer, TypeGoogleAdWords, TypeGoogleBigQuery, TypeGoogleCloudStorage, TypeGreenplum, TypeHBase, TypeHdfs, TypeHDInsight, TypeHDInsightOnDemand, TypeHive, TypeHTTPServer, TypeHubspot, TypeImpala, TypeInformix, TypeJira, TypeLinkedService, TypeMagento, TypeMariaDB, TypeMarketo, TypeMicrosoftAccess, TypeMongoDb, TypeMongoDbV2, TypeMySQL, TypeNetezza, TypeOData, TypeOdbc, TypeOffice365, TypeOracle, TypeOracleServiceCloud, TypePaypal, TypePhoenix, TypePostgreSQL, TypePresto, TypeQuickBooks, TypeResponsys, TypeRestService, TypeSalesforce, TypeSalesforceMarketingCloud, TypeSalesforceServiceCloud, TypeSapBW, TypeSapCloudForCustomer, TypeSapEcc, TypeSapHana, TypeSapOpenHub, TypeSapTable, TypeServiceNow, TypeSftp, TypeShopify, TypeSpark, TypeSQLServer, TypeSquare, TypeSybase, TypeTeradata, TypeVertica, TypeWeb, TypeXero, TypeZoho}
2477 }
2478
2479
2480 type TypeBasicStoreReadSettings string
2481
2482 const (
2483
2484 TypeAmazonS3ReadSettings TypeBasicStoreReadSettings = "AmazonS3ReadSettings"
2485
2486 TypeAzureBlobFSReadSettings TypeBasicStoreReadSettings = "AzureBlobFSReadSettings"
2487
2488 TypeAzureBlobStorageReadSettings TypeBasicStoreReadSettings = "AzureBlobStorageReadSettings"
2489
2490 TypeAzureDataLakeStoreReadSettings TypeBasicStoreReadSettings = "AzureDataLakeStoreReadSettings"
2491
2492 TypeAzureFileStorageReadSettings TypeBasicStoreReadSettings = "AzureFileStorageReadSettings"
2493
2494 TypeFileServerReadSettings TypeBasicStoreReadSettings = "FileServerReadSettings"
2495
2496 TypeFtpReadSettings TypeBasicStoreReadSettings = "FtpReadSettings"
2497
2498 TypeGoogleCloudStorageReadSettings TypeBasicStoreReadSettings = "GoogleCloudStorageReadSettings"
2499
2500 TypeHdfsReadSettings TypeBasicStoreReadSettings = "HdfsReadSettings"
2501
2502 TypeHTTPReadSettings TypeBasicStoreReadSettings = "HttpReadSettings"
2503
2504 TypeSftpReadSettings TypeBasicStoreReadSettings = "SftpReadSettings"
2505
2506 TypeStoreReadSettings TypeBasicStoreReadSettings = "StoreReadSettings"
2507 )
2508
2509
2510 func PossibleTypeBasicStoreReadSettingsValues() []TypeBasicStoreReadSettings {
2511 return []TypeBasicStoreReadSettings{TypeAmazonS3ReadSettings, TypeAzureBlobFSReadSettings, TypeAzureBlobStorageReadSettings, TypeAzureDataLakeStoreReadSettings, TypeAzureFileStorageReadSettings, TypeFileServerReadSettings, TypeFtpReadSettings, TypeGoogleCloudStorageReadSettings, TypeHdfsReadSettings, TypeHTTPReadSettings, TypeSftpReadSettings, TypeStoreReadSettings}
2512 }
2513
2514
2515 type TypeBasicStoreWriteSettings string
2516
2517 const (
2518
2519 TypeAzureBlobFSWriteSettings TypeBasicStoreWriteSettings = "AzureBlobFSWriteSettings"
2520
2521 TypeAzureBlobStorageWriteSettings TypeBasicStoreWriteSettings = "AzureBlobStorageWriteSettings"
2522
2523 TypeAzureDataLakeStoreWriteSettings TypeBasicStoreWriteSettings = "AzureDataLakeStoreWriteSettings"
2524
2525 TypeFileServerWriteSettings TypeBasicStoreWriteSettings = "FileServerWriteSettings"
2526
2527 TypeSftpWriteSettings TypeBasicStoreWriteSettings = "SftpWriteSettings"
2528
2529 TypeStoreWriteSettings TypeBasicStoreWriteSettings = "StoreWriteSettings"
2530 )
2531
2532
2533 func PossibleTypeBasicStoreWriteSettingsValues() []TypeBasicStoreWriteSettings {
2534 return []TypeBasicStoreWriteSettings{TypeAzureBlobFSWriteSettings, TypeAzureBlobStorageWriteSettings, TypeAzureDataLakeStoreWriteSettings, TypeFileServerWriteSettings, TypeSftpWriteSettings, TypeStoreWriteSettings}
2535 }
2536
2537
2538 type TypeBasicTrigger string
2539
2540 const (
2541
2542 TypeBlobEventsTrigger TypeBasicTrigger = "BlobEventsTrigger"
2543
2544 TypeBlobTrigger TypeBasicTrigger = "BlobTrigger"
2545
2546 TypeChainingTrigger TypeBasicTrigger = "ChainingTrigger"
2547
2548 TypeMultiplePipelineTrigger TypeBasicTrigger = "MultiplePipelineTrigger"
2549
2550 TypeRerunTumblingWindowTrigger TypeBasicTrigger = "RerunTumblingWindowTrigger"
2551
2552 TypeScheduleTrigger TypeBasicTrigger = "ScheduleTrigger"
2553
2554 TypeTrigger TypeBasicTrigger = "Trigger"
2555
2556 TypeTumblingWindowTrigger TypeBasicTrigger = "TumblingWindowTrigger"
2557 )
2558
2559
2560 func PossibleTypeBasicTriggerValues() []TypeBasicTrigger {
2561 return []TypeBasicTrigger{TypeBlobEventsTrigger, TypeBlobTrigger, TypeChainingTrigger, TypeMultiplePipelineTrigger, TypeRerunTumblingWindowTrigger, TypeScheduleTrigger, TypeTrigger, TypeTumblingWindowTrigger}
2562 }
2563
2564
2565 type VariableType string
2566
2567 const (
2568
2569 VariableTypeArray VariableType = "Array"
2570
2571 VariableTypeBool VariableType = "Bool"
2572
2573 VariableTypeBoolean VariableType = "Boolean"
2574
2575 VariableTypeString VariableType = "String"
2576 )
2577
2578
2579 func PossibleVariableTypeValues() []VariableType {
2580 return []VariableType{VariableTypeArray, VariableTypeBool, VariableTypeBoolean, VariableTypeString}
2581 }
2582
2583
2584 type WebActivityMethod string
2585
2586 const (
2587
2588 WebActivityMethodDELETE WebActivityMethod = "DELETE"
2589
2590 WebActivityMethodGET WebActivityMethod = "GET"
2591
2592 WebActivityMethodPOST WebActivityMethod = "POST"
2593
2594 WebActivityMethodPUT WebActivityMethod = "PUT"
2595 )
2596
2597
2598 func PossibleWebActivityMethodValues() []WebActivityMethod {
2599 return []WebActivityMethod{WebActivityMethodDELETE, WebActivityMethodGET, WebActivityMethodPOST, WebActivityMethodPUT}
2600 }
2601
2602
2603 type WebHookActivityMethod string
2604
2605 const (
2606
2607 WebHookActivityMethodPOST WebHookActivityMethod = "POST"
2608 )
2609
2610
2611 func PossibleWebHookActivityMethodValues() []WebHookActivityMethod {
2612 return []WebHookActivityMethod{WebHookActivityMethodPOST}
2613 }
2614
View as plain text