Cloud Composer v1 API - Class DataRetentionConfig (2.5.0)

public sealed class DataRetentionConfig : IMessage<DataRetentionConfig>, IEquatable<DataRetentionConfig>, IDeepCloneable<DataRetentionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class DataRetentionConfig.

The configuration setting for Airflow database data retention mechanism.

Inheritance

object > DataRetentionConfig

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

DataRetentionConfig()

public DataRetentionConfig()

DataRetentionConfig(DataRetentionConfig)

public DataRetentionConfig(DataRetentionConfig other)
Parameter
NameDescription
otherDataRetentionConfig

Properties

TaskLogsRetentionConfig

public TaskLogsRetentionConfig TaskLogsRetentionConfig { get; set; }

Optional. The configuration settings for task logs retention

Property Value
TypeDescription
TaskLogsRetentionConfig