Uses of Class
com.azure.storage.blob.models.BlobQueryArrowFieldType
-
Packages that use BlobQueryArrowFieldType Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlobQueryArrowFieldType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobQueryArrowFieldType Modifier and Type Method Description static BlobQueryArrowFieldTypeBlobQueryArrowFieldType. fromString(String value)Parses a serialized value to a BlobQueryArrowFieldType instance.BlobQueryArrowFieldTypeBlobQueryArrowField. getType()static BlobQueryArrowFieldTypeBlobQueryArrowFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static BlobQueryArrowFieldType[]BlobQueryArrowFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.storage.blob.models with parameters of type BlobQueryArrowFieldType Constructor Description BlobQueryArrowField(BlobQueryArrowFieldType type)
-