Show / Hide Table of Contents

Class GoogleCloudMetastoreV2alphaScalingConfig

Represents the scaling configuration of a metastore service.

Inheritance
object
GoogleCloudMetastoreV2alphaScalingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX