Show / Hide Table of Contents

Class CommitRequest

The request for Firestore.Commit.

Inheritance
object
CommitRequest
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.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class CommitRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Transaction

If set, applies all writes in this transaction, and commits it.

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

Writes

The writes to apply. Always executed atomically and in order.

Declaration
[JsonProperty("writes")]
public virtual IList<Write> Writes { get; set; }
Property Value
Type Description
IList<Write>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX