Enum Span.Types.Link.Types.Type (2.3.0)

public enum Type

The relationship of the current span relative to the linked span: child, parent, or unspecified.

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Fields

NameDescription

The linked span is a child of the current span.

The linked span is a parent of the current span.

The relationship of the two spans is unknown.