[[["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\u003eMemorystoreSettings\u003c/code\u003e class provides configuration options for \u003ccode\u003eMemorystoreClient\u003c/code\u003e instances, allowing customization of settings for various operations.\u003c/p\u003e\n"],["\u003cp\u003eIt supports operations like creating, deleting, and updating instances, with dedicated \u003ccode\u003eOperationsSettings\u003c/code\u003e for long-running tasks and \u003ccode\u003eCallSettings\u003c/code\u003e for direct calls, including retry and timeout configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods to retrieve default settings with \u003ccode\u003eGetDefault()\u003c/code\u003e and duplicate an existing instance with \u003ccode\u003eClone()\u003c/code\u003e, as well as supporting synchronous and asynchronous calls.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMemorystoreSettings\u003c/code\u003e includes specific settings for various actions such as \u003ccode\u003eCreateInstance\u003c/code\u003e, \u003ccode\u003eDeleteInstance\u003c/code\u003e, \u003ccode\u003eGetInstance\u003c/code\u003e, and \u003ccode\u003eUpdateInstance\u003c/code\u003e, allowing fine-grained control over client behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMemorystoreSettings\u003c/code\u003e class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e, which it receives several members such as \u003ccode\u003eVersionHeaderBuilder\u003c/code\u003e, \u003ccode\u003eCallSettings\u003c/code\u003e, \u003ccode\u003eClock\u003c/code\u003e, \u003ccode\u003eScheduler\u003c/code\u003e, and \u003ccode\u003eInterceptor\u003c/code\u003e, and also inherits from the base class object.\u003c/p\u003e\n"]]],[],null,["# Memorystore v1beta API - Class MemorystoreSettings (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.MemorystoreSettings)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/1.0.0-beta01/Google.Cloud.Memorystore.V1Beta.MemorystoreSettings) \n\n public sealed class MemorystoreSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Memorystore v1beta API class MemorystoreSettings.\n\nSettings for [MemorystoreClient](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.MemorystoreClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e MemorystoreSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \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### MemorystoreSettings()\n\n public MemorystoreSettings()\n\nConstructs a new [MemorystoreSettings](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.MemorystoreSettings) object with default settings.\n\nProperties\n----------\n\n### CreateInstanceOperationsSettings\n\n public OperationsSettings CreateInstanceOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `MemorystoreClient.CreateInstance` and\n`MemorystoreClient.CreateInstanceAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### CreateInstanceSettings\n\n public CallSettings CreateInstanceSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.CreateInstance` and `MemorystoreClient.CreateInstanceAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 600 seconds.\n\n### DeleteInstanceOperationsSettings\n\n public OperationsSettings DeleteInstanceOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `MemorystoreClient.DeleteInstance` and\n`MemorystoreClient.DeleteInstanceAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### DeleteInstanceSettings\n\n public CallSettings DeleteInstanceSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.DeleteInstance` and `MemorystoreClient.DeleteInstanceAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 600 seconds.\n\n### GetCertificateAuthoritySettings\n\n public CallSettings GetCertificateAuthoritySettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.GetCertificateAuthority` and `MemorystoreClient.GetCertificateAuthorityAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### GetInstanceSettings\n\n public CallSettings GetInstanceSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.GetInstance` and `MemorystoreClient.GetInstanceAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### ListInstancesSettings\n\n public CallSettings ListInstancesSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.ListInstances` and `MemorystoreClient.ListInstancesAsync`.\n\n**Remarks** \n- Initial retry delay: 1000 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 10000 milliseconds.\n- Maximum attempts: 5\n- Retriable status codes: [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 60 seconds.\n\n### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\n### UpdateInstanceOperationsSettings\n\n public OperationsSettings UpdateInstanceOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `MemorystoreClient.UpdateInstance` and\n`MemorystoreClient.UpdateInstanceAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### UpdateInstanceSettings\n\n public CallSettings UpdateInstanceSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`MemorystoreClient.UpdateInstance` and `MemorystoreClient.UpdateInstanceAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 600 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public MemorystoreSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static MemorystoreSettings GetDefault()\n\nGet a new instance of the default [MemorystoreSettings](/dotnet/docs/reference/Google.Cloud.Memorystore.V1Beta/latest/Google.Cloud.Memorystore.V1Beta.MemorystoreSettings)."]]