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

IotHubDataFormat Struct

Definition

The data format of the message. Optionally the data format can be added to each message.

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

Fields

Apacheavro
Avro
Csv
Json
Multijson
Orc
Parquet
Psv
Raw
Scsv
Singlejson
Sohsv
Tsv
Tsve
Txt
W3Clogfile

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(IotHubDataFormat)

Compares values of enum type IotHubDataFormat

Equals(Object)

Compares values of enum type IotHubDataFormat (override for Object)

GetHashCode()

Returns hashCode for enum IotHubDataFormat

ToString()

Returns string representation for IotHubDataFormat

Operators

Equality(IotHubDataFormat, IotHubDataFormat)

Overriding == operator for enum IotHubDataFormat

Implicit(IotHubDataFormat to String)

Implicit operator to convert IotHubDataFormat to string

Implicit(String to IotHubDataFormat)

Implicit operator to convert string to IotHubDataFormat

Inequality(IotHubDataFormat, IotHubDataFormat)

Overriding != operator for enum IotHubDataFormat

Applies to