Class GoogleAnalyticsAdminV1betaDataRetentionSettings
Settings values for data retention. This is a singleton resource.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaDataRetentionSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventDataRetention
The length of time that event-level data is retained.
Declaration
[JsonProperty("eventDataRetention")]
public virtual string EventDataRetention { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ResetUserDataOnNewActivity
If true, reset the retention period for the user identifier with every event from that user.
Declaration
[JsonProperty("resetUserDataOnNewActivity")]
public virtual bool? ResetUserDataOnNewActivity { get; set; }
Property Value
Type | Description |
---|---|
bool? |