Class QuorumInfo
Information about the dual-region quorum.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class QuorumInfo : IDirectResponseSchema
Properties
ETag
Output only. The etag is used for optimistic concurrency control as a way to help prevent simultaneous
ChangeQuorum
requests that might create a race condition.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Initiator
Output only. Whether this ChangeQuorum
is Google or User initiated.
Declaration
[JsonProperty("initiator")]
public virtual string Initiator { get; set; }
Property Value
Type | Description |
---|---|
string |
QuorumType
Output only. The type of this quorum. See QuorumType for more information about quorum type specifications.
Declaration
[JsonProperty("quorumType")]
public virtual QuorumType QuorumType { get; set; }
Property Value
Type | Description |
---|---|
QuorumType |
StartTime
object representation of StartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
StartTimeDateTimeOffset
DateTimeOffset representation of StartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
StartTimeRaw
Output only. The timestamp when the request was triggered.
Declaration
[JsonProperty("startTime")]
public virtual string StartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |