Поделиться через


StreamAnalyticsQueryInput Class

Definition

An input for the query compilation.

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

Constructors

StreamAnalyticsQueryInput(String, String)

Initializes a new instance of StreamAnalyticsQueryInput.

Properties

Name

The name of the input.

QueryInputType

The type of the input, can be Stream or Reference.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsQueryInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsQueryInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsQueryInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsQueryInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsQueryInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to