Options
Menu

Interface VolumeStats

Hierarchy

  • VolumeStats

Index

Properties

Properties

Optional max

max: undefined | number

The maximum volume value recorded during the test.

Optional min

min: undefined | number

The smallest non-zero volume value encountered.

timestamps

timestamps: number[]

The timestamps of the recorded values. For example, the 0th indexed timestamp correlates to when the 0th indexed volume value was recorded.

values

values: number[]

The recorded volume values encountered during the test.

Generated using TypeDoc