QueryDataset interface
查詢中存在的資料定義。
屬性
aggregation | 查詢中要使用的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 查詢最多可以有 2 個匯總子句。 |
configuration | 具有匯出中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。 |
filter | 查詢中使用的篩選運算式。 請參閱我們的查詢 API REST 檔,以瞭解如何正確格式化篩選。 |
granularity | 查詢中資料列的資料細微性。 |
grouping | 依運算式在查詢中使用的群組陣列。 查詢最多可以有 2 個群組 by 子句。 |
屬性詳細資料
aggregation
查詢中要使用的匯總運算式字典。 字典中每個專案的索引鍵是匯總資料行的別名。 查詢最多可以有 2 個匯總子句。
aggregation?: {[propertyName: string]: QueryAggregation}
屬性值
{[propertyName: string]: QueryAggregation}
configuration
具有匯出中資料的組態資訊。 如果提供匯總和群組,則會忽略組態。
configuration?: QueryDatasetConfiguration
屬性值
filter
granularity
查詢中資料列的資料細微性。
granularity?: string
屬性值
string