public sealed class Span.Types.Links : IMessage<Span.Types.Links>, IEquatable<Span.Types.Links>, IDeepCloneable<Span.Types.Links>, IBufferMessage, IMessageReference 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
IMessageSpanTypesLinks, IEquatableSpanTypesLinks, IDeepCloneableSpanTypesLinks, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
Links()
public Links()Links(Links)
public Links(Span.Types.Links other)| Parameter | |
|---|---|
| Name | Description |
other |
SpanTypesLinks |
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 |
int |
|
Link
public RepeatedField<Span.Types.Link> Link { get; }A collection of links.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSpanTypesLink |
|