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.
[[["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 page provides reference documentation for the `ProcessLinkInfo` class within the Data Lineage v1 API, specifically for version 1.3.0 of the Google Cloud .NET library."],["`ProcessLinkInfo` is a class that represents link details and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ProcessLinkInfo` contains constructor overloads to instantiate a new instance or to copy the data from another instance of the class."],["Key properties of `ProcessLinkInfo` include `EndTime`, `Link` (representing the link's name), and `StartTime`, which are used to define when a link-process tuple began and ended."],["The data of `ProcessLinkInfo` can be accessed from the namespace `Google.Cloud.DataCatalog.Lineage.V1` and the `Google.Cloud.DataCatalog.Lineage.V1.dll` assembly."]]],[]]