RollupSchema
Specification for rollup that can be supplied in a table request.
Properties
dimensions
Array[String]
An array of dimension columns.
measures
Array
An array of measure columns. Specify each item in the array as a JSON object having the following properties:
type
: The type of the measure. Possible values:count
,min
,max
,sum
.name
: The name of the measure.baseColumn
: An optional property describing the name of the column on which to apply this measure definition.
timeResolution
String
Possible values: millisecond
, second
, minute
, fifteen_minute
, thirty_minute
, hour
, day
, week
, month
, quarter
, year
Default: millisecond
The time chunking granularity for this table.