Data Lineage v1 API - Class ProcessLinkInfo (1.3.0)

public sealed class ProcessLinkInfo : IMessage<ProcessLinkInfo>, IEquatable<ProcessLinkInfo>, IDeepCloneable<ProcessLinkInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class ProcessLinkInfo.

Link details.

Inheritance

object > ProcessLinkInfo

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ProcessLinkInfo()

public ProcessLinkInfo()

ProcessLinkInfo(ProcessLinkInfo)

public ProcessLinkInfo(ProcessLinkInfo other)
Parameter
NameDescription
otherProcessLinkInfo

Properties

EndTime

public Timestamp EndTime { get; set; }

The end of the last event establishing this link-process tuple.

Property Value
TypeDescription
Timestamp
public string Link { get; set; }

The name of the link in the format of projects/{project}/locations/{location}/links/{link}.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

The start of the first event establishing this link-process tuple.

Property Value
TypeDescription
Timestamp