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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DataRetentionConfig` class within the Google Cloud Composer v1 API, specifically for version 2.7.0."],["`DataRetentionConfig` is a class that manages the configuration settings for how Airflow database data is retained, and is accessible under the namespace `Google.Cloud.Orchestration.Airflow.Service.V1`."],["The page outlines the class's inheritance structure, interfaces it implements such as `IMessage`, `IEquatable`, `IDeepCloneable`, and its implementation within `Google.Protobuf`."],["There are two constructors for the class, one empty and one that accepts another `DataRetentionConfig` as a parameter."],["The class `DataRetentionConfig` contains one property, called `TaskLogsRetentionConfig`, which represents the configuration settings for task logs retention."]]],[]]