Module Values.PerformanceStatsConfigurationSource

Configuration settings for sharing the stream session's performance stats with the client

Sourcetype nonrec t = {
  1. sharedWithClient : Boolean.t option;
    (*

    Performance stats for the session are streamed to the client when set to true. Defaults to false.

    *)
}
Sourceval make : ?sharedWithClient:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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