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"]],[["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."],[[["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."]]],[]]