The Data Table Entity

DataTable

The Data Table entity contains metadata about Data Tables stored in the Catalytic platform. Data Tables can be created within Workflows, or directly via uploading a CSV or Excel-formatted spreadsheet file.

Common Properties

These are the most commonly used properties of a DataTable.

NameTypeDescription
ididThe unique ID of the Data Table
namestringThe name of the Data Table
columnsDataTableColumn[]The Columns in the Data Table
typeDataTableTypeimported, master, application, instance or batch
visibilityVisibilityopen or restricted

Catalytic.SDK.Entities.DataTableColumn

Data

Common Properties

These are the most commonly used properties of a DataTableColumn.

NameTypeDescription
idGuidThe unique ID of the Data Table
namestringThe name of the Column
typeFieldTypeThe type of data held in the column. See Fields for types.
restrictionsFieldRestrictionsMay include a string[] choices for
singleChoice and multipleChoice fields.