Values_2.UpdateTableOptimizerRequestSourceUpdates the configuration for an existing table optimizer.
type nonrec t = {catalogId : Values_0.CatalogIdString.t;The Catalog ID of the table.
*)databaseName : Values_0.NameString.t;The name of the database in the catalog in which the table resides.
*)tableName : Values_0.NameString.t;The name of the table.
*)type_ : Values_0.TableOptimizerType.t;The type of table optimizer.
*)tableOptimizerConfiguration : Values_0.TableOptimizerConfiguration.t;A TableOptimizerConfiguration object representing the configuration of a table optimizer.
*)}val make :
catalogId:Values_0.CatalogIdString.t ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
type_:Values_0.TableOptimizerType.t ->
tableOptimizerConfiguration:Values_0.TableOptimizerConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Boolean of bool
| `String of string
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string ])
list ])
list ])
list ])
list ]