<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.Models.DataLakeGetPathsOptions

Optional parameters for GetPathsAsync and GetPathsAsync.
public string Path { get; set; }

Filters results to paths within the specified directory. Not applicable for GetPathsAsync.

public bool Recursive { get; set; }

If true, all paths are listed; otherwise, only paths at the root of the filesystem are listed.

public string StartFrom { get; set; }

Optional. A relative path within the specified directory where the listing will start from. For example, a recursive listing under directory folder1/folder2 with beginFrom as folder3/readmefile.txt will start listing from folder1/folder2/folder3/readmefile.txt. Please note that, multiple entity levels are supported for recursive listing. Non-recursive listing supports only one entity level. An error will appear if multiple entity levels are specified for non-recursive listing.

public bool UserPrincipalName { get; set; }

Optional. Valid only when Hierarchical Namespace is enabled for the account. If "true", the user identity values returned in the owner and group fields of each list entry will be transformed from Azure Active Directory Object IDs to User Principal Names. If "false", the values will be returned as Azure Active Directory Object IDs. The default value is false. Note that group and application Object IDs are not translated because they do not have unique friendly names.