dataState property

String? dataState
getter/setter pair

The data state to be fetched, can be full or all, the latter including full and partial data. Possible string values are:

  • "DATA_STATE_UNSPECIFIED" : Default value, should not be used.
  • "FINAL" : Include full final data only, without partial.
  • "ALL" : Include all data, full and partial.
  • "HOURLY_ALL" : Include hourly data, full and partial. Required when grouping by HOUR.

Implementation

core.String? dataState;