Class Format
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Format>
com.azure.resourcemanager.storage.models.Format
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
This is a required field, it specifies the format for the inventory files.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatfromString(String name) Creates or finds a Format from its string representation.static Collection<Format> values()Gets known Format values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CSV
Static value Csv for Format. -
PARQUET
Static value Parquet for Format.
-
-
Constructor Details
-
Format
Deprecated.Use thefromString(String)factory method.Creates a new instance of Format value.
-
-
Method Details
-
fromString
-
values
-
fromString(String)factory method.