public sealed class ReplicaInfo : IMessage<ReplicaInfo>, IEquatable<ReplicaInfo>, IDeepCloneable<ReplicaInfo>, IBufferMessage, IMessageImplements
IMessageReplicaInfo, IEquatableReplicaInfo, IDeepCloneableReplicaInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
ReplicaInfo()
public ReplicaInfo()ReplicaInfo(ReplicaInfo)
public ReplicaInfo(ReplicaInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ReplicaInfo |
Properties
DefaultLeaderLocation
public bool DefaultLeaderLocation { get; set; }If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Location
public string Location { get; set; }The location of the serving resources, e.g., "us-central1".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public ReplicaInfo.Types.ReplicaType Type { get; set; }The type of replica.
| Property Value | |
|---|---|
| Type | Description |
ReplicaInfoTypesReplicaType |
|