Topic Column
Constructors
Properties
The type of aggregation that is performed on the column data when it's queried.
The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT
, DISTINCT_COUNT
, MIN
, MAX
, MEDIAN
, SUM
, AVERAGE
, STDEV
, STDEVP
, VAR
, VARP
, and PERCENTILE
.
The other names or aliases for the column cell value.
The role of the column in the data. Valid values are DIMENSION
and MEASURE
.
A description of the column and its contents.
A user-friendly name for the column.
The name of the column.
The other names or aliases for the column.
The order in which data is displayed for the column when it's used in a comparative context.
The default formatting used for values in the column.
A Boolean value that indicates whether the column shows in the autocomplete functionality.
A Boolean value that indicates whether the column is included in the query results.
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
The non additive value for the column.
The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT
, DISTINCT_COUNT
, MIN
, MAX
, MEDIAN
, SUM
, AVERAGE
, STDEV
, STDEVP
, VAR
, VARP
, and PERCENTILE
.
The semantic type of data contained in the column.
The level of time precision that is used to aggregate DateTime
values.