Show / Hide Table of Contents

Class QuorumType

Information about the database quorum type. This only applies to dual-region instance configs.

Inheritance
object
QuorumType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX