eventDataRetention property

String? eventDataRetention
getter/setter pair

The length of time that event-level data is retained. Possible string values are:

  • "RETENTION_DURATION_UNSPECIFIED" : Data retention time duration is not specified.
  • "TWO_MONTHS" : The data retention time duration is 2 months.
  • "FOURTEEN_MONTHS" : The data retention time duration is 14 months.
  • "TWENTY_SIX_MONTHS" : The data retention time duration is 26 months. Available to 360 properties only.
  • "THIRTY_EIGHT_MONTHS" : The data retention time duration is 38 months. Available to 360 properties only.
  • "FIFTY_MONTHS" : The data retention time duration is 50 months. Available to 360 properties only.

Implementation

core.String? eventDataRetention;