metrics property

List<String>? metrics
getter/setter pair

Metrics of the AsyncQuery.

Example: ["name:message_count,func:sum,alias:sum_message_count"]

Implementation

core.List<core.String>? metrics;