withClustering()
Home > @gooddata/sdk-backend-spi > IDataView > withClustering
IDataView.withClustering() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Adds clustering for this data view.
Signature:
withClustering(config?: IClusteringConfig, result?: IClusteringResult): IDataView;
Parameters
Parameter | Type | Description |
---|---|---|
config | IClusteringConfig | (Optional) clustering configuration |
result | IClusteringResult | (Optional) clustering result |
Returns:
new data view with clustering enabled