Delen via


StreamingJobOutputWatermarkProperties Class

Definition

Settings which determine whether to send watermarks to downstream.

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

Constructors

StreamingJobOutputWatermarkProperties()

Initializes a new instance of StreamingJobOutputWatermarkProperties.

Properties

MaxWatermarkDifferenceAcrossPartitions

Describes the maximal delta between the fastest and slowest partitions, so the out of order window that catches all necessary events in downstream jobs is well defined.

WatermarkMode

The output watermark mode.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingJobOutputWatermarkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingJobOutputWatermarkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingJobOutputWatermarkProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobOutputWatermarkProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingJobOutputWatermarkProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to