Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PollingOptions interface

Package:
@azure/ai-agents

Options for configuring polling behavior.

Properties

intervalInMs

The interval, in milliseconds, to wait between polling attempts. If not specified, a default interval of 1000ms will be used.

restoreFrom

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

Property Details

intervalInMs

The interval, in milliseconds, to wait between polling attempts. If not specified, a default interval of 1000ms will be used.

intervalInMs?: number

Property Value

number

restoreFrom

A serialized poller which can be used to resume an existing paused Long-Running-Operation.

restoreFrom?: string

Property Value

string