型・APIリファレンス
Preparing search index...
SimpleAggregationResult
Interface SimpleAggregationResult
Simple集計表情報 単純な集計結果を表すインターフェース
interface
SimpleAggregationResult
{
count
:
number
;
datas
:
AggregationResultData
[]
;
labels
:
AggregationResultLabel
[]
;
}
Index
Properties
count
datas
labels
Properties
count
count
:
number
集計結果のデータ数情報
datas
datas
:
AggregationResultData
[]
集計結果のデータ
labels
labels
:
AggregationResultLabel
[]
集計結果のラベル情報
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
count
datas
labels
型・APIリファレンス
Loading...
Simple集計表情報 単純な集計結果を表すインターフェース