Module Values.ArchiveOutputSettingsSource

Archive Output Settings

Sourcetype nonrec t = {
  1. containerSettings : ArchiveContainerSettings.t;
    (*

    Container for this output. Can be auto-detected from extension field.

    *)
  2. extension : string option;
    (*

    Output file extension. If excluded, this will be auto-selected from the container type.

    *)
  3. nameModifier : string option;
    (*

    String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

    *)
}
Sourceval context_ : string
Sourceval make : ?extension:??? -> ?nameModifier:??? -> containerSettings:ArchiveContainerSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) 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