Class IotHubDataFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IotHubDataFormat>
com.azure.resourcemanager.synapse.models.IotHubDataFormat

public final class IotHubDataFormat extends com.azure.core.util.ExpandableStringEnum<IotHubDataFormat>
The data format of the message. Optionally the data format can be added to each message.
  • Field Details

    • MULTIJSON

      public static final IotHubDataFormat MULTIJSON
      Static value MULTIJSON for IotHubDataFormat.
    • JSON

      public static final IotHubDataFormat JSON
      Static value JSON for IotHubDataFormat.
    • CSV

      public static final IotHubDataFormat CSV
      Static value CSV for IotHubDataFormat.
    • TSV

      public static final IotHubDataFormat TSV
      Static value TSV for IotHubDataFormat.
    • SCSV

      public static final IotHubDataFormat SCSV
      Static value SCSV for IotHubDataFormat.
    • SOHSV

      public static final IotHubDataFormat SOHSV
      Static value SOHSV for IotHubDataFormat.
    • PSV

      public static final IotHubDataFormat PSV
      Static value PSV for IotHubDataFormat.
    • TXT

      public static final IotHubDataFormat TXT
      Static value TXT for IotHubDataFormat.
    • RAW

      public static final IotHubDataFormat RAW
      Static value RAW for IotHubDataFormat.
    • SINGLEJSON

      public static final IotHubDataFormat SINGLEJSON
      Static value SINGLEJSON for IotHubDataFormat.
    • AVRO

      public static final IotHubDataFormat AVRO
      Static value AVRO for IotHubDataFormat.
    • TSVE

      public static final IotHubDataFormat TSVE
      Static value TSVE for IotHubDataFormat.
    • PARQUET

      public static final IotHubDataFormat PARQUET
      Static value PARQUET for IotHubDataFormat.
    • ORC

      public static final IotHubDataFormat ORC
      Static value ORC for IotHubDataFormat.
    • APACHEAVRO

      public static final IotHubDataFormat APACHEAVRO
      Static value APACHEAVRO for IotHubDataFormat.
    • W3CLOGFILE

      public static final IotHubDataFormat W3CLOGFILE
      Static value W3CLOGFILE for IotHubDataFormat.
  • Constructor Details

    • IotHubDataFormat

      @Deprecated public IotHubDataFormat()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of IotHubDataFormat value.
  • Method Details

    • fromString

      public static IotHubDataFormat fromString(String name)
      Creates or finds a IotHubDataFormat from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding IotHubDataFormat.
    • values

      public static Collection<IotHubDataFormat> values()
      Gets known IotHubDataFormat values.
      Returns:
      known IotHubDataFormat values.