public sealed class Reservation.Types.Autoscale : IMessage<Reservation.Types.Autoscale>, IEquatable<Reservation.Types.Autoscale>, IDeepCloneable<Reservation.Types.Autoscale>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class Reservation.Types.Autoscale.
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)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `Reservation.Types.Autoscale` class within the Google Cloud BigQuery Reservation v1 API."],["The class `Reservation.Types.Autoscale` is designed for auto scaling settings and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's constructors, including a default constructor and one that accepts another `Autoscale` instance."],["Key properties of the `Autoscale` class include `CurrentSlots`, which represents the slot capacity added during autoscaling, and `MaxSlots`, which determines the number of slots to be scaled."],["Multiple versions of the BigQuery Reservation v1 API are available, ranging from version 1.2.0 to the latest version 2.7.0, with links provided for each version."]]],[]]