streamanalytics

package
v64.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultBaseURI = original.DefaultBaseURI
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type AggregateFunctionProperties

type AggregateFunctionProperties = original.AggregateFunctionProperties

type AuthenticationMode

type AuthenticationMode = original.AuthenticationMode
const (
	AuthenticationModeConnectionString AuthenticationMode = original.AuthenticationModeConnectionString
	AuthenticationModeMsi              AuthenticationMode = original.AuthenticationModeMsi
	AuthenticationModeUserToken        AuthenticationMode = original.AuthenticationModeUserToken
)

func PossibleAuthenticationModeValues

func PossibleAuthenticationModeValues() []AuthenticationMode

type AvroSerialization

type AvroSerialization = original.AvroSerialization

type AzureDataLakeStoreOutputDataSource

type AzureDataLakeStoreOutputDataSource = original.AzureDataLakeStoreOutputDataSource

type AzureFunctionOutputDataSource

type AzureFunctionOutputDataSource = original.AzureFunctionOutputDataSource

type AzureSQLDatabaseOutputDataSource

type AzureSQLDatabaseOutputDataSource = original.AzureSQLDatabaseOutputDataSource

type AzureSQLReferenceInputDataSource

type AzureSQLReferenceInputDataSource = original.AzureSQLReferenceInputDataSource

type AzureSynapseDataSourceProperties

type AzureSynapseDataSourceProperties = original.AzureSynapseDataSourceProperties

type AzureSynapseOutputDataSource

type AzureSynapseOutputDataSource = original.AzureSynapseOutputDataSource

type AzureTableOutputDataSource

type AzureTableOutputDataSource = original.AzureTableOutputDataSource

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type BasicFunctionBinding

type BasicFunctionBinding = original.BasicFunctionBinding

type BasicFunctionProperties

type BasicFunctionProperties = original.BasicFunctionProperties

type BasicInputProperties

type BasicInputProperties = original.BasicInputProperties

type BasicOutputDataSource

type BasicOutputDataSource = original.BasicOutputDataSource

type BasicReferenceInputDataSource

type BasicReferenceInputDataSource = original.BasicReferenceInputDataSource

type BasicSerialization

type BasicSerialization = original.BasicSerialization

type BasicStreamInputDataSource

type BasicStreamInputDataSource = original.BasicStreamInputDataSource

type BindingType

type BindingType = original.BindingType
const (
	BindingTypeFunctionRetrieveDefaultDefinitionParameters BindingType = original.BindingTypeFunctionRetrieveDefaultDefinitionParameters
	BindingTypeMicrosoftMachineLearningWebService          BindingType = original.BindingTypeMicrosoftMachineLearningWebService
	BindingTypeMicrosoftStreamAnalyticsJavascriptUdf       BindingType = original.BindingTypeMicrosoftStreamAnalyticsJavascriptUdf
)

func PossibleBindingTypeValues

func PossibleBindingTypeValues() []BindingType

type BlobDataSourceProperties

type BlobDataSourceProperties = original.BlobDataSourceProperties

type BlobOutputDataSource

type BlobOutputDataSource = original.BlobOutputDataSource

type BlobOutputDataSourceProperties

type BlobOutputDataSourceProperties = original.BlobOutputDataSourceProperties

type BlobReferenceInputDataSource

type BlobReferenceInputDataSource = original.BlobReferenceInputDataSource

type BlobStreamInputDataSource

type BlobStreamInputDataSource = original.BlobStreamInputDataSource

type Cluster

type Cluster = original.Cluster

type ClusterInfo

type ClusterInfo = original.ClusterInfo

type ClusterJob

type ClusterJob = original.ClusterJob

type ClusterJobListResult

type ClusterJobListResult = original.ClusterJobListResult

type ClusterListResult

type ClusterListResult = original.ClusterListResult

type ClusterListResultIterator

type ClusterListResultIterator = original.ClusterListResultIterator

type ClusterProperties

type ClusterProperties = original.ClusterProperties

type ClusterProvisioningState

type ClusterProvisioningState = original.ClusterProvisioningState

func PossibleClusterProvisioningStateValues

func PossibleClusterProvisioningStateValues() []ClusterProvisioningState

type ClusterSku

type ClusterSku = original.ClusterSku

type ClusterSkuName

type ClusterSkuName = original.ClusterSkuName
const (
	ClusterSkuNameDefault ClusterSkuName = original.ClusterSkuNameDefault
)

func PossibleClusterSkuNameValues

