Class DataRetentionConfig
The configuration setting for Airflow database data retention mechanism.
Implements
Inherited Members
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class DataRetentionConfig : IDirectResponseSchema
Properties
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 |