AggregatedFact
Home > @gooddata/sdk-code-schemas > v1 > AggregatedFact
v1.AggregatedFact interface
Signature:
export interface AggregatedFact
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"MIN" | "MAX" | "SUM" |
Aggregation method for the fact. Mapped to sourceFactReference in the API. | ||
|
string |
ID of the source fact this aggregated fact is based on. Mapped to sourceFactReference in the API. | ||
|
"INT" | "STRING" | "DATE" | "NUMERIC" | "TIMESTAMP" | "TIMESTAMP_TZ" | "BOOLEAN" |
A column data type in the physical database. | ||
|
string |
(Optional) An optional description of the field. | ||
|
boolean |
(Optional) Optional flag to indicate if the aggregated fact can contain null values. | ||
|
string |
(Optional) Optional value which can be used as replacement for NULL in join conditions. | ||
|
string |
(Optional) A column name in the physical database. Optional, equals to id by default. | ||
|
(Optional) | |||
|
"aggregated_fact" |