Class 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
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class TimeEvents : IDirectResponseSchemaProperties
DroppedAnnotationsCount
The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.
Declaration
[JsonProperty("droppedAnnotationsCount")]
public virtual int? DroppedAnnotationsCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
DroppedMessageEventsCount
The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.
Declaration
[JsonProperty("droppedMessageEventsCount")]
public virtual int? DroppedMessageEventsCount { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
TimeEvent
A collection of TimeEvents.
Declaration
[JsonProperty("timeEvent")]
public virtual IList<TimeEvent> TimeEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<TimeEvent> |