API Reference
Class
ReaderTable
Minimal table model for ingestion (columns + rows).
Inheritance
- Object
- ReaderTable
Constructors
public ReaderTable() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Kind { get; set; } #Optional source-specific table kind/classification.
public String CallId { get; set; } #Optional source-specific call or correlation identifier.
public String Summary { get; set; } #Optional short descriptive summary.
public String PayloadHash { get; set; } #Optional stable short hash derived from the source payload.
public IReadOnlyList<String> Columns { get; set; } #Column headers.
public IReadOnlyList<IReadOnlyList<String>> Rows { get; set; } #Rows aligned with Columns.
public Int32 TotalRowCount { get; set; } #Total row count before any truncation.
public Boolean Truncated { get; set; } #True when Rows was truncated compared to TotalRowCount.