Uses of Class
com.azure.resourcemanager.storage.models.Format
Packages that use Format
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of Format in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as FormatModifier and TypeFieldDescriptionstatic final FormatFormat.CSVStatic value Csv for Format.static final FormatFormat.PARQUETStatic value Parquet for Format.Methods in com.azure.resourcemanager.storage.models that return FormatModifier and TypeMethodDescriptionBlobInventoryPolicyDefinition.format()Get the format property: This is a required field, it specifies the format for the inventory files.static FormatFormat.fromString(String name) Creates or finds a Format from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type FormatModifier and TypeMethodDescriptionstatic Collection<Format> Format.values()Gets known Format values.Methods in com.azure.resourcemanager.storage.models with parameters of type FormatModifier and TypeMethodDescriptionBlobInventoryPolicyDefinition.withFormat(Format format) Set the format property: This is a required field, it specifies the format for the inventory files.