GetLongRunningPollerOptions interface

Options for getLongRunningPoller.

Properties

intervalInMs

Defines how much time the poller is going to wait before making a new request to the service.

restoreFrom

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

Property Details

intervalInMs

Defines how much time the poller is going to wait before making a new request to the service.

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