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