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();
}
}