func PossibleClusterSkuNameValues() []ClusterSkuName

type ClustersClient

type ClustersClient = original.ClustersClient

func NewClustersClient

func NewClustersClient(subscriptionID string) ClustersClient

func NewClustersClientWithBaseURI

func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient

type ClustersCreateOrUpdateFuture

type ClustersCreateOrUpdateFuture = original.ClustersCreateOrUpdateFuture

type ClustersDeleteFuture

type ClustersDeleteFuture = original.ClustersDeleteFuture

type ClustersUpdateFuture

type ClustersUpdateFuture = original.ClustersUpdateFuture

type CompatibilityLevel

type CompatibilityLevel = original.CompatibilityLevel
const (
	CompatibilityLevelOneFullStopTwo  CompatibilityLevel = original.CompatibilityLevelOneFullStopTwo
	CompatibilityLevelOneFullStopZero CompatibilityLevel = original.CompatibilityLevelOneFullStopZero
)

func PossibleCompatibilityLevelValues

func PossibleCompatibilityLevelValues() []CompatibilityLevel

type Compression

type Compression = original.Compression

type CompressionType

type CompressionType = original.CompressionType
const (
	CompressionTypeDeflate CompressionType = original.CompressionTypeDeflate
	CompressionTypeGZip    CompressionType = original.CompressionTypeGZip
	CompressionTypeNone    CompressionType = original.CompressionTypeNone
)

func PossibleCompressionTypeValues

func PossibleCompressionTypeValues() []CompressionType

type ContentStoragePolicy

type ContentStoragePolicy = original.ContentStoragePolicy
const (
	ContentStoragePolicyJobStorageAccount ContentStoragePolicy = original.ContentStoragePolicyJobStorageAccount
	ContentStoragePolicySystemAccount     ContentStoragePolicy = original.ContentStoragePolicySystemAccount
)

func PossibleContentStoragePolicyValues

func PossibleContentStoragePolicyValues() []ContentStoragePolicy

type CsvSerialization

type CsvSerialization = original.CsvSerialization

type CsvSerializationProperties

type CsvSerializationProperties = original.CsvSerializationProperties

type DiagnosticCondition

type DiagnosticCondition = original.DiagnosticCondition

type Diagnostics

type Diagnostics = original.Diagnostics

type DocumentDbOutputDataSource

type DocumentDbOutputDataSource = original.DocumentDbOutputDataSource

type Encoding

type Encoding = original.Encoding
const (
	EncodingUTF8 Encoding = original.EncodingUTF8
)

func PossibleEncodingValues

func PossibleEncodingValues() []Encoding

type Error

type Error = original.Error

type ErrorDetails

type ErrorDetails = original.ErrorDetails

type ErrorError

type ErrorError = original.ErrorError

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type EventHubDataSourceProperties

type EventHubDataSourceProperties = original.EventHubDataSourceProperties

type EventHubOutputDataSource

type EventHubOutputDataSource = original.EventHubOutputDataSource

type EventHubOutputDataSourceProperties

type EventHubOutputDataSourceProperties = original.EventHubOutputDataSourceProperties

type EventHubStreamInputDataSource

type EventHubStreamInputDataSource = original.EventHubStreamInputDataSource

type EventHubV2OutputDataSource

type EventHubV2OutputDataSource = original.EventHubV2OutputDataSource

type EventHubV2StreamInputDataSource

type EventHubV2StreamInputDataSource = original.EventHubV2StreamInputDataSource

type EventSerializationType

type EventSerializationType = original.EventSerializationType

func PossibleEventSerializationTypeValues

func PossibleEventSerializationTypeValues() []EventSerializationType

type EventsOutOfOrderPolicy

type EventsOutOfOrderPolicy = original.EventsOutOfOrderPolicy
const (
	EventsOutOfOrderPolicyAdjust EventsOutOfOrderPolicy = original.EventsOutOfOrderPolicyAdjust
	EventsOutOfOrderPolicyDrop   EventsOutOfOrderPolicy = original.EventsOutOfOrderPolicyDrop
)

func PossibleEventsOutOfOrderPolicyValues

func PossibleEventsOutOfOrderPolicyValues() []EventsOutOfOrderPolicy

type Function

type Function = original.Function

type FunctionBinding

type FunctionBinding = original.FunctionBinding

type FunctionConfiguration

type FunctionConfiguration = original.FunctionConfiguration

type FunctionInput

type FunctionInput = original.FunctionInput

type FunctionListResult

