WaitForCompletionOptions interface

durableClient.waitForCompletionOrCreateCheckStatusResponse() メソッドに渡される Options オブジェクトは、durable 関数からの出力を待機する時間と出力を確認する頻度のタイムアウトを指定します。

プロパティ

retryIntervalInMilliseconds

Durable 関数からの出力のチェック間のタイムアウト。

timeoutInMilliseconds

Durable 関数からの出力に対して許可されたタイムアウトの合計。

プロパティの詳細

retryIntervalInMilliseconds

Durable 関数からの出力のチェック間のタイムアウト。

retryIntervalInMilliseconds?: number

プロパティ値

number

timeoutInMilliseconds

Durable 関数からの出力に対して許可されたタイムアウトの合計。

timeoutInMilliseconds?: number

プロパティ値

number