Show / Hide Table of Contents

Class GoogleCloudMetastoreV2betaAutoscalingConfig

Represents the autoscaling configuration of a metastore service.

Inheritance
object
GoogleCloudMetastoreV2betaAutoscalingConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX