childSpanCount property

int? childSpanCount
getter/setter pair

The number of child spans that were generated while this span was active.

If set, allows implementation to detect missing child spans.

Optional.

Implementation

core.int? childSpanCount;