Share via


StreamingJobFunctionInput Class

Definition

Describes one input parameter of a function.

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

Constructors

StreamingJobFunctionInput()

Initializes a new instance of StreamingJobFunctionInput.

Properties

DataType

The (Azure Stream Analytics supported) data type of the function input parameter. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx.

IsConfigurationParameter

A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingJobFunctionInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingJobFunctionInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingJobFunctionInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobFunctionInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingJobFunctionInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to