Show / Hide Table of Contents

Class Autoscale

Auto scaling settings.

Inheritance
object
Autoscale
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Optional. Number of slots to be scaled when needed.

Declaration
[JsonProperty("maxSlots")]
public virtual long? MaxSlots { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX