Class GoogleCloudMetastoreV2alphaScalingConfig
Represents the scaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2alpha.Data
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class GoogleCloudMetastoreV2alphaScalingConfig : IDirectResponseSchema
Properties
AutoscalingConfig
Optional. The autoscaling configuration.
Declaration
[JsonProperty("autoscalingConfig")]
public virtual GoogleCloudMetastoreV2alphaAutoscalingConfig AutoscalingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV2alphaAutoscalingConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScalingFactor
Optional. Scaling factor from 1 to 5, increments of 1.
Declaration
[JsonProperty("scalingFactor")]
public virtual int? ScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |