Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LroInProgressState<T>

Package version

The type of an in-progress state of an LRO.

Type parameters

  • T

Hierarchy

Index

Properties

done

done: false

Whether the operation has finished.

flatResponse

flatResponse: T

The flattened response

Optional next

next: undefined | (() => Promise<LroStatus<T>>)

The request to be sent next if it is different from the standard polling one. Notice that it will disregard any polling URLs provided to it.

rawResponse

rawResponse: RawResponse

The raw response

Generated using TypeDoc