Class GoogleCloudMetastoreV2ScalingConfig
Represents the scaling configuration of a metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV2ScalingConfig : IDirectResponseSchema
Properties
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? |