Module Values.DatasetDetailOrgAttributesSource

Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).

Sourcetype nonrec t = {
  1. gdg : GdgDetailAttributes.t option;
    (*

    The generation data group of the data set.

    *)
  2. po : PoDetailAttributes.t option;
    (*

    The details of a PO type data set.

    *)
  3. ps : PsDetailAttributes.t option;
    (*

    The details of a PS type data set.

    *)
  4. vsam : VsamDetailAttributes.t option;
    (*

    The details of a VSAM data set.

    *)
}
Sourceval make : ?gdg:??? -> ?po:??? -> ?ps:??? -> ?vsam:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.t ]) list ] list | `String of String50.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.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