Stay organized with collections
Save and categorize content based on your preferences.
Firebase.Firestore.TransactionOptions
Options to customize transaction behavior for FirebaseFirestore.RunTransactionAsync.
Summary
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()
TransactionOptions
TransactionOptions()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-14 UTC.
[null,null,["Last updated 2022-07-14 UTC."],[],[],null,["Firebase.Firestore.TransactionOptions\n\nOptions to customize transaction behavior for [FirebaseFirestore.RunTransactionAsync](/docs/reference/unity/class/firebase/firestore/firebase-firestore#class_firebase_1_1_firestore_1_1_firebase_firestore_1a5dd9d4668863426fefa06221068f3d6e).\n\nSummary\n\nProperties \n\nMaxAttempts \n\n```c#\nInt32 MaxAttempts\n``` \nThe maximum number of attempts to commit, after which the transaction fails.\n\nThe default value is 5, and must be greater than zero.\n\nPublic functions \n\nToString \n\n```c#\noverride string ToString()\n``` \n\nTransactionOptions \n\n```c#\n TransactionOptions()\n``` \nCreates the default [TransactionOptions](/docs/reference/unity/class/firebase/firestore/transaction-options#class_firebase_1_1_firestore_1_1_transaction_options)."]]