Show / Hide Table of Contents

Class DataRetentionConfig

The configuration setting for Airflow database data retention mechanism.

Inheritance
object
DataRetentionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1.Data
Assembly: Google.Apis.CloudComposer.v1.dll
Syntax
public class DataRetentionConfig : IDirectResponseSchema

Properties

AirflowMetadataRetentionConfig

Optional. The retention policy for airflow metadata database.

Declaration
[JsonProperty("airflowMetadataRetentionConfig")]
public virtual AirflowMetadataRetentionPolicyConfig AirflowMetadataRetentionConfig { get; set; }
Property Value
Type Description
AirflowMetadataRetentionPolicyConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

TaskLogsRetentionConfig

Optional. The configuration settings for task logs retention

Declaration
[JsonProperty("taskLogsRetentionConfig")]
public virtual TaskLogsRetentionConfig TaskLogsRetentionConfig { get; set; }
Property Value
Type Description
TaskLogsRetentionConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX