API Reference
Class
CsvSchemaColumn
Describes a single column inside a CSV schema.
Inheritance
- Object
- CsvSchemaColumn
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Type DataType { get; set; } #Gets the expected data type for the column, when specified.
public Boolean IsRequired { get; set; } #Gets a value indicating whether the column must be present and non-null.
public Object DefaultValue { get; set; } #Gets the default value used when the field is missing or null.
public IReadOnlyList<CsvColumnRule> Validators { get; } #Gets the validation rules attached to this column.