Class ReadWrite
Options for a transaction that can be used to read and write documents. Firestore does not allow 3rd party auth requests to create read-write. transactions.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class ReadWrite : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RetryTransaction
An optional transaction to retry.
Declaration
[JsonProperty("retryTransaction")]
public virtual string RetryTransaction { get; set; }
Property Value
Type | Description |
---|---|
string |