TableOptimizer

Contains details about an optimizer associated with a table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A TableOptimizerConfiguration object that was specified when creating or updating a table optimizer.

Link copied to clipboard

Specifies the source of the optimizer configuration. This indicates how the table optimizer was configured and which entity or service initiated the configuration.

Link copied to clipboard

A TableOptimizerRun object representing the last run of the table optimizer.

Link copied to clipboard

The type of table optimizer. The valid values are:

Functions

Link copied to clipboard
inline fun copy(block: TableOptimizer.Builder.() -> Unit = {}): TableOptimizer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String