Google Cloud Trace v2 API - Class Span.Types.TimeEvent.Types.Annotation (3.4.0)

public sealed class Span.Types.TimeEvent.Types.Annotation : IMessage<Span.Types.TimeEvent.Types.Annotation>, IEquatable<Span.Types.TimeEvent.Types.Annotation>, IDeepCloneable<Span.Types.TimeEvent.Types.Annotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Trace v2 API class Span.Types.TimeEvent.Types.Annotation.

Text annotation with a set of attributes.

Inheritance

object > Span.Types.TimeEvent.Types.Annotation

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

Annotation()

public Annotation()

Annotation(Annotation)

public Annotation(Span.Types.TimeEvent.Types.Annotation other)
Parameter
NameDescription
otherSpanTypesTimeEventTypesAnnotation

Properties

Attributes

public Span.Types.Attributes Attributes { get; set; }

A set of attributes on the annotation. You can have up to 4 attributes per Annotation.

Property Value
TypeDescription
SpanTypesAttributes

Description

public TruncatableString Description { get; set; }

A user-supplied message describing the event. The maximum length for the description is 256 bytes.

Property Value
TypeDescription
TruncatableString