public sealed class Span.Types.TimeEvents : IMessage<Span.Types.TimeEvents>, IEquatable<Span.Types.TimeEvents>, IDeepCloneable<Span.Types.TimeEvents>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.TimeEvents.
A collection of TimeEvents. 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
IMessageSpanTypesTimeEvents, IEquatableSpanTypesTimeEvents, IDeepCloneableSpanTypesTimeEvents, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
TimeEvents()
public TimeEvents()TimeEvents(TimeEvents)
public TimeEvents(Span.Types.TimeEvents other)| Parameter | |
|---|---|
| Name | Description |
other |
SpanTypesTimeEvents |
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 |
int |
|
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 |
int |
|
TimeEvent
public RepeatedField<Span.Types.TimeEvent> TimeEvent { get; }A collection of TimeEvents.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSpanTypesTimeEvent |
|