Module Values.ProtectedQueryInputParametersSource

Provides information necessary to perform the protected query.

Sourcetype nonrec t = {
  1. sqlParameters : ProtectedQuerySQLParameters.t;
  2. computeConfiguration : ComputeConfiguration.t option;
    (*

    Provides configuration information for the workers that will perform the protected query.

    *)
  3. resultFormat : ResultFormat.t option;
    (*

    The format in which the query results should be returned. If not specified, defaults to CSV.

    *)
}
Sourceval context_ : string
Sourceval make : ?computeConfiguration:??? -> ?resultFormat:??? -> sqlParameters:ProtectedQuerySQLParameters.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of ProtectedQuerySQLParametersQueryStringString.t | `Structure of (string * [> `Enum of string | `Integer of WorkerComputeConfigurationNumberInteger.t | `Structure of (string * [> `Map of ([> `String of SparkPropertyKey.t ] * [> `String of SparkPropertyValue.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