OutputErrorPolicy 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 at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputErrorPolicyTypeConverter))]
public struct OutputErrorPolicy : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputErrorPolicy>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.OutputErrorPolicyTypeConverter))>]
type OutputErrorPolicy = struct
interface IArgumentCompleter
Public Structure OutputErrorPolicy
Implements IArgumentCompleter, IEquatable(Of OutputErrorPolicy)
- Inheritance
-
OutputErrorPolicy
- Attributes
- Implements
Fields
Drop | |
Stop |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OutputErrorPolicy (override for Object) |
Equals(OutputErrorPolicy) |
Compares values of enum type OutputErrorPolicy |
GetHashCode() |
Returns hashCode for enum OutputErrorPolicy |
ToString() |
Returns string representation for OutputErrorPolicy |
Operators
Equality(OutputErrorPolicy, OutputErrorPolicy) |
Overriding == operator for enum OutputErrorPolicy |
Implicit(OutputErrorPolicy to String) |
Implicit operator to convert OutputErrorPolicy to string |
Implicit(String to OutputErrorPolicy) |
Implicit operator to convert string to OutputErrorPolicy |
Inequality(OutputErrorPolicy, OutputErrorPolicy) |
Overriding != operator for enum OutputErrorPolicy |