Uses of Class
com.azure.storage.file.datalake.models.FileQueryAsyncResponse
Packages that use FileQueryAsyncResponse
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models 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 FileQueryAsyncResponseModifier and TypeMethodDescriptionDataLakeFileAsyncClient.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 FileQueryAsyncResponseModifierConstructorDescriptionFileQueryResponse
(FileQueryAsyncResponse response) Constructs aFileQueryResponse
.