GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig

data class GetMetastoreServiceScalingConfigAutoscalingConfigLimitConfig(val maxScalingFactor: Double, val minScalingFactor: Double)

Constructors

constructor(maxScalingFactor: Double, minScalingFactor: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum scaling factor that the service will autoscale to. The default value is 6.0.

Link copied to clipboard

The minimum scaling factor that the service will autoscale to. The default value is 0.1.