type FunctionListResult = original.FunctionListResult

type FunctionListResultIterator

type FunctionListResultIterator = original.FunctionListResultIterator

type FunctionOutput

type FunctionOutput = original.FunctionOutput

type FunctionProperties

type FunctionProperties = original.FunctionProperties

type FunctionsClient

type FunctionsClient = original.FunctionsClient

func NewFunctionsClient

func NewFunctionsClient(subscriptionID string) FunctionsClient

func NewFunctionsClientWithBaseURI

func NewFunctionsClientWithBaseURI(baseURI string, subscriptionID string) FunctionsClient

type FunctionsTestFuture

type FunctionsTestFuture = original.FunctionsTestFuture

type Identity

type Identity = original.Identity

type Input

type Input = original.Input

type InputListResult

type InputListResult = original.InputListResult

type InputListResultIterator

type InputListResultIterator = original.InputListResultIterator

func NewInputListResultIterator

func NewInputListResultIterator(page InputListResultPage) InputListResultIterator

type InputListResultPage

type InputListResultPage = original.InputListResultPage

type InputProperties

type InputProperties = original.InputProperties

type InputsClient

type InputsClient = original.InputsClient

func NewInputsClient

func NewInputsClient(subscriptionID string) InputsClient

func NewInputsClientWithBaseURI

func NewInputsClientWithBaseURI(baseURI string, subscriptionID string) InputsClient

type InputsTestFuture

type InputsTestFuture = original.InputsTestFuture

type IoTHubStreamInputDataSource

type IoTHubStreamInputDataSource = original.IoTHubStreamInputDataSource

type JSONOutputSerializationFormat

type JSONOutputSerializationFormat = original.JSONOutputSerializationFormat

func PossibleJSONOutputSerializationFormatValues

func PossibleJSONOutputSerializationFormatValues() []JSONOutputSerializationFormat

type JSONSerialization

type JSONSerialization = original.JSONSerialization

type JSONSerializationProperties

type JSONSerializationProperties = original.JSONSerializationProperties

type JavaScriptFunctionBinding

type JavaScriptFunctionBinding = original.JavaScriptFunctionBinding

type JobState

type JobState = original.JobState
const (
	JobStateCreated    JobState = original.JobStateCreated
	JobStateDegraded   JobState = original.JobStateDegraded
	JobStateDeleting   JobState = original.JobStateDeleting
	JobStateFailed     JobState = original.JobStateFailed
	JobStateRestarting JobState = original.JobStateRestarting
	JobStateRunning    JobState = original.JobStateRunning
	JobStateScaling    JobState = original.JobStateScaling
	JobStateStarting   JobState = original.JobStateStarting
	JobStateStopped    JobState = original.JobStateStopped
	JobStateStopping   JobState = original.JobStateStopping
)

func PossibleJobStateValues

func PossibleJobStateValues() []JobState

type JobStorageAccount

type JobStorageAccount = original.JobStorageAccount

type JobType

type JobType = original.JobType
const (
	JobTypeCloud JobType = original.JobTypeCloud
	JobTypeEdge  JobType = original.JobTypeEdge
)

func PossibleJobTypeValues

func PossibleJobTypeValues() []JobType

type OAuthBasedDataSourceProperties

type OAuthBasedDataSourceProperties = original.OAuthBasedDataSourceProperties

type Operation

type Operation = original.Operation

type OperationDisplay

type OperationDisplay = original.OperationDisplay

type OperationListResult

type OperationListResult = original.OperationListResult

type OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Output

type Output = original.Output

type OutputDataSource

type OutputDataSource = original.OutputDataSource

type OutputErrorPolicy

type OutputErrorPolicy = original.OutputErrorPolicy
const (
	OutputErrorPolicyDrop OutputErrorPolicy = original.OutputErrorPolicyDrop
	OutputErrorPolicyStop OutputErrorPolicy = original.OutputErrorPolicyStop
)

func PossibleOutputErrorPolicyValues

func PossibleOutputErrorPolicyValues() []OutputErrorPolicy

type OutputListResult

type OutputListResult = original.OutputListResult

type OutputListResultIterator

type OutputListResultIterator = original.OutputListResultIterator

func NewOutputListResultIterator

func NewOutputListResultIterator(page OutputListResultPage) OutputListResultIterator

type OutputListResultPage

type OutputListResultPage = original.OutputListResultPage

type OutputProperties

type OutputProperties = original.OutputProperties

type OutputStartMode

