Values.SelectParametersSourceContains information about the parameters used for a select.
type nonrec t = {inputSerialization : InputSerialization.t option;Describes the serialization format of the object.
*)expressionType : ExpressionType.t option;The type of the provided expression, for example SQL.
*)expression : String_.t option;The expression that is used to select the object.
*)outputSerialization : OutputSerialization.t option;Describes how the results of the select job are serialized.
*)}