Class GoogleCloudMetastoreV2betaAutoscalingConfig
Represents the autoscaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta.Data
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class GoogleCloudMetastoreV2betaAutoscalingConfig : 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 int? AutoscalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
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 GoogleCloudMetastoreV2betaLimitConfig LimitConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV2betaLimitConfig |