Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecoverDeletedKeyPoller

Package version

Class that deletes a poller that waits until a key finishes being deleted

Hierarchy

Implements

Index

Constructors

constructor

Properties

intervalInMs

intervalInMs: number

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

memberof

RecoverDeletedKeyPoller

Protected operation

Methods

cancelOperation

  • cancelOperation(options?: undefined | { abortSignal?: AbortSignal }): Promise<void>
  • Parameters

    • Optional options: undefined | { abortSignal?: AbortSignal }

    Returns Promise<void>

delay

  • delay(): Promise<void>

getOperationState

getResult

isDone

  • isDone(): boolean
  • Returns boolean

isStopped

  • isStopped(): boolean

onProgress

poll

  • poll(options?: undefined | { abortSignal?: AbortSignal }): Promise<void>
  • Parameters

    • Optional options: undefined | { abortSignal?: AbortSignal }

    Returns Promise<void>

pollUntilDone

stopPolling

  • stopPolling(): void

toString

  • toString(): string

Generated using TypeDoc