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