Values_2.GetTableOptimizerRequestSourceReturns the configuration of all optimizers associated with a specified table.
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.
*)}val make :
catalogId:Values_0.CatalogIdString.t ->
databaseName:Values_0.NameString.t ->
tableName:Values_0.NameString.t ->
type_:Values_0.TableOptimizerType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.CatalogIdString.t ])
list ]