Uses of Class
com.azure.storage.file.datalake.models.DownloadRetryOptions
Packages that use DownloadRetryOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DownloadRetryOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DownloadRetryOptionsModifier and TypeMethodDescriptionMono
<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.DataLakeFileAsyncClient.readWithResponse
(FileRange range, DownloadRetryOptions options, DataLakeRequestConditions requestConditions, boolean getRangeContentMd5) Reads a range of bytes from a file.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 DownloadRetryOptionsModifier and TypeMethodDescriptionDownloadRetryOptions.setMaxRetryRequests
(int maxRetryRequests) Specifies the maximum number of additional HTTP Get requests that will be made while reading the data from a response body. -
Uses of DownloadRetryOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DownloadRetryOptionsModifier and TypeMethodDescriptionReadToFileOptions.getDownloadRetryOptions()
Gets theDownloadRetryOptions
.Methods in com.azure.storage.file.datalake.options with parameters of type DownloadRetryOptionsModifier and TypeMethodDescriptionReadToFileOptions.setDownloadRetryOptions
(DownloadRetryOptions downloadRetryOptions) Sets theDownloadRetryOptions
.