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

public sealed class Span.Types.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
otherSpanTypesLinks

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
int
public RepeatedField<Span.Types.Link> Link { get; }

A collection of links.

Property Value
TypeDescription
RepeatedFieldSpanTypesLink