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

Encoding Struct

Definition

Specifies the encoding of the incoming data in the case of input and the encoding of outgoing data in the case of output.

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

Fields

Name Description
Utf8

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Encoding)

Compares values of enum type Encoding

Equals(Object)

Compares values of enum type Encoding (override for Object)

GetHashCode()

Returns hashCode for enum Encoding

ToString()

Returns string representation for Encoding

Operators

Name Description
Equality(Encoding, Encoding)

Overriding == operator for enum Encoding

Implicit(Encoding to String)

Implicit operator to convert Encoding to string

Implicit(String to Encoding)

Implicit operator to convert string to Encoding

Inequality(Encoding, Encoding)

Overriding != operator for enum Encoding

Applies to