Values.TimeBasedCollectionSchemeSourceInformation about a collection scheme that uses a time period to decide how often to collect data.
type nonrec t = {periodMs : CollectionPeriodMs.t;The time period (in milliseconds) to decide how often to collect data. For example, if the time period is 60000, the Edge Agent software collects data once every minute.
*)}