public sealed class ReplicaSelection : IMessage<ReplicaSelection>, IEquatable<ReplicaSelection>, IDeepCloneable<ReplicaSelection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ReplicaSelection.
ReplicaSelection identifies replicas with common properties.
Implements
IMessageReplicaSelection, IEquatableReplicaSelection, IDeepCloneableReplicaSelection, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ReplicaSelection()
public ReplicaSelection()
ReplicaSelection(ReplicaSelection)
public ReplicaSelection(ReplicaSelection other)
Parameter | |
---|---|
Name | Description |
other |
ReplicaSelection |
Properties
Location
public string Location { get; set; }
Required. Name of the location of the replicas (e.g., "us-central1").
Property Value | |
---|---|
Type | Description |
string |