Module Values_0.ReferenceLineDynamicDataConfigurationSource

The dynamic configuration of the reference line data configuration.

Sourcetype nonrec t = {
  1. column : ColumnIdentifier.t;
    (*

    The column that the dynamic data targets.

    *)
  2. measureAggregationFunction : AggregationFunction.t option;
    (*

    The aggregation function that is used in the dynamic data.

    *)
  3. calculation : NumericalAggregationFunction.t;
    (*

    The calculation that is used in the dynamic data.

    *)
}
Sourceval context_ : string
Sourceval make : ?measureAggregationFunction:??? -> column:ColumnIdentifier.t -> calculation:NumericalAggregationFunction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `Enum of string | `String of String_.t | `Structure of (string * [> `Double of PercentileValue.t ]) list ]) list ]) list ]) 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