Module Values.PoAttributesSource

The supported properties for a PO type data set.

Sourcetype nonrec t = {
  1. encoding : String_.t option;
    (*

    The character set encoding of the data set.

    *)
  2. format : String_.t;
    (*

    The format of the data set records.

    *)
  3. memberFileExtensions : String20List.t;
    (*

    An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.

    *)
}
Sourceval context_ : string
Sourceval make : ?encoding:??? -> format:String_.t -> memberFileExtensions:String20List.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String20.t ] list | `String of String_.t ]) 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