public sealed class DataRetentionConfig : IMessage<DataRetentionConfig>, IEquatable<DataRetentionConfig>, IDeepCloneable<DataRetentionConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class DataRetentionConfig.
The configuration setting for Airflow database data retention mechanism.
Implements
IMessageDataRetentionConfig, IEquatableDataRetentionConfig, IDeepCloneableDataRetentionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
DataRetentionConfig()
public DataRetentionConfig()DataRetentionConfig(DataRetentionConfig)
public DataRetentionConfig(DataRetentionConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
DataRetentionConfig |
Properties
AirflowMetadataRetentionConfig
public AirflowMetadataRetentionPolicyConfig AirflowMetadataRetentionConfig { get; set; }Optional. The retention policy for airflow metadata database.
| Property Value | |
|---|---|
| Type | Description |
AirflowMetadataRetentionPolicyConfig |
|
TaskLogsRetentionConfig
public TaskLogsRetentionConfig TaskLogsRetentionConfig { get; set; }Optional. The configuration settings for task logs retention
| Property Value | |
|---|---|
| Type | Description |
TaskLogsRetentionConfig |
|