order property

String? order
getter/setter pair

Ordering for this aggregation in the result.

For time series this is ignored since the ordering of points depends only on the timestamp, not the values. Possible string values are:

  • "ORDER_UNSPECIFIED" : Unspecified order. Default is Descending.
  • "ASCENDING" : Ascending sort order.
  • "DESCENDING" : Descending sort order.

Implementation

core.String? order;