This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
Dataset properties
Updated: March 23, 2017
The current v1 of datasets API only allows for a dataset to be created with a name and a collection of tables. Each table can have a name and a collection of columns. Each column has a name and datatype. We are greatly expanding these properties most notably with support for measures and relationships between tables. The complete list of supported properties for this release is as follows:
A string describing how the value should be formatted when it is displayed. To learn more about string formatting, see FORMAT_STRING Contents.
False
False
sortByColumn
String
String name of a column in the same table to be used to order the current column.
False
False
dataCategory
String
String value to be used for the data category which describes the data within this column. Some common values include: Address, City, Continent, Country, Image, ImageUrl, Latitude, Longitude, Organization, Place, PostalCode, StateOrProvince, WebUrl
False
False
isHidden
Boolean
Property indicating if the column is hidden from view. Default is false.
False
False
summarizeBy
String
Default aggregation method for the column. Values include: default, none, sum, min, max, count, average, distinctCount