Azure.ResourceManager.StreamAnalytics.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AggregateFunctionProperties |
The properties that are associated with an aggregate function. |
ArmStreamAnalyticsModelFactory |
Model factory for models. |
AvroFormatSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output in Avro format. |
BlobOutputDataSource |
Describes a blob output data source. |
BlobReferenceInputDataSource |
Describes a blob input data source that contains reference data. |
BlobStreamInputDataSource |
Describes a blob input data source that contains stream data. |
CSharpFunctionBinding |
The binding to a CSharp function. |
CSharpFunctionRetrieveDefaultDefinitionContent |
The parameters needed to retrieve the default function definition for a CSharp function. |
CsvFormatSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output in CSV format. |
CustomClrFormatSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output in custom format. |
DataLakeStoreOutputDataSource |
Describes an Azure Data Lake Store output data source. |
DocumentDbOutputDataSource |
Describes a DocumentDB output data source. |
EMachineLearningStudioFunctionBinding |
The binding to an Azure Machine Learning Studio. |
EventGridStreamInputDataSource |
Describes an event grid input data source that contains stream data. |
EventHubOutputDataSource |
Describes an Event Hub output data source. |
EventHubStreamInputDataSource |
Describes an Event Hub input data source that contains stream data. |
EventHubV2OutputDataSource |
Describes an Event Hub output data source. |
EventHubV2StreamInputDataSource |
Describes an Event Hub input data source that contains stream data. |
FunctionOutputDataSource |
Defines the metadata of AzureFunctionOutputDataSource. |
FunctionRetrieveDefaultDefinitionContent |
Parameters used to specify the type of function to retrieve the default definition for. Please note FunctionRetrieveDefaultDefinitionContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningStudioFunctionRetrieveDefaultDefinitionContent, MachineLearningServiceFunctionRetrieveDefaultDefinitionContent, CSharpFunctionRetrieveDefaultDefinitionContent and JavaScriptFunctionRetrieveDefaultDefinitionContent. |
GatewayMessageBusOutputDataSource |
Describes a Gateway Message Bus output data source. |
GatewayMessageBusStreamInputDataSource |
Describes a blob input data source that contains stream data. |
IoTHubStreamInputDataSource |
Describes an IoT Hub input data source that contains stream data. |
JavaScriptFunctionBinding |
The binding to a JavaScript function. |
JavaScriptFunctionRetrieveDefaultDefinitionContent |
The parameters needed to retrieve the default function definition for a JavaScript function. |
JsonFormatSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output in JSON format. |
LastOutputEventTimestamp |
An output event timestamp. |
MachineLearningServiceFunctionBinding |
The binding to an Azure Machine Learning web service. |
MachineLearningServiceFunctionRetrieveDefaultDefinitionContent |
The parameters needed to retrieve the default function definition for an Azure Machine Learning web service function. |
MachineLearningServiceInputColumn |
Describes an input column for the Azure Machine Learning web service endpoint. |
MachineLearningServiceOutputColumn |
Describes an output column for the Azure Machine Learning web service endpoint. |
MachineLearningStudioFunctionRetrieveDefaultDefinitionContent |
The parameters needed to retrieve the default function definition for an Azure Machine Learning Studio function. |
MachineLearningStudioInputColumn |
Describes an input column for the Azure Machine Learning Studio endpoint. |
MachineLearningStudioInputs |
The inputs for the Azure Machine Learning Studio endpoint. |
MachineLearningStudioOutputColumn |
Describes an output column for the Azure Machine Learning Studio endpoint. |
ParquetFormatSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output in Parquet format. |
PostgreSQLOutputDataSource |
Describes a PostgreSQL output data source. |
PowerBIOutputDataSource |
Describes a Power BI output data source. |
RawOutputDatasource |
Describes a raw output data source. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an output of this data source type to an existing job. |
RawReferenceInputDataSource |
Describes a raw input data source that contains reference data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. |
RawStreamInputDataSource |
Describes a raw input data source that contains stream data. This data source type is only applicable/usable when using the query testing API. You cannot create a job with this data source type or add an input of this data source type to an existing job. |
ReferenceInputDataSource |
Describes an input data source that contains reference data. Please note ReferenceInputDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SqlReferenceInputDataSource, BlobReferenceInputDataSource and RawReferenceInputDataSource. |
ReferenceInputProperties |
The properties that are associated with an input containing reference data. |
ScalarFunctionProperties |
The properties that are associated with a scalar function. |
ScaleStreamingJobContent |
Parameters supplied to the Scale Streaming Job operation. |
ServiceBusQueueOutputDataSource |
Describes a Service Bus Queue output data source. |
ServiceBusTopicOutputDataSource |
Describes a Service Bus Topic output data source. |
SqlDatabaseOutputDataSource |
Describes an Azure SQL database output data source. |
SqlReferenceInputDataSource |
Describes an Azure SQL database reference input data source. |
StartStreamingJobContent |
Parameters supplied to the Start Streaming Job operation. |
StreamAnalyticsClusterJob |
A streaming job. |
StreamAnalyticsClusterProperties |
The properties associated with a Stream Analytics cluster. |
StreamAnalyticsClusterSku |
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. |
StreamAnalyticsCompileQuery |
The query compilation object which defines the input, output, and transformation for the query compilation. |
StreamAnalyticsDataSerialization |
Describes how data from an input is serialized or how data is serialized when written to an output. Please note StreamAnalyticsDataSerialization is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AvroFormatSerialization, CsvFormatSerialization, CustomClrFormatSerialization, JsonFormatSerialization and ParquetFormatSerialization. |
StreamAnalyticsError |
Common error representation. |
StreamAnalyticsErrorDetails |
Common error details representation. |
StreamAnalyticsPrivateEndpointProperties |
The properties associated with a private endpoint. |
StreamAnalyticsPrivateLinkConnectionState |
A collection of read-only information about the state of the connection to the private remote resource. |
StreamAnalyticsPrivateLinkServiceConnection |
A grouping of information about the connection to the remote resource. |
StreamAnalyticsQueryCompilationError |
An error produced by the compiler. |
StreamAnalyticsQueryCompilationResult |
The result of the query compilation request. |
StreamAnalyticsQueryFunction |
A function for the query compilation. |
StreamAnalyticsQueryInput |
An input for the query compilation. |
StreamAnalyticsQueryTestingResult |
The result of the query testing request. |
StreamAnalyticsResourceTestStatus |
Describes the status of the test operation along with error information, if applicable. |
StreamAnalyticsSampleInputContent |
The stream analytics input to sample. |
StreamAnalyticsSampleInputResult |
The result of the sample input request. |
StreamAnalyticsStorageAccount |
The properties that are associated with an Azure Storage account. |
StreamAnalyticsSubResource |
The base sub-resource model definition. |
StreamAnalyticsSubscriptionQuota |
Describes the current quota for the subscription. |
StreamAnalyticsTestContent |
A stream analytics input. |
StreamAnalyticsTestDatasourceResult |
The result of the test input or output request. |
StreamAnalyticsTestOutput |
A stream analytics output. |
StreamAnalyticsTestQuery |
The request object for query testing. |
StreamingJobDiagnosticCondition |
Condition applicable to the resource, or to the job overall, that warrant customer attention. |
StreamingJobExternal |
The storage account where the custom code artifacts are located. |
StreamingJobFunctionBinding |
The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. Please note StreamingJobFunctionBinding is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include EMachineLearningStudioFunctionBinding, MachineLearningServiceFunctionBinding, CSharpFunctionBinding and JavaScriptFunctionBinding. |
StreamingJobFunctionInput |
Describes one input parameter of a function. |
StreamingJobFunctionOutput |
Describes the output of a function. |
StreamingJobFunctionProperties |
The properties that are associated with a function. Please note StreamingJobFunctionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AggregateFunctionProperties and ScalarFunctionProperties. |
StreamingJobInputProperties |
The properties that are associated with an input. Please note StreamingJobInputProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ReferenceInputProperties and StreamInputProperties. |
StreamingJobOutputDataSource |
Describes the data source that output will be written to. Please note StreamingJobOutputDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GatewayMessageBusOutputDataSource, FunctionOutputDataSource, PostgreSQLOutputDataSource, DataLakeStoreOutputDataSource, EventHubV2OutputDataSource, EventHubOutputDataSource, ServiceBusQueueOutputDataSource, ServiceBusTopicOutputDataSource, SynapseOutputDataSource, SqlDatabaseOutputDataSource, BlobOutputDataSource, DocumentDbOutputDataSource, TableOutputDataSource, PowerBIOutputDataSource and RawOutputDatasource. |
StreamingJobOutputWatermarkProperties |
Settings which determine whether to send watermarks to downstream. |
StreamingJobRefreshConfiguration |
The refresh parameters for any/all updatable user defined functions present in the job config. |
StreamingJobStorageAccount |
The properties that are associated with an Azure Storage account with MSI. |
StreamInputDataSource |
Describes an input data source that contains stream data. Please note StreamInputDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GatewayMessageBusStreamInputDataSource, IoTHubStreamInputDataSource, EventGridStreamInputDataSource, EventHubV2StreamInputDataSource, EventHubStreamInputDataSource, BlobStreamInputDataSource and RawStreamInputDataSource. |
StreamInputProperties |
The properties that are associated with an input containing stream data. |
SynapseOutputDataSource |
Describes an Azure Synapse output data source. |
TableOutputDataSource |
Describes an Azure Table output data source. |
Structs
BlobOutputWriteMode |
Determines whether blob blocks are either committed automatically or appended. |
DataRefreshType |
Indicates the type of data refresh option. |
EventGridEventSchemaType |
Supported Event Grid schema types. |
EventsOutOfOrderPolicy |
Indicates the policy to apply to events that arrive out of order in the input event stream. |
JsonOutputSerializationFormat |
Specifies the format of the JSON the output will be written in. The currently supported values are 'lineSeparated' indicating the output will be formatted by having each JSON object separated by a new line and 'array' indicating the output will be formatted as an array of JSON objects. |
StreamAnalyticsAuthenticationMode |
Authentication Mode. Valid modes are |
StreamAnalyticsClusterProvisioningState |
The status of the cluster provisioning. The three terminal states are: Succeeded, Failed and Canceled. |
StreamAnalyticsClusterSkuName |
Specifies the SKU name of the cluster. Required on PUT (CreateOrUpdate) requests. |
StreamAnalyticsDataSerializationEncoding |
Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output. |
StreamAnalyticsQueryTestingResultStatus |
The status of the query testing request. |
StreamAnalyticsSampleInputResultStatus |
The status of the sample input request. |
StreamAnalyticsSkuName |
The name of the SKU. Required on PUT (CreateOrReplace) requests. |
StreamAnalyticsTestDatasourceResultStatus |
The status of the test input or output request. |
StreamingCompressionType |
Indicates the type of compression that the input uses. Required on PUT (CreateOrReplace) requests. |
StreamingJobCompatibilityLevel |
Controls certain runtime behaviors of the streaming job. |
StreamingJobContentStoragePolicy |
Valid values are JobStorageAccount and SystemAccount. If set to JobStorageAccount, this requires the user to also specify jobStorageAccount property. . |
StreamingJobFunctionUdfType |
The function type. |
StreamingJobFunctionUpdateMode |
Refresh modes for Stream Analytics functions. |
StreamingJobInputWatermarkMode |
The input watermark mode. |
StreamingJobOutputErrorPolicy |
Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). |
StreamingJobOutputStartMode |
Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time. |
StreamingJobOutputWatermarkMode |
The output watermark mode. |
StreamingJobState |
The current execution state of the streaming job. |
StreamingJobType |
Describes the type of the job. Valid modes are |
Azure SDK for .NET