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.
Auto scaling settings.
Implements
IMessageReservationTypesAutoscale, IEquatableReservationTypesAutoscale, IDeepCloneableReservationTypesAutoscale, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
Autoscale()
public Autoscale()
Autoscale(Autoscale)
public Autoscale(Reservation.Types.Autoscale other)
Parameter | |
---|---|
Name | Description |
other |
ReservationTypesAutoscale |
Properties
CurrentSlots
public long CurrentSlots { get; set; }
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)
Property Value | |
---|---|
Type | Description |
long |
MaxSlots
public long MaxSlots { get; set; }
Number of slots to be scaled when needed.
Property Value | |
---|---|
Type | Description |
long |