| 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 |
|---|---|
com.azure.core.http.rest.PagedFlux<PathItem> |
DataLakeFileSystemAsyncClient.listPaths(ListPathsOptions options)
Returns a reactive Publisher emitting all the files/directories in this account lazily as needed.
|
com.azure.core.http.rest.PagedIterable<PathItem> |
DataLakeFileSystemClient.listPaths(ListPathsOptions options,
Duration timeout)
Returns a lazy loaded list of files/directories in this account.
|
| Modifier and Type | Method and Description |
|---|---|
ListPathsOptions |
ListPathsOptions.setMaxResults(Integer maxResults)
Specifies the maximum number of blobs to return, including all BlobPrefix elements.
|
ListPathsOptions |
ListPathsOptions.setPath(String path)
Specifies the path to filter the results to.
|
ListPathsOptions |
ListPathsOptions.setRecursive(boolean recursive)
Specifies if the call to listContainersSegment should recursively include all paths.
|
ListPathsOptions |
ListPathsOptions.setUserPrincipalNameReturned(boolean isUserPrincipalNameReturned)
Valid only when Hierarchical Namespace is enabled for the account.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.