Module Values_0.BodySectionDynamicNumericDimensionConfigurationSource

Describes the Numeric dataset column and constraints for the dynamic values used to repeat the contents of a section.

Sourcetype nonrec t = {
  1. column : ColumnIdentifier.t;
  2. limit : BodySectionDynamicDimensionLimit.t option;
    (*

    Number of values to use from the column for repetition.

    *)
  3. sortByMetrics : BodySectionDynamicDimensionSortConfigurationList.t option;
    (*

    Sort criteria on the column values that you use for repetition.

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