다음을 통해 공유


StartStreamingJobContent Class

Definition

Parameters supplied to the Start Streaming Job operation.

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

Constructors

StartStreamingJobContent()

Initializes a new instance of StartStreamingJobContent.

Properties

OutputStartMode

Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.

OutputStartOn

Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StartStreamingJobContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StartStreamingJobContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StartStreamingJobContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StartStreamingJobContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StartStreamingJobContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to