Delen via


StreamAnalyticsTestQuery Class

Definition

The request object for query testing.

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

Constructors

StreamAnalyticsTestQuery(StreamingJobData)

Initializes a new instance of StreamAnalyticsTestQuery.

Properties

Path

The path to the subdirectory.

StreamingJob

Stream analytics job object which defines the input, output, and transformation for the query testing.

WriteUri

The SAS URI to the container or directory.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsTestQuery>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsTestQuery>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsTestQuery>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsTestQuery>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsTestQuery>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to