Encoding 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.
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
Utf8 |
Methods
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
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 |