Class ExcludeReplicas
An ExcludeReplicas contains a repeated set of ReplicaSelection that should be excluded from serving requests.
Implements
Inherited Members
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> |