Class CommitRequest
The request for Firestore.Commit.
Implements
Inherited Members
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> |