java.lang.Object
com.azure.core.util.ExpandableStringEnum<Format>
com.azure.resourcemanager.storage.models.Format

public final class Format extends com.azure.core.util.ExpandableStringEnum<Format>
This is a required field, it specifies the format for the inventory files.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Format
    Static value Csv for Format.
    static final Format
    Static value Parquet for Format.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Format
    Creates or finds a Format from its string representation.
    Gets known Format values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CSV

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

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

  • Method Details

    • 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()
      Gets known Format values.
      Returns:
      known Format values.