Class QuorumType
Information about the database quorum type. This only applies to dual-region instance configs.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class QuorumType : IDirectResponseSchema
Properties
DualRegion
Dual-region quorum type.
Declaration
[JsonProperty("dualRegion")]
public virtual DualRegionQuorum DualRegion { get; set; }
Property Value
Type | Description |
---|---|
DualRegionQuorum |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SingleRegion
Single-region quorum type.
Declaration
[JsonProperty("singleRegion")]
public virtual SingleRegionQuorum SingleRegion { get; set; }
Property Value
Type | Description |
---|---|
SingleRegionQuorum |