IDataView
Home > @gooddata/sdk-backend-spi > IDataView
IDataView interface
A view on the calculated data.
Signature:
export interface IDataView
Remarks
See also the {@link @gooddata/sdk-ui#DataViewFacade}
. This wrapper on top of this raw IDataView can be used to work with the data in a way more convenient fashion.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
(BETA) (Optional) Configuration for the clustering, if available. | ||
|
(BETA) (Optional) Clustering result, if available. | ||
|
number[] |
Count of data in each dimension. | |
|
The calculated data. Dimensionality of the data matches the dimensions requested at execution time. | ||
|
Full definition of execution that computed data included in this DataView. | ||
|
(BETA) (Optional) Configuration for the forecasting, if available. | ||
|
(BETA) (Optional) Forecasting result, if available. | ||
|
IResultHeader[][][] |
Headers are metadata for the data in this view. | |
|
(ALPHA) Additional metadata for the particular execution result. | ||
|
number[] |
Coordinates of where this data view starts. One coordinate per result dimension. | |
|
Result of the execution that calculated data for this view. | ||
|
number[] |
Total size of data in each dimension. | |
|
DataValue[][][] |
(Optional) Grand totals included in this data view. | |
|
DataValue[][][] |
(Optional) Totals of grand totals included in this data view. | |
|
(Optional) Result warnings. |
Methods
Method |
Description |
---|---|
(BETA) Return clustering data view. This object is empty if | |
Tests if this data view is same as the other data view. | |
Unique fingerprint of this data view. | |
(BETA) Return forecast data view. This object is empty if not | |
(BETA) Adds clustering for this data view. | |
(BETA) Adds forecast for this data view. |