| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeFileOpenInputStreamResult |
DataLakeFileClient.openInputStream(DataLakeFileInputStreamOptions options)
Opens a file input stream to download the specified range of the file.
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeFileInputStreamOptions |
DataLakeFileInputStreamOptions.setBlockSize(Integer blockSize) |
DataLakeFileInputStreamOptions |
DataLakeFileInputStreamOptions.setConsistentReadControl(ConsistentReadControl consistentReadControl) |
DataLakeFileInputStreamOptions |
DataLakeFileInputStreamOptions.setRange(FileRange range) |
DataLakeFileInputStreamOptions |
DataLakeFileInputStreamOptions.setRequestConditions(DataLakeRequestConditions requestConditions) |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.