type OutputStartMode = original.OutputStartMode
const (
	OutputStartModeCustomTime          OutputStartMode = original.OutputStartModeCustomTime
	OutputStartModeJobStartTime        OutputStartMode = original.OutputStartModeJobStartTime
	OutputStartModeLastOutputEventTime OutputStartMode = original.OutputStartModeLastOutputEventTime
)

func PossibleOutputStartModeValues

func PossibleOutputStartModeValues() []OutputStartMode

type OutputsClient

type OutputsClient = original.OutputsClient

func NewOutputsClient

func NewOutputsClient(subscriptionID string) OutputsClient

func NewOutputsClientWithBaseURI

func NewOutputsClientWithBaseURI(baseURI string, subscriptionID string) OutputsClient

type OutputsTestFuture

type OutputsTestFuture = original.OutputsTestFuture

type ParquetSerialization

type ParquetSerialization = original.ParquetSerialization

type PowerBIOutputDataSource

type PowerBIOutputDataSource = original.PowerBIOutputDataSource

type PowerBIOutputDataSourceProperties

type PowerBIOutputDataSourceProperties = original.PowerBIOutputDataSourceProperties

type PrivateEndpoint

type PrivateEndpoint = original.PrivateEndpoint

type PrivateEndpointListResult

type PrivateEndpointListResult = original.PrivateEndpointListResult

type PrivateEndpointProperties

type PrivateEndpointProperties = original.PrivateEndpointProperties

type PrivateEndpointsClient

type PrivateEndpointsClient = original.PrivateEndpointsClient

func NewPrivateEndpointsClient

func NewPrivateEndpointsClient(subscriptionID string) PrivateEndpointsClient

func NewPrivateEndpointsClientWithBaseURI

func NewPrivateEndpointsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointsClient

type PrivateEndpointsDeleteFuture

type PrivateEndpointsDeleteFuture = original.PrivateEndpointsDeleteFuture

type PrivateLinkConnectionState

type PrivateLinkConnectionState = original.PrivateLinkConnectionState

type PrivateLinkServiceConnection

type PrivateLinkServiceConnection = original.PrivateLinkServiceConnection

type ProxyResource

type ProxyResource = original.ProxyResource

type ReferenceInputDataSource

type ReferenceInputDataSource = original.ReferenceInputDataSource

type ReferenceInputProperties

type ReferenceInputProperties = original.ReferenceInputProperties

type RefreshType

type RefreshType = original.RefreshType
const (
	RefreshTypeRefreshPeriodicallyWithDelta RefreshType = original.RefreshTypeRefreshPeriodicallyWithDelta
	RefreshTypeRefreshPeriodicallyWithFull  RefreshType = original.RefreshTypeRefreshPeriodicallyWithFull
	RefreshTypeStatic                       RefreshType = original.RefreshTypeStatic
)

func PossibleRefreshTypeValues

func PossibleRefreshTypeValues() []RefreshType

type Resource

type Resource = original.Resource

type ResourceTestStatus

type ResourceTestStatus = original.ResourceTestStatus

type ScalarFunctionProperties

type ScalarFunctionProperties = original.ScalarFunctionProperties

type ScaleStreamingJobParameters

type ScaleStreamingJobParameters = original.ScaleStreamingJobParameters

type Serialization

type Serialization = original.Serialization

type ServiceBusDataSourceProperties

type ServiceBusDataSourceProperties = original.ServiceBusDataSourceProperties

type ServiceBusQueueOutputDataSource

type ServiceBusQueueOutputDataSource = original.ServiceBusQueueOutputDataSource

type ServiceBusTopicOutputDataSource

type ServiceBusTopicOutputDataSource = original.ServiceBusTopicOutputDataSource

type Sku

type Sku = original.Sku

type SkuName

type SkuName = original.SkuName
const (
	SkuNameStandard SkuName = original.SkuNameStandard
)

func PossibleSkuNameValues

func PossibleSkuNameValues() []SkuName

type StartStreamingJobParameters

type StartStreamingJobParameters = original.StartStreamingJobParameters

type StorageAccount

type StorageAccount = original.StorageAccount

type StreamInputDataSource

type StreamInputDataSource = original.StreamInputDataSource

type StreamInputProperties

type StreamInputProperties = original.StreamInputProperties

type StreamingJob

type StreamingJob = original.StreamingJob

type StreamingJobListResult

type StreamingJobListResult = original.StreamingJobListResult

type StreamingJobProperties

