Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnalysisPollOperationState<TResult>

Package version

An interface representing the state of an analysis poller operation.

Type parameters

  • TResult

Hierarchy

Index

Properties

createdOn

createdOn: Date

The date and time the operation was created.

Optional expiresOn

expiresOn: Date

The date and time when the operation results will expire on the server.

lastModifiedOn

lastModifiedOn: Date

The time the operation status was last updated.

operationId

operationId: string

The operation id.

status

status: State

The current status of the operation.

Generated using TypeDoc