API Reference
Class
ReaderTableExportBundle
Deterministic export payloads for a discovered reader table.
Inheritance
- Object
- ReaderTableExportBundle
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
Accepted by parameters
Constructors
public ReaderTableExportBundle() #Inherited Methods
Properties
public String Id { get; set; } #Stable table export identifier.
public String FileNamePrefix { get; set; } #Filesystem-safe stem suitable for CSV, Markdown, and JSON sidecar files.
public ReaderTable Table { get; set; } #Source table model.
public String Csv { get; set; } #Deterministic CSV representation.
public String Markdown { get; set; } #Deterministic GitHub-style Markdown table representation.
public String Json { get; set; } #Deterministic JSON representation.