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