Uses of Class
com.azure.storage.file.datalake.models.FileRange
-
Packages that use FileRange Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.options Package containing options model classes used by Azure Storage File Datalake. -
-
Uses of FileRange in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type FileRange 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.FileReadResponseDataLakeFileClient. 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 FileRange in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return FileRange Modifier and Type Method Description FileRangeDataLakeFileInputStreamOptions. getRange()Methods in com.azure.storage.file.datalake.options with parameters of type FileRange Modifier and Type Method Description DataLakeFileInputStreamOptionsDataLakeFileInputStreamOptions. setRange(FileRange range)
-