Uses of Class
com.azure.storage.file.datalake.models.FileReadAsyncResponse
-
Packages that use FileReadAsyncResponse 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 FileReadAsyncResponse in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return types with arguments of type FileReadAsyncResponse Modifier and Type Method Description Mono<FileReadAsyncResponse>DataLakeFileAsyncClient. readWithResponse(FileRange range, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean getRangeContentMd5)Reads a range of bytes from a file. -
Uses of FileReadAsyncResponse in com.azure.storage.file.datalake.models
Constructors in com.azure.storage.file.datalake.models with parameters of type FileReadAsyncResponse Constructor Description FileReadResponse(FileReadAsyncResponse response)Constructs aFileReadResponse.
-