public sealed class MultiClusterRoutingUseAny : IMessage<AppProfile.Types.MultiClusterRoutingUseAny>, IEquatable<AppProfile.Types.MultiClusterRoutingUseAny>, IDeepCloneable<AppProfile.Types.MultiClusterRoutingUseAny>, IBufferMessage, IMessage
Read/write requests are routed to the nearest cluster in the instance, and
will fail over to the nearest cluster that is available in the event of
transient errors or delays. Clusters in a region are considered
equidistant. Choosing this option sacrifices read-your-writes consistency
to improve availability.
[[["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 page details the `MultiClusterRoutingUseAny` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is used for routing read/write requests to the nearest available cluster in the Bigtable instance."],["The `MultiClusterRoutingUseAny` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration with the Google Protobuf library."],["The class has two constructors: a default constructor `MultiClusterRoutingUseAny()` and another `MultiClusterRoutingUseAny(AppProfile.Types.MultiClusterRoutingUseAny other)` for creating an instance based on an existing one."],["It provides a `ClusterIds` property of type `RepeatedField\u003cstring\u003e`, which specifies the set of clusters to route to, or if left empty, it routes to all clusters based on their proximity."],["The content shows the history of versions starting at 3.24.0 down to 2.4.0, all of which relate to `MultiClusterRoutingUseAny` within `Google.Cloud.Bigtable.Admin.V2`."]]],[]]