samplingCount property

int? samplingCount
getter/setter pair

The total number of logged data to import.

If available data is less than the sampling count, all data will be imported. Default is 100.

Optional.

Implementation

core.int? samplingCount;