Module Values_0.TopBottomRankedComputationSource

The top ranked and bottom ranked computation configuration.

Sourcetype nonrec t = {
  1. computationId : ShortRestrictiveResourceId.t;
    (*

    The ID for a computation.

    *)
  2. name : String_.t option;
    (*

    The name of a computation.

    *)
  3. category : DimensionField.t option;
    (*

    The category field that is used in a computation.

    *)
  4. value : MeasureField.t option;
    (*

    The value field that is used in a computation.

    *)
  5. resultSize : TopBottomRankedComputationResultSize.t option;
    (*

    The result size of a top and bottom ranked computation.

    *)
  6. type_ : TopBottomComputationType.t;
    (*

    The computation type. Choose one of the following options: TOP: A top ranked computation. BOTTOM: A bottom ranked computation.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?category:??? -> ?value:??? -> ?resultSize:??? -> computationId:ShortRestrictiveResourceId.t -> type_:TopBottomComputationType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of TopBottomRankedComputationResultSize.t | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of FieldId.t | `Structure of (string * [> `Enum of string | `String of DataSetIdentifier.t | `Structure of (string * [> `Double of PercentileValue.t | `String of NullString.t | `Structure of (string * [> `Enum of string | `String of Prefix.t | `Structure of (string * [> `Enum of string | `Long of DecimalPlaces.t | `String of NullString.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]) 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