Show / Hide Table of Contents

Class GoogleCloudMetastoreV2alphaLimitConfig

Represents the autoscaling limit configuration of a metastore service.

Inheritance
object
GoogleCloudMetastoreV2alphaLimitConfig
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX