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 document provides reference documentation for the `ProcessLinkInfo` class within the Data Lineage v1 API."],["`ProcessLinkInfo` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed for representing link details."],["The `ProcessLinkInfo` class has two constructors: a default one and another that takes an existing `ProcessLinkInfo` object as a parameter for copying."],["Key properties of `ProcessLinkInfo` include `EndTime` and `StartTime`, both of which are of type `Timestamp`, and a `Link` property that is a string representing the link's resource name."],["The latest version available in the documentation is version 1.4.0, while this specific document covers version 1.1.0."]]],[]]