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

The Cloud Spanner timestamp at which the transaction committed.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX