Module Values.RuntimeSessionDataSource

The list of key-value pairs that are stored on the session.

Sourcetype nonrec t = {
  1. key : NonEmptySensitiveString.t;
    (*

    The key of the data stored on the session.

    *)
  2. value : RuntimeSessionDataValue.t;
    (*

    The value of the data stored on the session.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptySensitiveString.t | `Structure of (string * [> `String of NonEmptySensitiveString.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