トランザクションの動作をカスタマイズするためのオプション。
署名:
export declare interface TransactionOptions
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
maxAttempts | 数値 | commit の最大試行回数。この回数を超えるとトランザクションが失敗します。デフォルトは 5 です。 |
TransactionOptions.maxAttempts
commit の最大試行回数。この回数を超えるとトランザクションが失敗します。デフォルトは 5 です。
署名:
readonly maxAttempts?: number;