kind property

String? kind
getter/setter pair

Metric aggregation kind.

The possible metric aggregation kinds are "Sum", "Max", "Min", "Mean", "Set", "And", "Or", and "Distribution". The specified aggregation kind is case-insensitive. If omitted, this is not an aggregated value but instead a single metric sample value.

Implementation

core.String? kind;