forwardTraceId property

int? forwardTraceId
getter/setter pair

ID of trace.

For forward traces, this ID is unique for each trace. For return traces, it matches ID of associated forward trace. A single forward trace can be associated with none, one or more than one return trace.

Implementation

core.int? forwardTraceId;