Show / Hide Table of Contents

Class GoogleCloudMetastoreV2ScalingConfig

Represents the scaling configuration of a metastore service.

Inheritance
object
GoogleCloudMetastoreV2ScalingConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX