[[["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\u003eThis page provides reference documentation for the \u003ccode\u003eNodeConfig\u003c/code\u003e class within the Google Cloud Memorystore v1beta API, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeConfig\u003c/code\u003e is a class that represents the configuration for nodes within a Memorystore instance, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNodeConfig\u003c/code\u003e class has two constructors, one parameterless and one that takes another \u003ccode\u003eNodeConfig\u003c/code\u003e object as an argument, and only contains the \u003ccode\u003eSizeGb\u003c/code\u003e property that represents the memory size in GB.\u003c/p\u003e\n"],["\u003cp\u003eThe current latest version of \u003ccode\u003eNodeConfig\u003c/code\u003e is 1.0.0-beta02, with a previous version also documented as 1.0.0-beta01.\u003c/p\u003e\n"]]],[],null,["# Memorystore v1beta API - Class NodeConfig (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.NodeConfig)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/1.0.0-beta01/Google.Cloud.Memorystore.V1Beta.NodeConfig) \n\n public sealed class NodeConfig : IMessage\u003cNodeConfig\u003e, IEquatable\u003cNodeConfig\u003e, IDeepCloneable\u003cNodeConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Memorystore v1beta API class NodeConfig.\n\nRepresents configuration for nodes of the instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NodeConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[NodeConfig](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.NodeConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NodeConfig](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.NodeConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NodeConfig](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.NodeConfig), [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.Memorystore.V1Beta](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1Beta.dll\n\nConstructors\n------------\n\n### NodeConfig()\n\n public NodeConfig()\n\n### NodeConfig(NodeConfig)\n\n public NodeConfig(NodeConfig other)\n\nProperties\n----------\n\n### SizeGb\n\n public double SizeGb { get; set; }\n\nOutput only. Memory size in GB of the node."]]