Fact
Home > @gooddata/sdk-code-schemas > v1 > Fact
v1.Fact interface
Signature:
export interface Fact
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"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) | ||
|
boolean |
(Optional) Optional flag to indicate if the fact can contain null values. | ||
|
string |
(Optional) Optional value which can be used as replacement for NULL in join conditions. | ||
|
boolean |
(Optional) Optional flag to indicate if the fact should be shown in AI results. When omitted, the fact is visible. | ||
|
string |
(Optional) A column name in the physical database. Optional, equals to id by default. | ||
|
(Optional) | |||
|
string |
(Optional) A human readable title of the field. Optional, derived from id if not provided explicitly. | ||
|
"fact" |