Module Values_0.RouteSource

Specifies a route node that directs data to different output paths based on defined filtering conditions.

Sourcetype nonrec t = {
  1. name : NodeName.t;
    (*

    The name of the route node.

    *)
  2. inputs : OneInput.t;
    (*

    The input connection for the route node.

    *)
  3. groupFiltersList : GroupFiltersList.t;
    (*

    A list of group filters that define the routing conditions and criteria for directing data to different output paths.

    *)
}
Sourceval context_ : string
Sourceval make : name:NodeName.t -> inputs:OneInput.t -> groupFiltersList:GroupFiltersList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NodeId.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of EnclosedInStringProperty.t ] list ]) list ] list ]) list ] list | `String of GenericLimitedString.t ]) list ] list | `String of NodeName.t ]) 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