IotHubDataFormat 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.
The data format of the message. Optionally the data format can be added to each message.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.IotHubDataFormatTypeConverter))]
public struct IotHubDataFormat : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Synapse.Support.IotHubDataFormat>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.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 |