Column definitions with type information and entity lineage
OptionalcomputationsPre-computed aggregations for this table's data
OptionaldescriptionHuman-readable description of what this table contains
OptionalmetadataHow the data was produced, how much there is, how long it took
Unique name for this table within a collection
OptionalpageCurrent page number (1-based)
The actual row data
OptionalselectedCurrently selected rows in this table
OptionalsortingCurrent sort state applied to this table
OptionalsourceHow this table's data was produced
StaticFromCreate from a single-table DataSnapshot (legacy format)
A single named dataset: columns + rows + provenance + per-table state.
This is the standard unit of tabular data in MemberJunction. Self-describing: given just this object, a consumer knows what the data is, where it came from, and how to interpret each column.
Rows are flat
Record<string, unknown>[]— same shape as RunView/RunQuery.