Values.GetSchemaAnalysisRuleInputSourceRetrieves a schema analysis rule.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
*)name : TableAlias.t;The name of the schema to retrieve the analysis rule for.
*)type_ : AnalysisRuleType.t;The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
name:TableAlias.t ->
type_:AnalysisRuleType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CollaborationIdentifier.t ])
list ]