Values.ConfiguredTableSummarySourceThe configured table summary for the objects listed by the request.
type nonrec t = {id : ConfiguredTableIdentifier.t option;The unique ID of the configured table.
*)arn : ConfiguredTableArn.t option;The unique ARN of the configured table.
*)name : DisplayName.t option;The name of the configured table.
*)createTime : Timestamp.t option;The time the configured table was created.
*)updateTime : Timestamp.t option;The time the configured table was last updated.
*)analysisRuleTypes : ConfiguredTableAnalysisRuleTypeList.t option;The types of analysis rules associated with this configured table.
*)analysisMethod : AnalysisMethod.t option;The analysis method for the configured tables. DIRECT_QUERY allows SQL queries to be run directly on this table. DIRECT_JOB allows PySpark jobs to be run directly on this table. MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.
*)selectedAnalysisMethods : SelectedAnalysisMethods.t option;The selected analysis methods for the configured table summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of ConfiguredTableIdentifier.t
| `Timestamp of Timestamp.t ])
list ]