Module Values.WebDataSourceConfigurationSource

The configuration details for the web data source.

Sourcetype nonrec t = {
  1. sourceConfiguration : WebSourceConfiguration.t;
    (*

    The source configuration details for the web data source.

    *)
  2. crawlerConfiguration : WebCrawlerConfiguration.t option;
    (*

    The Web Crawler configuration details for the web data source.

    *)
}
Sourceval context_ : string
Sourceval make : ?crawlerConfiguration:??? -> sourceConfiguration:WebSourceConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of FilterPattern.t ] list | `String of UserAgent.t | `Structure of (string * [> `Integer of WebCrawlerLimitsRateLimitInteger.t | `List of [> `Structure of (string * [> `String of Url.t ]) list ] list ]) list ]) 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