API Reference
Class
CsvSchemaColumn
Describes a single column inside a CSV schema.
Inheritance
- Object
- CsvSchemaColumn
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CsvSchema.Columns
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.