Class TransactionOptions
Options for creating a new transaction.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class TransactionOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadOnly__
The transaction can only be used for read operations.
Declaration
[JsonProperty("readOnly")]
public virtual ReadOnly ReadOnly__ { get; set; }
Property Value
Type | Description |
---|---|
ReadOnly |
ReadWrite
The transaction can be used for both read and write operations.
Declaration
[JsonProperty("readWrite")]
public virtual ReadWrite ReadWrite { get; set; }
Property Value
Type | Description |
---|---|
ReadWrite |