Module Values.ConfluenceCrawlerConfigurationSource

The configuration of the Confluence content. For example, configuring specific types of Confluence content.

Sourcetype nonrec t = {
  1. filterConfiguration : CrawlFilterConfiguration.t option;
    (*

    The configuration of filtering the Confluence content. For example, configuring regular expression patterns to include or exclude certain content.

    *)
}
Sourceval make : ?filterConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of FilterPattern.t ] list | `String of FilteredObjectType.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