Interface: OperationOptions
Per-call options for individual SDK method invocations.
Properties
retry?
optional retry?: false | Partial<HttpRetryPolicy>;
Override retry behaviour for this call.
- Pass
falseto disable retry entirely (single attempt). - Pass a partial policy to override specific fields (merged with global config).