EventsOutOfOrderPolicy Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |