IQueryDefinitionInternal 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 IQueryDefinitionInternal
type IQueryDefinitionInternal = interface
Public Interface IQueryDefinitionInternal
- Derived
Properties
ConfigurationColumn |
Array of column names to be included in the query. Any valid query column name is allowed. If not provided, then query includes all columns. |
Dataset |
Has definition for data in this query. |
DatasetAggregation |
Dictionary of aggregation expression to use in the query. The key of each item in the dictionary is the alias for the aggregated column. Query 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 |
The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter. |
DatasetGranularity |
The granularity of rows in the query. |
DatasetGrouping |
Array of group by expression to use in the query. Query can have up to 2 group by clauses. |
Timeframe |
The time frame for pulling data for the query. If custom, then a specific time period must be provided. |
TimePeriod |
Has time period for pulling data for the query. |
TimePeriodFrom |
The start date to pull data from. |
TimePeriodTo |
The end date to pull data to. |
Type |
The type of the query. |