Package version:

Interface PollingOptions

Options for configuring polling behavior.

interface PollingOptions {
    intervalInMs?: number;
    restoreFrom?: string;
}

Properties

intervalInMs?: number

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

restoreFrom?: string

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