aggregationInterval property

String? aggregationInterval
getter/setter pair

The aggregation interval for the logs.

Default value is INTERVAL_5_SEC.

Optional. Possible string values are:

  • "AGGREGATION_INTERVAL_UNSPECIFIED" : If not specified, will default to INTERVAL_5_SEC.
  • "INTERVAL_5_SEC" : Aggregate logs in 5s intervals.
  • "INTERVAL_30_SEC" : Aggregate logs in 30s intervals.
  • "INTERVAL_1_MIN" : Aggregate logs in 1m intervals.
  • "INTERVAL_5_MIN" : Aggregate logs in 5m intervals.
  • "INTERVAL_10_MIN" : Aggregate logs in 10m intervals.
  • "INTERVAL_15_MIN" : Aggregate logs in 15m intervals.

Implementation

core.String? aggregationInterval;