Delen via


IQueryDatasetInternal Interface

Definition

public interface IQueryDatasetInternal
type IQueryDatasetInternal = interface
Public Interface IQueryDatasetInternal
Derived

Properties

Aggregation

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.

Configuration

Has configuration information for the data in the export. The configuration will be ignored if aggregation and grouping are provided.

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.

Filter

The filter expression to use in the query. Please reference our Query API REST documentation for how to properly format the filter.

Granularity

The granularity of rows in the query.

Grouping

Array of group by expression to use in the query. Query can have up to 2 group by clauses.

Applies to