Data Lineage v1 API - Class Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement (1.0.0-beta01)

public sealed class Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement : IMessage<Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement>, IEquatable<Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement>, IDeepCloneable<Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement.

Lineage enablement configuration. Defines configurations for the ingestion of lineage for the resource and its children.

Inheritance

object > Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement

Namespace

Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1

Assembly

Google.Cloud.DataCatalog.Lineage.ConfigManagement.V1.dll

Constructors

LineageEnablement()

public LineageEnablement()

LineageEnablement(LineageEnablement)

public LineageEnablement(Config.Types.Ingestion.Types.IngestionRule.Types.LineageEnablement other)
Parameter
Name Description
other ConfigTypesIngestionTypesIngestionRuleTypesLineageEnablement

Properties

Enabled

public bool Enabled { get; set; }

Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.

Property Value
Type Description
bool

HasEnabled

public bool HasEnabled { get; }

Gets whether the "enabled" field is set

Property Value
Type Description
bool