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.
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
TaskLogsRetentionConfig
public TaskLogsRetentionConfig TaskLogsRetentionConfig { get; set; }
Optional. The configuration settings for task logs retention
Property Value | |
---|---|
Type | Description |
TaskLogsRetentionConfig |