public sealed class Cluster.Types.StateInfo.Types.UpdateInfo : IMessage<Cluster.Types.StateInfo.Types.UpdateInfo>, IEquatable<Cluster.Types.StateInfo.Types.UpdateInfo>, IDeepCloneable<Cluster.Types.StateInfo.Types.UpdateInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class Cluster.Types.StateInfo.Types.UpdateInfo.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `Cluster.Types.StateInfo.Types.UpdateInfo` class, which is part of the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `UpdateInfo` class represents details about a cluster that is undergoing an update, within the `Google.Cloud.Redis.Cluster.V1` namespace."],["This class provides two constructors, `UpdateInfo()` and `UpdateInfo(Cluster.Types.StateInfo.Types.UpdateInfo other)`, for creating new instances, potentially based off of an already existing instance."],["The `UpdateInfo` class includes properties to check if the \"target_replica_count\" and \"target_shard_count\" fields are set, using `HasTargetReplicaCount` and `HasTargetShardCount`, respectively."],["It offers `TargetReplicaCount` and `TargetShardCount` properties to determine the desired number of replica nodes per shard, and the desired number of shards for the Redis cluster, respectively."]]],[]]