IForecastDefinitionInternal Interface
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.
public interface IForecastDefinitionInternal
type IForecastDefinitionInternal = interface
Public Interface IForecastDefinitionInternal
- Derived
Properties
ConfigurationColumn |
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. |
Dataset |
Has definition for data in this forecast. |
DatasetAggregation |
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. |
DatasetConfiguration |
Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided. |
DatasetFilter |
Has filter expression to use in the forecast. |
DatasetGranularity |
The granularity of rows in the forecast. |
DimensionName |
The name of the column to use in comparison. |
DimensionOperator |
The operator to use for comparison. |
DimensionValue |
Array of values to use for comparison |
FilterAnd |
The logical "AND" expression. Must have at least 2 items. |
FilterDimension |
Has comparison expression for a dimension |
FilterOr |
The logical "OR" expression. Must have at least 2 items. |
FilterTag |
Has comparison expression for a tag |
IncludeActualCost |
A boolean determining if actualCost will be included. |
IncludeFreshPartialCost |
A boolean determining if FreshPartialCost will be included. |
TagName |
The name of the column to use in comparison. |
TagOperator |
The operator to use for comparison. |
TagValue |
Array of values to use for comparison |
Timeframe |
The time frame for pulling data for the forecast. If custom, then a specific time period must be provided. |
TimePeriod |
Has time period for pulling data for the forecast. |
TimePeriodFrom |
The start date to pull data from. |
TimePeriodTo |
The end date to pull data to. |
Type |
The type of the forecast. |