Show / Hide Table of Contents

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.

Inheritance
object
TimeEvents
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class TimeEvents : IDirectResponseSchema

Properties

DroppedAnnotationsCount

Optional. 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

Optional. 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

Optional. A collection of TimeEvents.

Declaration
[JsonProperty("timeEvent")]
public virtual IList<TimeEvent> TimeEvent { get; set; }
Property Value
Type Description
IList<TimeEvent>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX