你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventsOutOfOrderPolicy Struct

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicyTypeConverter))]
public struct EventsOutOfOrderPolicy : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicy>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.EventsOutOfOrderPolicyTypeConverter))>]
type EventsOutOfOrderPolicy = struct
    interface IArgumentCompleter
Public Structure EventsOutOfOrderPolicy
Implements IArgumentCompleter, IEquatable(Of EventsOutOfOrderPolicy)
Inheritance
EventsOutOfOrderPolicy
Attributes
Implements

Fields

Adjust
Drop

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(EventsOutOfOrderPolicy)

Compares values of enum type EventsOutOfOrderPolicy

Equals(Object)

Compares values of enum type EventsOutOfOrderPolicy (override for Object)

GetHashCode()

Returns hashCode for enum EventsOutOfOrderPolicy

ToString()

Returns string representation for EventsOutOfOrderPolicy

Operators

Equality(EventsOutOfOrderPolicy, EventsOutOfOrderPolicy)

Overriding == operator for enum EventsOutOfOrderPolicy

Implicit(EventsOutOfOrderPolicy to String)

Implicit operator to convert EventsOutOfOrderPolicy to string

Implicit(String to EventsOutOfOrderPolicy)

Implicit operator to convert string to EventsOutOfOrderPolicy

Inequality(EventsOutOfOrderPolicy, EventsOutOfOrderPolicy)

Overriding != operator for enum EventsOutOfOrderPolicy

Applies to