Package version:

Interface SecretPollerOptions

An interface representing the optional parameters that can be passed to beginDeleteSecret and beginRecoverDeletedKey.

interface SecretPollerOptions {
    intervalInMs?: number;
    resumeFrom?: string;
}

Hierarchy (view full)

Properties

intervalInMs?: number

Time between each polling in milliseconds.

resumeFrom?: string

A serialized poller, used to resume an existing operation