Values.ConditionsSourceThe conditions including range, object count, and threshold for the calculated attribute.
type nonrec t = {range : Range.t option;The relative time period over which data is included in the aggregation.
*)objectCount : ObjectCount.t option;The number of profile objects used for the calculated attribute.
*)threshold : Threshold.t option;The threshold for the calculated attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ObjectCount.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Value.t
| `String of String1To255.t
| `Structure of
(string * [> `Integer of ValueRangeStart.t ]) list ])
list ])
list ]