Show / Hide Table of Contents

Class ExcludeReplicas

An ExcludeReplicas contains a repeated set of ReplicaSelection that should be excluded from serving requests.

Inheritance
object
ExcludeReplicas
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ExcludeReplicas : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReplicaSelections

The directed read replica selector.

Declaration
[JsonProperty("replicaSelections")]
public virtual IList<ReplicaSelection> ReplicaSelections { get; set; }
Property Value
Type Description
IList<ReplicaSelection>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX