Support showonly in azdatalake in order to efficiently list directories #23852
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
needs-team-triage
Workflow: This issue needs the team to triage.
Storage
Storage Service (Queues, Blobs, Files)
Feature Request
Following this issue in 2023, and this issue in 2022 no progress has been made in enabling this feature in 2024 (nearly 2025). The action of finding directories in a container is O(N) with using a standard pager that returns all paths. This is a problem when handling large numbers of files. The
showonly
REST API parameter should be supported in the Datalake sdk.The
showonly
parameter is supported in thefilesystem
package of the datalake sdk only insofar as listing deleted paths, can aListDirectoryPathsPager
function please be added?The text was updated successfully, but these errors were encountered: