Class GoogleCloudMetastoreV2alphaLimitConfig
Represents the autoscaling limit configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2alpha.Data
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class GoogleCloudMetastoreV2alphaLimitConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxScalingFactor
Optional. The highest scaling factor that the service should be autoscaled to.
Declaration
[JsonProperty("maxScalingFactor")]
public virtual int? MaxScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MinScalingFactor
Optional. The lowest scaling factor that the service should be autoscaled to.
Declaration
[JsonProperty("minScalingFactor")]
public virtual int? MinScalingFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |