Metastore Service Scaling Config Autoscaling Config
data class MetastoreServiceScalingConfigAutoscalingConfig(val autoscalingEnabled: Boolean? = null, val autoscalingFactor: Double? = null, val limitConfig: MetastoreServiceScalingConfigAutoscalingConfigLimitConfig? = null)
Constructors
Link copied to clipboard
constructor(autoscalingEnabled: Boolean? = null, autoscalingFactor: Double? = null, limitConfig: MetastoreServiceScalingConfigAutoscalingConfigLimitConfig? = null)
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.