ForecastDataset interface
The definition of data present in the forecast.
Properties
aggregation | Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses. |
configuration | Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. |
filter | Has filter expression to use in the forecast. |
granularity | The granularity of rows in the forecast. |
Property Details
aggregation
Dictionary of aggregation expression to use in the forecast. The key of each item in the dictionary is the alias for the aggregated column. forecast can have up to 2 aggregation clauses.
aggregation: {[propertyName: string]: ForecastAggregation}
Property Value
{[propertyName: string]: ForecastAggregation}
configuration
Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.
configuration?: ForecastDatasetConfiguration
Property Value
filter
granularity
The granularity of rows in the forecast.
granularity?: string
Property Value
string
Azure SDK for JavaScript