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) ReadToFileOptions.setDownloadRetryOptions(DownloadRetryOptions downloadRetryOptions) ReadToFileOptions.setOpenOptions(Set<OpenOption> openOptions) ReadToFileOptions.setParallelTransferOptions(com.azure.storage.common.ParallelTransferOptions parallelTransferOptions) ReadToFileOptions.setRangeGetContentMd5(Boolean rangeGetContentMd5) ReadToFileOptions.setUserPrincipalName(Boolean userPrincipalName)