Google Cloud Trace v2 API - Enum Span.Types.Link.Types.Type (3.1.0)

public enum Type

Reference documentation and code samples for the Google Cloud Trace v2 API enum Span.Types.Link.Types.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.