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.

Implementation

core.String? dataState;