Module Values.RequestProgressSource

Container for specifying if periodic QueryProgress messages should be sent.

Sourcetype nonrec t = {
  1. enabled : EnableRequestProgress.t option;
    (*

    Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.

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