public enum Span.Types.Link.Types.TypeReference 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.V2Assembly
Google.Cloud.Trace.V2.dll
Fields |
|
|---|---|
| Name | Description |
ChildLinkedSpan |
The linked span is a child of the current span. |
ParentLinkedSpan |
The linked span is a parent of the current span. |
Unspecified |
The relationship of the two spans is unknown. |