MetastoreServiceScalingConfigAutoscalingConfig

data class MetastoreServiceScalingConfigAutoscalingConfig(val autoscalingEnabled: Boolean? = null, val autoscalingFactor: Double? = null, val limitConfig: MetastoreServiceScalingConfigAutoscalingConfigLimitConfig? = null)

Constructors

constructor(autoscalingEnabled: Boolean? = null, autoscalingFactor: Double? = null, limitConfig: MetastoreServiceScalingConfigAutoscalingConfigLimitConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines whether autoscaling is enabled. The default value is false.

Link copied to clipboard

(Output) Output only. The scaling factor of a service with autoscaling enabled.

Link copied to clipboard

Represents the limit configuration of a metastore service. Structure is documented below.