Uses of Class
com.azure.resourcemanager.kusto.models.IotHubDataFormat
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of IotHubDataFormat in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionIotHubConnectionProperties.dataFormat()
Get the dataFormat property: The data format of the message.Modifier and TypeMethodDescriptionIotHubConnectionProperties.withDataFormat
(IotHubDataFormat dataFormat) Set the dataFormat property: The data format of the message. -
Uses of IotHubDataFormat in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final IotHubDataFormat
IotHubDataFormat.APACHEAVRO
Static value APACHEAVRO for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.AVRO
Static value AVRO for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.CSV
Static value CSV for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.JSON
Static value JSON for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.MULTIJSON
Static value MULTIJSON for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.ORC
Static value ORC for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.PARQUET
Static value PARQUET for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.PSV
Static value PSV for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.RAW
Static value RAW for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.SCSV
Static value SCSV for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.SINGLEJSON
Static value SINGLEJSON for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.SOHSV
Static value SOHSV for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.TSV
Static value TSV for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.TSVE
Static value TSVE for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.TXT
Static value TXT for IotHubDataFormat.static final IotHubDataFormat
IotHubDataFormat.W3CLOGFILE
Static value W3CLOGFILE for IotHubDataFormat.Modifier and TypeMethodDescriptionIotHubDataConnection.dataFormat()
Get the dataFormat property: The data format of the message.static IotHubDataFormat
IotHubDataFormat.fromString
(String name) Creates or finds a IotHubDataFormat from its string representation.Modifier and TypeMethodDescriptionstatic Collection<IotHubDataFormat>
IotHubDataFormat.values()
Gets known IotHubDataFormat values.Modifier and TypeMethodDescriptionIotHubDataConnection.withDataFormat
(IotHubDataFormat dataFormat) Set the dataFormat property: The data format of the message.