overflowPolicy property

String? overflowPolicy
getter/setter pair

The overflow policy enum for this experiment payload. Possible string values are:

  • "POLICY_UNSPECIFIED" : See go/protosdosdonts.
  • "DISCARD_OLDEST" : Discard oldest experiments (by experiment_start_time) first.
  • "IGNORE_NEWEST" : Ignore newest experiments first.

Implementation

core.String? overflowPolicy;