Sdílet prostřednictvím


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

EventsOutOfOrderPolicy(String)

Initializes a new instance of EventsOutOfOrderPolicy.

Properties

Adjust

Adjust.

Drop

Drop.

Methods

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

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