Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description |
|---|---|
| Columns | Array of columns in the DataSet.A column consists of a column name and type.Valid types are STRING, DECIMAL, LONG, DOUBLE, DATE, and DATETIME.For example: [{ "type": "STRING", "name": "Friend"},{ "type": "STRING", "name": "Attending"}] |
| Description | Description of DataSet to create. |
| Name | Name of the DataSet to create. |