Partager via


EventsOutOfOrderPolicy Struct

Definition

Indicates the policy to apply to events that arrive out of order in the input event stream.

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

Constructors

Name Description
EventsOutOfOrderPolicy(String)

Initializes a new instance of EventsOutOfOrderPolicy.

Properties

Name Description
Adjust

Adjust.

Drop

Drop.

Methods

Name Description
Equals(EventsOutOfOrderPolicy)

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(EventsOutOfOrderPolicy, EventsOutOfOrderPolicy)

Determines if two EventsOutOfOrderPolicy values are the same.

Implicit(String to EventsOutOfOrderPolicy)

Converts a String to a EventsOutOfOrderPolicy.

Inequality(EventsOutOfOrderPolicy, EventsOutOfOrderPolicy)

Determines if two EventsOutOfOrderPolicy values are not the same.

Applies to