| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| com.azure.storage.file.datalake.models |
Package containing classes for AzureDataLakeStorageRestAPI.
|
| Modifier and Type | Method and Description |
|---|---|
PathProperties |
DataLakePathClient.getProperties()
Returns the resources's metadata and properties.
|
PathProperties |
DataLakeFileClient.readToFile(String filePath)
Reads the entire file into a file specified by the path.
|
PathProperties |
DataLakeFileClient.readToFile(String filePath,
boolean overwrite)
Reads the entire file into a file specified by the path.
|
| Modifier and Type | Method and Description |
|---|---|
PathProperties |
DataLakeFileOpenInputStreamResult.getProperties() |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.