duration property

Duration? duration
getter/setter pair

The duration (until stopped) of the the sampling. If null, the sampling is never stopped (i.e., runs forever).

Implementation

Duration? duration;