Uses of Class
com.azure.storage.file.datalake.models.FileQueryAsyncResponse
-
Packages that use FileQueryAsyncResponse Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.models Package containing classes for AzureDataLakeStorageRestAPI. -
-
Uses of FileQueryAsyncResponse in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return types with arguments of type FileQueryAsyncResponse Modifier and Type Method Description Mono<FileQueryAsyncResponse>
DataLakeFileAsyncClient. queryWithResponse(FileQueryOptions queryOptions)
Queries the entire file. -
Uses of FileQueryAsyncResponse in com.azure.storage.file.datalake.models
Constructors in com.azure.storage.file.datalake.models with parameters of type FileQueryAsyncResponse Constructor Description FileQueryResponse(FileQueryAsyncResponse response)
Constructs aFileQueryResponse
.
-