Class Format


  • public final class Format
    extends com.azure.core.util.ExpandableStringEnum<Format>
    Defines values for Format.
    • Field Detail

      • CSV

        public static final Format CSV
        Static value Csv for Format.
      • PARQUET

        public static final Format PARQUET
        Static value Parquet for Format.
    • Constructor Detail

      • Format

        public Format()
    • Method Detail

      • fromString

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

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