Class ReplicaInfo
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ReplicaInfo : IDirectResponseSchema
Properties
DefaultLeaderLocation
If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.
Declaration
[JsonProperty("defaultLeaderLocation")]
public virtual bool? DefaultLeaderLocation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The location of the serving resources, e.g., "us-central1".
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of replica.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |