Module Values.DataSetImportItemSource

Identifies a specific data set to import from an external location.

Sourcetype nonrec t = {
  1. dataSet : DataSet.t;
    (*

    The data set.

    *)
  2. externalLocation : ExternalLocation.t;
    (*

    The location of the data set.

    *)
}
Sourceval context_ : string
Sourceval make : dataSet:DataSet.t -> externalLocation:ExternalLocation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of String20.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.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