PollingOptions interface
Options for configuring polling behavior.
Properties
interval |
The interval, in milliseconds, to wait between polling attempts. If not specified, a default interval of 1000ms will be used. |
restore |
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