Delen via


StreamAnalyticsCompileQuery Class

Definition

The query compilation object which defines the input, output, and transformation for the query compilation.

public class StreamAnalyticsCompileQuery : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsCompileQuery>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamAnalyticsCompileQuery>
public class StreamAnalyticsCompileQuery
type StreamAnalyticsCompileQuery = class
    interface IJsonModel<StreamAnalyticsCompileQuery>
    interface IPersistableModel<StreamAnalyticsCompileQuery>
type StreamAnalyticsCompileQuery = class
Public Class StreamAnalyticsCompileQuery
Implements IJsonModel(Of StreamAnalyticsCompileQuery), IPersistableModel(Of StreamAnalyticsCompileQuery)
Public Class StreamAnalyticsCompileQuery
Inheritance
StreamAnalyticsCompileQuery
Implements

Constructors

StreamAnalyticsCompileQuery(String, StreamingJobType)

Initializes a new instance of StreamAnalyticsCompileQuery.

Properties

CompatibilityLevel

The query to compile.

Functions

The functions for the query compilation.

Inputs

The inputs for the query compilation.

JobType

Describes the type of the job. Valid values are Cloud and 'Edge'.

Query

The query to compile.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsCompileQuery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamAnalyticsCompileQuery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsCompileQuery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsCompileQuery>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamAnalyticsCompileQuery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to