ColumnStatisticsTaskSettings

The settings for a column statistics task.

Types

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

Properties

Link copied to clipboard

The ID of the Data Catalog in which the database resides.

Link copied to clipboard

A list of column names for which to run statistics.

Link copied to clipboard

The name of the database where the table resides.

Link copied to clipboard

The last ExecutionAttempt for the column statistics task run.

Link copied to clipboard
val role: String?

The role used for running the column statistics.

Link copied to clipboard

The percentage of data to sample.

Link copied to clipboard

A schedule for running the column statistics, specified in CRON syntax.

Link copied to clipboard

The type of schedule for a column statistics task. Possible values may be CRON or AUTO.

Link copied to clipboard

Name of the security configuration that is used to encrypt CloudWatch logs.

Link copied to clipboard

The source of setting the column statistics task. Possible values may be CATALOG or TABLE.

Link copied to clipboard

The name of the table for which to generate column statistics.

Functions

Link copied to clipboard
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