[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eScalingConfig\u003c/code\u003e class in the Google.Cloud.Metastore.V1Alpha API represents the scaling configuration for a metastore service.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows for specifying the scaling of a metastore service, which can be defined using either an \u003ccode\u003eInstanceSize\u003c/code\u003e enum or a \u003ccode\u003eScalingFactor\u003c/code\u003e float value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScalingConfig\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScalingConfig\u003c/code\u003e object can be created with a default constructor or through the use of another existing \u003ccode\u003eScalingConfig\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThere are three versions of this class, with the most current one being [2.0.0-alpha11], and it is located within the Google.Cloud.Metastore.V1Alpha namespace.\u003c/p\u003e\n"]]],[],null,["# Dataproc Metastore v1alpha API - Class ScalingConfig (2.0.0-alpha11)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha11 (latest)](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ScalingConfig)\n- [2.0.0-alpha10](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/2.0.0-alpha10/Google.Cloud.Metastore.V1Alpha.ScalingConfig)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/1.0.0-alpha04/Google.Cloud.Metastore.V1Alpha.ScalingConfig) \n\n public sealed class ScalingConfig : IMessage\u003cScalingConfig\u003e, IEquatable\u003cScalingConfig\u003e, IDeepCloneable\u003cScalingConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataproc Metastore v1alpha API class ScalingConfig.\n\nRepresents the scaling configuration of a metastore service. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ScalingConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ScalingConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ScalingConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ScalingConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ScalingConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ScalingConfig](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha.ScalingConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Metastore.V1Alpha](/dotnet/docs/reference/Google.Cloud.Metastore.V1Alpha/latest/Google.Cloud.Metastore.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Metastore.V1Alpha.dll\n\nConstructors\n------------\n\n### ScalingConfig()\n\n public ScalingConfig()\n\n### ScalingConfig(ScalingConfig)\n\n public ScalingConfig(ScalingConfig other)\n\nProperties\n----------\n\n### HasInstanceSize\n\n public bool HasInstanceSize { get; }\n\nGets whether the \"instance_size\" field is set\n\n### HasScalingFactor\n\n public bool HasScalingFactor { get; }\n\nGets whether the \"scaling_factor\" field is set\n\n### InstanceSize\n\n public ScalingConfig.Types.InstanceSize InstanceSize { get; set; }\n\nAn enum of readable instance sizes, with each instance size mapping to a\nfloat value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))\n\n### ScalingFactor\n\n public float ScalingFactor { get; set; }\n\nScaling factor, increments of 0.1 for values less than 1.0, and\nincrements of 1.0 for values greater than 1.0.\n\n### ScalingModelCase\n\n public ScalingConfig.ScalingModelOneofCase ScalingModelCase { get; }"]]