Module Values_0.BatchTableOptimizerSource

Contains details for one of the table optimizers returned by the BatchGetTableOptimizer operation.

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

    The Catalog ID of the table.

    *)
  2. databaseName : DatabaseNameString.t option;
    (*

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

    *)
  3. tableName : TableNameString.t option;
    (*

    The name of the table.

    *)
  4. tableOptimizer : TableOptimizer.t option;
    (*

    A TableOptimizer object that contains details on the configuration and last run of a table optimizer.

    *)
}
Sourceval make : ?catalogId:??? -> ?databaseName:??? -> ?tableName:??? -> ?tableOptimizer:??? -> unit -> t
Sourceval 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 ]
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