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.
Implements
IMessage<Span.Types.Links>, IEquatable<Span.Types.Links>, IDeepCloneable<Span.Types.Links>, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
Links()
public Links()
Links(Span.Types.Links)
public Links(Span.Types.Links other)
Parameter | |
---|---|
Name | Description |
other | Span.Types.Links |
Properties
DroppedLinksCount
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 | |
---|---|
Type | Description |
Int32 |
Link
public RepeatedField<Span.Types.Link> Link { get; }
A collection of links.
Property Value | |
---|---|
Type | Description |
RepeatedField<Span.Types.Link> |