timestampOrder property

String? timestampOrder
getter/setter pair

Order the sequences in increasing or decreasing order of timestamps.

Default is descending order of timestamps (latest first). Possible string values are:

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

Implementation

core.String? timestampOrder;