API Reference
Class
ReaderTableColumnProfile
Inferred column profile for reader table ingestion consumers.
Inheritance
- Object
- ReaderTableColumnProfile
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 ReaderTable.ColumnProfiles
- Method ReaderTableProfiler.CreateProfiles
Constructors
public ReaderTableColumnProfile() #Inherited Methods
Properties
public Int32 Index { get; set; } #Zero-based column index aligned to Columns.
public String Name { get; set; } #Column name aligned to Columns.
public ReaderTableColumnKind Kind { get; set; } #Inferred content kind for the column.
public Int32 NonEmptyCellCount { get; set; } #Number of non-empty body cells inspected for this column.
public Int32 NumericCellCount { get; set; } #Number of non-empty body cells that looked numeric.
public Double Confidence { get; set; } #Confidence score between 0 and 1 for the inferred Kind.
public Boolean IsNumeric { get; } #True when the column profile is numeric.