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

Azure.Storage.Files.DataLake.Models.DataLakeGetPathsOptions

Optional parameters for GetPathsAsync and GetPathsAsync.
namespace Azure.Storage.Files.DataLake.Models { public class DataLakeGetPathsOptions { public string Path { get; set; } public bool Recursive { get; set; } public bool UserPrincipalName { get; set; } public string StartFrom { get; set; } public DataLakeGetPathsOptions(); } }