Show / Hide Table of Contents

Class CommitResponse

The response for Commit.

Inheritance
object
CommitResponse
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 CommitResponse : IDirectResponseSchema

Properties

CommitStats

The statistics about this Commit. Not returned by default. For more information, see CommitRequest.return_commit_stats.

Declaration
[JsonProperty("commitStats")]
public virtual CommitStats CommitStats { get; set; }
Property Value
Type Description
CommitStats

CommitTimestamp

object representation of CommitTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CommitTimestampDateTimeOffset instead.")]
public virtual object CommitTimestamp { get; set; }
Property Value
Type Description
object

CommitTimestampDateTimeOffset

DateTimeOffset representation of CommitTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CommitTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CommitTimestampRaw

The Cloud Spanner timestamp at which the transaction committed.

Declaration
[JsonProperty("commitTimestamp")]
public virtual string CommitTimestampRaw { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PrecommitToken

If specified, transaction has not committed yet. You must retry the commit with the new precommit token.

Declaration
[JsonProperty("precommitToken")]
public virtual MultiplexedSessionPrecommitToken PrecommitToken { get; set; }
Property Value
Type Description
MultiplexedSessionPrecommitToken

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX