型・APIリファレンス
    Preparing search index...

    Interface SimpleAggregationResult

    Simple集計表情報 単純な集計結果を表すインターフェース

    interface SimpleAggregationResult {
        count: number;
        datas: AggregationResultData[];
        labels: AggregationResultLabel[];
    }
    Index

    Properties

    Properties

    count: number

    集計結果のデータ数情報

    集計結果のデータ

    集計結果のラベル情報