Firebase. Firestore. TransactionOptions
Options to customize transaction behavior for FirebaseFirestore.RunTransactionAsync.
Summary
Constructors and Destructors |
|
---|---|
TransactionOptions()
Creates the default
TransactionOptions . |
Properties |
|
---|---|
MaxAttempts
|
Int32
The maximum number of attempts to commit, after which the transaction fails.
|
Public functions |
|
---|---|
ToString()
|
override string
|
Properties
MaxAttempts
Int32 MaxAttempts
The maximum number of attempts to commit, after which the transaction fails.
The default value is 5, and must be greater than zero.
Public functions
ToString
override string ToString()