Module Values.CrossClusterSearchConnectionPropertiesSource

Cross-cluster search specific connection properties.

Sourcetype nonrec t = {
  1. skipUnavailable : SkipUnavailableStatus.t option;
    (*

    The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.

    *)
}
Sourceval make : ?skipUnavailable:??? -> 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