[[["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 Memorystore v1 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeConfig\u003c/code\u003e represents the configuration for nodes within a Memorystore instance, having an implementation from the \u003ccode\u003eIMessage\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNodeConfig\u003c/code\u003e class has two constructors: a default one, and one that takes another \u003ccode\u003eNodeConfig\u003c/code\u003e instance as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNodeConfig\u003c/code\u003e class exposes a \u003ccode\u003eSizeGb\u003c/code\u003e property, which is output-only and specifies the memory size in GB for the node.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the package this page is referencing is \u003ccode\u003e1.0.0-beta02\u003c/code\u003e, the previous being \u003ccode\u003e1.0.0-beta01\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Memorystore v1 API - Class NodeConfig (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.NodeConfig)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.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 v1 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.V1/latest/Google.Cloud.Memorystore.V1.NodeConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NodeConfig](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.NodeConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NodeConfig](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.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.V1](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1.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."]]