OperationStatusResult interface

The current status of an async operation.

Properties

error

If present, details of the operation error.

id

Fully qualified ID for the async operation.

name

Name of the async operation.

properties

Additional information, if available.

status

Operation status.

Property Details

error

If present, details of the operation error.

error?: ErrorDetail

Property Value

id

Fully qualified ID for the async operation.

id?: string

Property Value

string

name

Name of the async operation.

name?: string

Property Value

string

properties

Additional information, if available.

properties?: Record<string, string>

Property Value

Record<string, string>

status

Operation status.

status: string

Property Value

string