type StreamingJobProperties = original.StreamingJobProperties

type StreamingJobsClient

type StreamingJobsClient = original.StreamingJobsClient

func NewStreamingJobsClient

func NewStreamingJobsClient(subscriptionID string) StreamingJobsClient

func NewStreamingJobsClientWithBaseURI

func NewStreamingJobsClientWithBaseURI(baseURI string, subscriptionID string) StreamingJobsClient

type StreamingJobsCreateOrReplaceFuture

type StreamingJobsCreateOrReplaceFuture = original.StreamingJobsCreateOrReplaceFuture

type StreamingJobsDeleteFuture

type StreamingJobsDeleteFuture = original.StreamingJobsDeleteFuture

type StreamingJobsScaleFuture

type StreamingJobsScaleFuture = original.StreamingJobsScaleFuture

type StreamingJobsStartFuture

type StreamingJobsStartFuture = original.StreamingJobsStartFuture

type StreamingJobsStopFuture

type StreamingJobsStopFuture = original.StreamingJobsStopFuture

type SubResource

type SubResource = original.SubResource

type SubscriptionQuota

type SubscriptionQuota = original.SubscriptionQuota

type SubscriptionQuotaProperties

type SubscriptionQuotaProperties = original.SubscriptionQuotaProperties

type SubscriptionQuotasListResult

type SubscriptionQuotasListResult = original.SubscriptionQuotasListResult

type SubscriptionsClient

type SubscriptionsClient = original.SubscriptionsClient

func NewSubscriptionsClient

func NewSubscriptionsClient(subscriptionID string) SubscriptionsClient

func NewSubscriptionsClientWithBaseURI

func NewSubscriptionsClientWithBaseURI(baseURI string, subscriptionID string) SubscriptionsClient

type TrackedResource

type TrackedResource = original.TrackedResource

type Transformation

type Transformation = original.Transformation

type TransformationProperties

type TransformationProperties = original.TransformationProperties

type TransformationsClient

type TransformationsClient = original.TransformationsClient

func NewTransformationsClient

func NewTransformationsClient(subscriptionID string) TransformationsClient

func NewTransformationsClientWithBaseURI

func NewTransformationsClientWithBaseURI(baseURI string, subscriptionID string) TransformationsClient

type Type

type Type = original.Type
const (
	TypeAvro          Type = original.TypeAvro
	TypeCsv           Type = original.TypeCsv
	TypeJSON          Type = original.TypeJSON
	TypeParquet       Type = original.TypeParquet
	TypeSerialization Type = original.TypeSerialization
)

func PossibleTypeValues

func PossibleTypeValues() []Type

type TypeBasicFunctionBinding

type TypeBasicFunctionBinding = original.TypeBasicFunctionBinding
const (
	TypeBasicFunctionBindingTypeFunctionBinding                       TypeBasicFunctionBinding = original.TypeBasicFunctionBindingTypeFunctionBinding
	TypeBasicFunctionBindingTypeMicrosoftMachineLearningWebService    TypeBasicFunctionBinding = original.TypeBasicFunctionBindingTypeMicrosoftMachineLearningWebService
	TypeBasicFunctionBindingTypeMicrosoftStreamAnalyticsJavascriptUdf TypeBasicFunctionBinding = original.TypeBasicFunctionBindingTypeMicrosoftStreamAnalyticsJavascriptUdf
)

func PossibleTypeBasicFunctionBindingValues

func PossibleTypeBasicFunctionBindingValues() []TypeBasicFunctionBinding

type TypeBasicFunctionProperties

type TypeBasicFunctionProperties = original.TypeBasicFunctionProperties
const (
	TypeBasicFunctionPropertiesTypeAggregate          TypeBasicFunctionProperties = original.TypeBasicFunctionPropertiesTypeAggregate
	TypeBasicFunctionPropertiesTypeFunctionProperties TypeBasicFunctionProperties = original.TypeBasicFunctionPropertiesTypeFunctionProperties
	TypeBasicFunctionPropertiesTypeScalar             TypeBasicFunctionProperties = original.TypeBasicFunctionPropertiesTypeScalar
)

func PossibleTypeBasicFunctionPropertiesValues

func PossibleTypeBasicFunctionPropertiesValues() []TypeBasicFunctionProperties

type TypeBasicInputProperties

