Azure.Storage.Files.DataLake.Models.PathGetSystemPropertiesOptions
Optional parameters for getting the system properties of a path with
GetSystemProperties.
namespace Azure.Storage.Files.DataLake.Models
{
public class PathGetSystemPropertiesOptions
{
public DataLakeRequestConditions RequestConditions { get; set; }
public PathGetSystemPropertiesOptions();
}
}
namespace Azure.Storage.Files.DataLake.Models
{
public class DataLakeQueryCsvTextOptions : DataLakeQueryTextOptions
{
public string RecordSeparator { get; set; }
public string ColumnSeparator { get; set; }
public char? QuotationCharacter { get; set; }
public char? EscapeCharacter { get; set; }
public bool HasHeaders { get; set; }
public DataLakeQueryCsvTextOptions();
}
}