Class GoogleCloudMetastoreV2betaScalingConfig
Represents the scaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta.Data
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class GoogleCloudMetastoreV2betaScalingConfig : IDirectResponseSchema
Properties
AutoscalingConfig
Optional. The autoscaling configuration.
Declaration
[JsonProperty("autoscalingConfig")]
public virtual GoogleCloudMetastoreV2betaAutoscalingConfig AutoscalingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV2betaAutoscalingConfig |
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? |