Values.ConditionSourceA conditional statement with which to compare a value, after a timestamp, before a timestamp, or equal to a string or integer. If multiple conditions are specified, the conditionals become an ANDed statement. If multiple values are specified for a conditional, the values are ORd.
type nonrec t = {after : Timestamp.t option;After the specified timestamp.
*)before : Timestamp.t option;Before the specified timestamp
*)equals : AttributeValueList.t option;The value is equal to the provided string or integer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `String of StringListMemberString.t ]
list ])
list
| `Timestamp of Timestamp.t ])
list ]