Uses of Class
com.azure.storage.file.datalake.models.DownloadRetryOptions
-
Packages that use DownloadRetryOptions 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 DownloadRetryOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DownloadRetryOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<PathProperties>>
DataLakeFileAsyncClient. readToFileWithResponse(String filePath, FileRange range, com.azure.storage.common.ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions)
Reads the entire file into a file specified by the path.com.azure.core.http.rest.Response<PathProperties>
DataLakeFileClient. readToFileWithResponse(String filePath, FileRange range, com.azure.storage.common.ParallelTransferOptions parallelTransferOptions, DownloadRetryOptions downloadRetryOptions, DataLakeRequestConditions requestConditions, boolean rangeGetContentMd5, Set<OpenOption> openOptions, Duration timeout, com.azure.core.util.Context context)
Reads the entire file into a file specified by the path.Mono<FileReadAsyncResponse>
DataLakeFileAsyncClient. readWithResponse(FileRange range, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean getRangeContentMd5)
Reads a range of bytes from a file.FileReadResponse
DataLakeFileClient. readWithResponse(OutputStream stream, FileRange range, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean getRangeContentMd5, Duration timeout, com.azure.core.util.Context context)
Reads a range of bytes from a file into an output stream. -
Uses of DownloadRetryOptions in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return DownloadRetryOptions Modifier and Type Method Description DownloadRetryOptions
DownloadRetryOptions. setMaxRetryRequests(int maxRetryRequests)
Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body.
-