Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LongRunningOperation<T>

Package version

Description of a long running operation.

Type parameters

  • T

Hierarchy

  • LongRunningOperation

Index

Properties

requestMethod

requestMethod: string

The HTTP request method.

requestPath

requestPath: string

The request path.

sendInitialRequest

sendInitialRequest: () => Promise<LroResponse<T>>

A function that can be used to send initial request to the service.

Type declaration

sendPollRequest

sendPollRequest: (path: string) => Promise<LroResponse<T>>

A function that can be used to poll for the current status of a long running operation.

Type declaration

Generated using TypeDoc