GoogleApi.Metastore.V1.Model.LimitConfig (google_api_metastore v0.12.0)

View Source

Represents the autoscaling limit configuration of a metastore service.

Attributes

  • maxScalingFactor (type: number(), default: nil) - Optional. The highest scaling factor that the service should be autoscaled to.
  • minScalingFactor (type: number(), default: nil) - Optional. The lowest scaling factor that the service should be autoscaled to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1.Model.LimitConfig{
  maxScalingFactor: number() | nil,
  minScalingFactor: number() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.