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."],[[["The page details various versions of `MultiClusterRoutingUseAny`, a class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, with the latest version being 3.24.0."],["`MultiClusterRoutingUseAny` is used to route read/write requests to the nearest available cluster within a Bigtable instance, offering improved availability over strong consistency."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MultiClusterRoutingUseAny` class has a `ClusterIds` property, which is a list of clusters that the class will route requests to, and if it is left empty all clusters become eligible for routing."],["Constructors for `MultiClusterRoutingUseAny` allow for the creation of new instances, either as empty or from another `MultiClusterRoutingUseAny` instance, to ensure versatility when being used."]]],[]]