Module Values.TimeBasedCollectionSchemeSource

Information about a collection scheme that uses a time period to decide how often to collect data.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : periodMs:CollectionPeriodMs.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of CollectionPeriodMs.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t