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-03-21 UTC."],[[["The `Reservation.Types.Autoscale` class is part of the BigQuery Reservation v1 API, specifically within the `Google.Cloud.BigQuery.Reservation.V1` namespace."],["This class is designed for auto-scaling settings and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers properties like `CurrentSlots` which shows the slot capacity added during autoscale and is output only, and `MaxSlots` which determines the number of slots to scale when required."],["The latest version of the library being documented is 2.7.0, with versions back to 1.2.0 available for viewing in the documentation."]]],[]]