Class Autoscale
Auto scaling settings.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class Autoscale : IDirectResponseSchema
Properties
CurrentSlots
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)
Declaration
[JsonProperty("currentSlots")]
public virtual long? CurrentSlots { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxSlots
Number of slots to be scaled when needed.
Declaration
[JsonProperty("maxSlots")]
public virtual long? MaxSlots { get; set; }
Property Value
Type | Description |
---|---|
long? |