Uses of Class
com.azure.storage.file.datalake.options.ReadToFileOptions
Packages that use ReadToFileOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of ReadToFileOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type ReadToFileOptionsModifier and TypeMethodDescriptionDataLakeFileAsyncClient.readToFile
(ReadToFileOptions options) Reads the entire file into a file specified by the path.DataLakeFileClient.readToFile
(ReadToFileOptions options) Reads the entire file into a file specified by the path.Mono
<com.azure.core.http.rest.Response<PathProperties>> DataLakeFileAsyncClient.readToFileWithResponse
(ReadToFileOptions options) Reads the entire file into a file specified by the path.com.azure.core.http.rest.Response
<PathProperties> DataLakeFileClient.readToFileWithResponse
(ReadToFileOptions options, Duration timeout, com.azure.core.util.Context context) Reads the entire file into a file specified by the path. -
Uses of ReadToFileOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return ReadToFileOptionsModifier and TypeMethodDescriptionReadToFileOptions.setDataLakeRequestConditions
(DataLakeRequestConditions dataLakeRequestConditions) Sets theDataLakeRequestConditions
.ReadToFileOptions.setDownloadRetryOptions
(DownloadRetryOptions downloadRetryOptions) Sets theDownloadRetryOptions
.ReadToFileOptions.setOpenOptions
(Set<OpenOption> openOptions) Sets theOpenOptions
to use to configure how to open or create the file.ReadToFileOptions.setParallelTransferOptions
(com.azure.storage.common.ParallelTransferOptions parallelTransferOptions) Sets theParallelTransferOptions
to use to download to file.Sets theFileRange
.ReadToFileOptions.setRangeGetContentMd5
(Boolean rangeGetContentMd5) Sets whether the contentMD5 for the specified file range should be returned.ReadToFileOptions.setUserPrincipalName
(Boolean userPrincipalName) Sets the value for the x-ms-upn header.