Values_0.BatchTableOptimizerSourceContains details for one of the table optimizers returned by the BatchGetTableOptimizer operation.
type nonrec t = {catalogId : CatalogIdString.t option;The Catalog ID of the table.
*)databaseName : DatabaseNameString.t option;The name of the database in the catalog in which the table resides.
*)tableName : TableNameString.t option;The name of the table.
*)tableOptimizer : TableOptimizer.t option;A TableOptimizer object that contains details on the configuration and last run of a table optimizer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CatalogIdString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `String of ArnString.t
| `Structure of
(string
* [> `String of GlueConnectionNameString.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of DpuHours.t
| `Enum of string
| `Integer of NullableInteger.t
| `Long of MetricCounts.t
| `String of MessageString.t ])
list ])
list
| `Timestamp of TableOptimizerRunTimestamp.t ])
list ])
list ])
list ]