type TypeBasicInputProperties = original.TypeBasicInputProperties
const (
	TypeBasicInputPropertiesTypeInputProperties TypeBasicInputProperties = original.TypeBasicInputPropertiesTypeInputProperties
	TypeBasicInputPropertiesTypeReference       TypeBasicInputProperties = original.TypeBasicInputPropertiesTypeReference
	TypeBasicInputPropertiesTypeStream          TypeBasicInputProperties = original.TypeBasicInputPropertiesTypeStream
)

func PossibleTypeBasicInputPropertiesValues

func PossibleTypeBasicInputPropertiesValues() []TypeBasicInputProperties

type TypeBasicOutputDataSource

type TypeBasicOutputDataSource = original.TypeBasicOutputDataSource
const (
	TypeBasicOutputDataSourceTypeMicrosoftAzureFunction          TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftAzureFunction
	TypeBasicOutputDataSourceTypeMicrosoftDataLakeAccounts       TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftDataLakeAccounts
	TypeBasicOutputDataSourceTypeMicrosoftEventHubEventHub       TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftEventHubEventHub
	TypeBasicOutputDataSourceTypeMicrosoftServiceBusEventHub     TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftServiceBusEventHub
	TypeBasicOutputDataSourceTypeMicrosoftServiceBusQueue        TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftServiceBusQueue
	TypeBasicOutputDataSourceTypeMicrosoftServiceBusTopic        TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftServiceBusTopic
	TypeBasicOutputDataSourceTypeMicrosoftSQLServerDatabase      TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftSQLServerDatabase
	TypeBasicOutputDataSourceTypeMicrosoftSQLServerDataWarehouse TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftSQLServerDataWarehouse
	TypeBasicOutputDataSourceTypeMicrosoftStorageBlob            TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftStorageBlob
	TypeBasicOutputDataSourceTypeMicrosoftStorageDocumentDB      TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftStorageDocumentDB
	TypeBasicOutputDataSourceTypeMicrosoftStorageTable           TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeMicrosoftStorageTable
	TypeBasicOutputDataSourceTypeOutputDataSource                TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypeOutputDataSource
	TypeBasicOutputDataSourceTypePowerBI                         TypeBasicOutputDataSource = original.TypeBasicOutputDataSourceTypePowerBI
)

func PossibleTypeBasicOutputDataSourceValues

func PossibleTypeBasicOutputDataSourceValues() []TypeBasicOutputDataSource

type TypeBasicReferenceInputDataSource

type TypeBasicReferenceInputDataSource = original.TypeBasicReferenceInputDataSource
const (
	TypeBasicReferenceInputDataSourceTypeMicrosoftSQLServerDatabase TypeBasicReferenceInputDataSource = original.TypeBasicReferenceInputDataSourceTypeMicrosoftSQLServerDatabase
	TypeBasicReferenceInputDataSourceTypeMicrosoftStorageBlob       TypeBasicReferenceInputDataSource = original.TypeBasicReferenceInputDataSourceTypeMicrosoftStorageBlob
	TypeBasicReferenceInputDataSourceTypeReferenceInputDataSource   TypeBasicReferenceInputDataSource = original.TypeBasicReferenceInputDataSourceTypeReferenceInputDataSource
)

func PossibleTypeBasicReferenceInputDataSourceValues

func PossibleTypeBasicReferenceInputDataSourceValues() []TypeBasicReferenceInputDataSource

type TypeBasicStreamInputDataSource

type TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSource
const (
	TypeBasicStreamInputDataSourceTypeMicrosoftDevicesIotHubs     TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSourceTypeMicrosoftDevicesIotHubs
	TypeBasicStreamInputDataSourceTypeMicrosoftEventHubEventHub   TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSourceTypeMicrosoftEventHubEventHub
	TypeBasicStreamInputDataSourceTypeMicrosoftServiceBusEventHub TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSourceTypeMicrosoftServiceBusEventHub
	TypeBasicStreamInputDataSourceTypeMicrosoftStorageBlob        TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSourceTypeMicrosoftStorageBlob
	TypeBasicStreamInputDataSourceTypeStreamInputDataSource       TypeBasicStreamInputDataSource = original.TypeBasicStreamInputDataSourceTypeStreamInputDataSource
)

func PossibleTypeBasicStreamInputDataSourceValues

func PossibleTypeBasicStreamInputDataSourceValues() []TypeBasicStreamInputDataSource

type UdfType

type UdfType = original.UdfType
const (
	UdfTypeScalar UdfType = original.UdfTypeScalar
)

func PossibleUdfTypeValues

func PossibleUdfTypeValues() []UdfType

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL