TransactionOptions interface

トランザクション動作をカスタマイズするオプション。

サイン:

export declare interface TransactionOptions 

プロパティ

財産タイプ説明
最大試行数番号トランザクションが失敗するまでのコミット試行の最大数。デフォルトは 5 です。

TransactionOptions.maxAttempts

トランザクションが失敗するまでのコミット試行の最大数。デフォルトは 5 です。

サイン:

readonly maxAttempts?: number;