public sealed class MultiClusterRoutingUseAny : IMessage<AppProfile.Types.MultiClusterRoutingUseAny>, IEquatable<AppProfile.Types.MultiClusterRoutingUseAny>, IDeepCloneable<AppProfile.Types.MultiClusterRoutingUseAny>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AppProfile.Types.MultiClusterRoutingUseAny.
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 document provides reference information for the `AppProfile.Types.MultiClusterRoutingUseAny` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `MultiClusterRoutingUseAny` class routes read/write requests to the nearest cluster, improving availability by failing over to the closest available cluster in case of errors, but potentially sacrificing read-your-writes consistency."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with `Object` being the base class."],["The `ClusterIds` property, of type `RepeatedField\u003cstring\u003e`, allows you to define a specific set of clusters to route to, otherwise leaving it empty defaults to all."],["The latest version available in the documentation is 3.24.0, and it contains documentation for versions of this class going as far back as version 2.4.0."]]],[]]