Sdílet prostřednictvím


StreamAnalyticsQueryCompilationResult Class

Definition

The result of the query compilation request.

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

Properties

Errors

Error messages produced by the compiler.

Functions

All function names used by the query.

Inputs

All input names used by the query.

Outputs

All output names used by the query.

Warnings

Warning messages produced by the compiler.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsQueryCompilationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsQueryCompilationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsQueryCompilationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsQueryCompilationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsQueryCompilationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to