Google Cloud Trace v2 API - Class Span.Types.Links (3.3.0)

public sealed class Links : IMessage<Span.Types.Links>, IEquatable<Span.Types.Links>, IDeepCloneable<Span.Types.Links>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.Links.

A collection of links, which are references from this span to a span in the same or different trace.

Inheritance

Object > Span.Types.Links

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

public Links()
public Links(Span.Types.Links other)
Parameter
NameDescription
otherSpan.Types.Links

Properties

public int DroppedLinksCount { get; set; }

The number of dropped links after the maximum size was enforced. If this value is 0, then no links were dropped.

Property Value
TypeDescription
Int32
public RepeatedField<Span.Types.Link> Link { get; }

A collection of links.

Property Value
TypeDescription
RepeatedField<Span.Types.Link>