Compartilhar via


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

Name Description
StreamingJobOutputWatermarkMode(String)

Initializes a new instance of StreamingJobOutputWatermarkMode.

Properties

Name Description
None

None.

SendCurrentPartitionWatermark

SendCurrentPartitionWatermark.

SendLowestWatermarkAcrossPartitions

SendLowestWatermarkAcrossPartitions.

Methods

Name Description
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

Name Description
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