public sealed class TaskLogsRetentionConfig : IMessage<TaskLogsRetentionConfig>, IEquatable<TaskLogsRetentionConfig>, IDeepCloneable<TaskLogsRetentionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class TaskLogsRetentionConfig.
[[["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."],[[["The `TaskLogsRetentionConfig` class is part of the Google Cloud Composer v1 API, specifically within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace."],["This class is designed to manage the configuration settings for task logs in Airflow."],["The `TaskLogsRetentionConfig` class is available in multiple versions, ranging from 1.0.0 to the latest version, 2.9.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has a property called `StorageMode`, which defines how the logs will be stored, and takes a value from the `TaskLogsStorageMode` type."]]],[]]