public sealed class TimeEvents : IMessage<Span.Types.TimeEvents>, IEquatable<Span.Types.TimeEvents>, IDeepCloneable<Span.Types.TimeEvents>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.TimeEvents.
A collection of TimeEvent
s. A TimeEvent
is a time-stamped annotation
on the span, consisting of either user-supplied key:value pairs, or
details of a message sent/received between Spans.
Implements
IMessage<Span.Types.TimeEvents>, IEquatable<Span.Types.TimeEvents>, IDeepCloneable<Span.Types.TimeEvents>, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
TimeEvents()
public TimeEvents()
TimeEvents(Span.Types.TimeEvents)
public TimeEvents(Span.Types.TimeEvents other)
Parameter | |
---|---|
Name | Description |
other | Span.Types.TimeEvents |
Properties
DroppedAnnotationsCount
public int DroppedAnnotationsCount { get; set; }
The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.
Property Value | |
---|---|
Type | Description |
Int32 |
DroppedMessageEventsCount
public int DroppedMessageEventsCount { get; set; }
The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.
Property Value | |
---|---|
Type | Description |
Int32 |
TimeEvent
public RepeatedField<Span.Types.TimeEvent> TimeEvent { get; }
A collection of TimeEvent
s.
Property Value | |
---|---|
Type | Description |
RepeatedField<Span.Types.TimeEvent> |