共用方式為


EventHubDataFormat 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.EventHubDataFormatTypeConverter))]
public struct EventHubDataFormat : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormat>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Support.EventHubDataFormatTypeConverter))>]
type EventHubDataFormat = struct
    interface IArgumentCompleter
Public Structure EventHubDataFormat
Implements IArgumentCompleter, IEquatable(Of EventHubDataFormat)
Inheritance
EventHubDataFormat
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(EventHubDataFormat)

Compares values of enum type EventHubDataFormat

Equals(Object)

Compares values of enum type EventHubDataFormat (override for Object)

GetHashCode()

Returns hashCode for enum EventHubDataFormat

ToString()

Returns string representation for EventHubDataFormat

Operators

Equality(EventHubDataFormat, EventHubDataFormat)

Overriding == operator for enum EventHubDataFormat

Implicit(EventHubDataFormat to String)

Implicit operator to convert EventHubDataFormat to string

Implicit(String to EventHubDataFormat)

Implicit operator to convert string to EventHubDataFormat

Inequality(EventHubDataFormat, EventHubDataFormat)

Overriding != operator for enum EventHubDataFormat

Applies to