GetMetastoreServiceScalingConfig

data class GetMetastoreServiceScalingConfig(val autoscalingConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfig>, val instanceSize: String, val scalingFactor: Double)

Constructors

Link copied to clipboard
constructor(autoscalingConfigs: List<GetMetastoreServiceScalingConfigAutoscalingConfig>, instanceSize: String, scalingFactor: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents the autoscaling configuration of a metastore service.

Link copied to clipboard

Metastore instance sizes. Possible values: "EXTRA_SMALL", "SMALL", "MEDIUM", "LARGE", "EXTRA_LARGE"

Link copied to clipboard

Scaling factor, in increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.