次の方法で共有


AggregationType type

AggregationType の値を定義します。

type AggregationType =
  | "None"
  | "Average"
  | "Count"
  | "Minimum"
  | "Maximum"
  | "Total"