com.azure.core.http.rest.PagedFlux<PathDeletedItem> |
DataLakeFileSystemAsyncClient.listDeletedPaths() |
Returns a reactive Publisher emitting all the files/directories in this filesystem that have been recently soft
deleted lazily as needed.
|
com.azure.core.http.rest.PagedFlux<PathDeletedItem> |
DataLakeFileSystemAsyncClient.listDeletedPaths(String prefix) |
Returns a reactive Publisher emitting all the files/directories in this account lazily as needed.
|
com.azure.core.http.rest.PagedIterable<PathDeletedItem> |
DataLakeFileSystemClient.listDeletedPaths() |
Returns a lazy loaded list of files/directories recently soft deleted in this file system.
|
com.azure.core.http.rest.PagedIterable<PathDeletedItem> |
DataLakeFileSystemClient.listDeletedPaths(String prefix,
Duration timeout,
com.azure.core.util.Context context) |
Returns a lazy loaded list of files/directories recently soft deleted in this account.
|