Class ScalingConfig
Represents the scaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class ScalingConfig : IDirectResponseSchema
Properties
AutoscalingConfig
Optional. The autoscaling configuration.
Declaration
[JsonProperty("autoscalingConfig")]
public virtual AutoscalingConfig AutoscalingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| AutoscalingConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceSize
An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
Declaration
[JsonProperty("instanceSize")]
public virtual string InstanceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScalingFactor
Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
Declaration
[JsonProperty("scalingFactor")]
public virtual float? ScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |