property ServiceBusRetryOptions.mode

Backoff curve. Translated to the SDK's numeric RetryMode before ServiceBusClient is constructed (the SDK compares the value with === against its enum). The SDK default when omitted is 'fixed'.

Type

"fixed" | "exponential"

Usage

import { type ServiceBusRetryOptions } from "messaging-plugin/src/index.ts";