Sdílet prostřednictvím


StreamingJobOutputWatermarkMode Struct

Definition

The output watermark mode.

public readonly struct StreamingJobOutputWatermarkMode : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputWatermarkMode>
type StreamingJobOutputWatermarkMode = struct
Public Structure StreamingJobOutputWatermarkMode
Implements IEquatable(Of StreamingJobOutputWatermarkMode)
Inheritance
StreamingJobOutputWatermarkMode
Implements

Constructors

StreamingJobOutputWatermarkMode(String)

Initializes a new instance of StreamingJobOutputWatermarkMode.

Properties

None

None.

SendCurrentPartitionWatermark

SendCurrentPartitionWatermark.

SendLowestWatermarkAcrossPartitions

SendLowestWatermarkAcrossPartitions.

Methods

Equals(StreamingJobOutputWatermarkMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamingJobOutputWatermarkMode, StreamingJobOutputWatermarkMode)

Determines if two StreamingJobOutputWatermarkMode values are the same.

Implicit(String to StreamingJobOutputWatermarkMode)

Converts a string to a StreamingJobOutputWatermarkMode.

Inequality(StreamingJobOutputWatermarkMode, StreamingJobOutputWatermarkMode)

Determines if two StreamingJobOutputWatermarkMode values are not the same.

Applies to