samplePeriod property

Duration? samplePeriod
final

The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.

Implementation

final Duration? samplePeriod;