caret_analyze.value_objects.qos module

class caret_analyze.value_objects.qos.Qos(depth: int)

Bases: ValueObject, Summarizable

Qos info.

Note:

Currently, only DEPTH is supported, but it is desirable to support other QoS by adding trace points.

property depth: int

Get depth.

Returns

int

Depth.

property summary: Summary

Get summary.

Returns

Summary

Summary.