Class DataRetentionConfig
The configuration setting for Airflow database data retention mechanism.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class DataRetentionConfig : IDirectResponseSchema
Properties
AirflowDatabaseRetentionDays
Optional. The number of days describing for how long to store event-based records in airflow database. If the retention mechanism is enabled this value must be a positive integer otherwise, value should be set to 0.
Declaration
[JsonProperty("airflowDatabaseRetentionDays")]
public virtual int? AirflowDatabaseRetentionDays { get; set; }
Property Value
Type | Description |
---|---|
int? |
AirflowMetadataRetentionConfig
Optional. The retention policy for airflow metadata database.
Declaration
[JsonProperty("airflowMetadataRetentionConfig")]
public virtual AirflowMetadataRetentionPolicyConfig AirflowMetadataRetentionConfig { get; set; }
Property Value
Type | Description |
---|---|
AirflowMetadataRetentionPolicyConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskLogsRetentionConfig
Optional. The configuration settings for task logs retention
Declaration
[JsonProperty("taskLogsRetentionConfig")]
public virtual TaskLogsRetentionConfig TaskLogsRetentionConfig { get; set; }
Property Value
Type | Description |
---|---|
TaskLogsRetentionConfig |