Uses of Class
com.azure.storage.file.datalake.models.ListPathsOptions
Packages that use ListPathsOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing the data models for AzureDataLakeStorageRestAPI.
-
Uses of ListPathsOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type ListPathsOptionsModifier and TypeMethodDescriptioncom.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. -
Uses of ListPathsOptions in com.azure.storage.file.datalake.models
Methods in com.azure.storage.file.datalake.models that return ListPathsOptionsModifier and TypeMethodDescriptionListPathsOptions.setMaxResults(Integer maxResults) Specifies the maximum number of blobs to return, including all BlobPrefix elements.Specifies the path to filter the results to.ListPathsOptions.setRecursive(boolean recursive) Specifies if the call to listContainersSegment should recursively include all paths.ListPathsOptions.setUserPrincipalNameReturned(boolean isUserPrincipalNameReturned) Valid only when Hierarchical Namespace is enabled for the account.