Uses of Class
com.azure.storage.file.datalake.models.FileQueryError
-
Packages that use FileQueryError Package Description com.azure.storage.file.datalake.options Package containing options model classes used by Azure Storage File Datalake. -
-
Uses of FileQueryError in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return types with arguments of type FileQueryError Modifier and Type Method Description Consumer<FileQueryError>FileQueryOptions. getErrorConsumer()Gets the error consumer.Method parameters in com.azure.storage.file.datalake.options with type arguments of type FileQueryError Modifier and Type Method Description FileQueryOptionsFileQueryOptions. setErrorConsumer(Consumer<FileQueryError> errorConsumer)Sets the error consumer.
-