GetMetastoreServiceScalingConfig

data class GetMetastoreServiceScalingConfig(val instanceSize: String, val scalingFactor: Double)

Constructors

Link copied to clipboard
constructor(instanceSize: String, scalingFactor: Double)

Types

Link copied to clipboard
object Companion

Properties

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.