public sealed class AppProfile.Types.MultiClusterRoutingUseAny.Types.RowAffinity : IMessage<AppProfile.Types.MultiClusterRoutingUseAny.Types.RowAffinity>, IEquatable<AppProfile.Types.MultiClusterRoutingUseAny.Types.RowAffinity>, IDeepCloneable<AppProfile.Types.MultiClusterRoutingUseAny.Types.RowAffinity>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AppProfile.Types.MultiClusterRoutingUseAny.Types.RowAffinity.
If enabled, Bigtable will route the request based on the row key of the
request, rather than randomly. Instead, each row key will be assigned
to a cluster, and will stick to that cluster. If clusters are added or
removed, then this may affect which row keys stick to which clusters.
To avoid this, users can use a cluster group to specify which clusters
are to be used. In this case, new clusters that are not a part of the
cluster group will not be routed to, and routing will be unaffected by
the new cluster. Moreover, clusters specified in the cluster group cannot
be deleted unless removed from the cluster group.
[[["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 webpage provides documentation for the `RowAffinity` class within the Google Cloud Bigtable Administration v2 API, specifically under `AppProfile.Types.MultiClusterRoutingUseAny.Types`."],["The `RowAffinity` class is designed to enable Bigtable to route requests based on the row key, ensuring that each row key is consistently assigned to a specific cluster."],["The page lists the documentation for `RowAffinity` across multiple versions of the Google Cloud Bigtable Admin v2 API, ranging from version 3.24.0 down to 2.4.0, with 3.24.0 being the latest."],["`RowAffinity` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It uses a cluster group to specify clusters, so new clusters are not routed to, and routing is unaffected, additionally, clusters specified in the cluster group cannot be deleted unless removed from the cluster group."]]],[]]