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

OutputErrorPolicy Struct

Definition

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

Applies to