Azure.Storage.Files.DataLake.Models.DataLakeQueryError
Data Lake query error.
namespace Azure.Storage.Files.DataLake.Models
{
public class DataLakeQueryError
{
public string Name { get; }
public string Description { get; }
public bool IsFatal { get; }
public long Position { get; }
}
}