Class AutoscalingConfig
Represents the autoscaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class AutoscalingConfig : IDirectResponseSchema
Properties
AutoscalingEnabled
Optional. Whether or not autoscaling is enabled for this service.
Declaration
[JsonProperty("autoscalingEnabled")]
public virtual bool? AutoscalingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
AutoscalingFactor
Output only. The scaling factor of a service with autoscaling enabled.
Declaration
[JsonProperty("autoscalingFactor")]
public virtual float? AutoscalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LimitConfig
Optional. The LimitConfig of the service.
Declaration
[JsonProperty("limitConfig")]
public virtual LimitConfig LimitConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| LimitConfig |