Uses of Class
com.azure.storage.file.datalake.models.PathItem
Packages that use PathItem
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of PathItem in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return types with arguments of type PathItemModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<PathItem>
DataLakeDirectoryAsyncClient.listPaths()
Returns a reactive Publisher emitting all the files/directories in this directory lazily as needed.com.azure.core.http.rest.PagedFlux<PathItem>
DataLakeDirectoryAsyncClient.listPaths
(boolean recursive, boolean userPrincipleNameReturned, Integer maxResults) Returns a reactive Publisher emitting all the files/directories in this directory lazily as needed.com.azure.core.http.rest.PagedIterable<PathItem>
DataLakeDirectoryClient.listPaths()
Returns a lazy loaded list of files/directories in this directory.com.azure.core.http.rest.PagedIterable<PathItem>
DataLakeDirectoryClient.listPaths
(boolean recursive, boolean userPrincipleNameReturned, Integer maxResults, Duration timeout) Returns a lazy loaded list of files/directories in this directory.com.azure.core.http.rest.PagedFlux<PathItem>
DataLakeFileSystemAsyncClient.listPaths()
Returns a reactive Publisher emitting all the files/directories in this account lazily as needed.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()
Returns a lazy loaded list of files/directories in this account.com.azure.core.http.rest.PagedIterable<PathItem>
DataLakeFileSystemClient.listPaths
(ListPathsOptions options, Duration timeout) Returns a lazy loaded list of files/directories in this account.