Aracılığıyla paylaş


QueryDataset Class

Definition

The definition of data present in the query.

public class QueryDataset
type QueryDataset = class
Public Class QueryDataset
Inheritance
QueryDataset

Constructors

QueryDataset()

Initializes a new instance of QueryDataset.

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.

Columns

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