public sealed class DirectedReadOptions.Types.ExcludeReplicas : IMessage<DirectedReadOptions.Types.ExcludeReplicas>, IEquatable<DirectedReadOptions.Types.ExcludeReplicas>, IDeepCloneable<DirectedReadOptions.Types.ExcludeReplicas>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class DirectedReadOptions.Types.ExcludeReplicas.
An ExcludeReplicas contains a repeated set of ReplicaSelection that should
be excluded from serving requests.
[[["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 latest version of the `DirectedReadOptions.Types.ExcludeReplicas` class is `5.0.0-beta05`, which can be found under the `Google.Cloud.Spanner.V1` namespace."],["This class, `DirectedReadOptions.Types.ExcludeReplicas`, allows for the exclusion of specific replicas from serving requests via a set of `ReplicaSelection`."],["`DirectedReadOptions.Types.ExcludeReplicas` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling advanced functionalities."],["The class has 2 constructors, `ExcludeReplicas()`, and `ExcludeReplicas(DirectedReadOptions.Types.ExcludeReplicas other)`, allowing for the instantiation of empty and pre-populated objects."],["It contains one property called `ReplicaSelections`, of the type `RepeatedField\u003cDirectedReadOptions.Types.ReplicaSelection\u003e`, which controls which replicas are to be excluded."]]],[]]