Module Values_1.DeleteTableOptimizerRequestSource

Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table.

Sourcetype nonrec t = {
  1. catalogId : Values_0.CatalogIdString.t;
    (*

    The Catalog ID of the table.

    *)
  2. databaseName : Values_0.NameString.t;
    (*

    The name of the database in the catalog in which the table resides.

    *)
  3. tableName : Values_0.NameString.t;
    (*

    The name of the table.

    *)
  4. type_ : Values_0.TableOptimizerType.t;
    (*

    The type of table optimizer.

    *)
}
Sourceval context_ : string
Sourceval make : catalogId:Values_0.CatalogIdString.t -> databaseName:Values_0.NameString.t -> tableName:Values_0.NameString.t -> type_:Values_0.TableOptimizerType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.CatalogIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t