DataPreview Data Type

Abstract Type
Properties
name data type constraints description
columnNames array of string  
size number required
start number required
data string  
formattedData array of object  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "columnNames" : [ "...", "..." ],
  "size" : 12345,
  "start" : 12345,
  "data" : "...",
  "formattedData" : [ ]
}