ForecastDataset Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The definition of data present in the forecast.
public class ForecastDataset
type ForecastDataset = class
Public Class ForecastDataset
- Inheritance
-
ForecastDataset
Constructors
ForecastDataset(IDictionary<String,ForecastAggregation>) |
Initializes a new instance of ForecastDataset. |
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. |
Columns |
Array of column names to be included in the forecast. Any valid forecast column name is allowed. If not provided, then forecast includes all columns. |
Filter |
Has filter expression to use in the forecast. |
Granularity |
The granularity of rows in the forecast. |
Applies to
Azure SDK for .NET