Module Values.StreamingExperienceSettingsSource

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

Sourcetype nonrec t = {
  1. preferredProtocol : PreferredProtocol.t option;
    (*

    The preferred protocol that you want to use while streaming your application.

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