View Source GoogleApi.BigQueryReservation.V1.Model.Autoscale (google_api_big_query_reservation v0.20.2)

Auto scaling settings.

Attributes

  • currentSlots (type: String.t, default: nil) - Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots]. Note: after users reduce max_slots, it may take a while before it can be propagated, so current_slots may stay in the original value and could be larger than max_slots for that brief period (less than one minute)
  • maxSlots (type: String.t, default: nil) - Number of slots to be scaled when needed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.Autoscale{
  currentSlots: String.t() | nil,
  maxSlots: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.