Module Values.FileConfigurationSource

The configuration for what files should be pulled from the source.

Sourcetype nonrec t = {
  1. folders : FolderList.t;
    (*

    Identifiers for the source folders to pull all files from recursively.

    *)
  2. filters : FieldsMap.t option;
    (*

    Restrictions for what files should be pulled from the source.

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> folders:FolderList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NonBlankLongString.t ] list | `Map of ([> `String of NonBlankString.t ] * [> `List of [> `String of Fields.t ] 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