MetricSort
Home > @gooddata/sdk-code-schemas > v1 > MetricSort
v1.MetricSort interface
Signature:
export interface MetricSort
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
"ASC" | "DESC" |
Sort direction. | ||
|
[ (string | { by: string | AttributeIdentifier12 | LabelIdentifier9; element?: string; function?: "SUM" | "AVG" | "MIN" | "MAX" | "MED" | "NAT"; }), ...(string | { by: string | AttributeIdentifier12 | LabelIdentifier9; element?: string; function?: "SUM" | "AVG" | "MIN" | "MAX" | "MED" | "NAT"; })[] ] | |||
|
"metric_sort" |