Skip to main content

Interface: INexusOperationExecutionListInfo

nexus.v1.INexusOperationExecutionListInfo

Properties of a NexusOperationExecutionListInfo.

Hierarchy

Properties

closeTime

Optional closeTime: null | $Properties

If the operation is in a terminal status, this field represents the time the operation transitioned to that status.

Inherited from

$Properties.closeTime


endpoint

Optional endpoint: null | string

Endpoint name.

Inherited from

$Properties.endpoint


executionDuration

Optional executionDuration: null | $Properties

The difference between close time and scheduled time. This field is only populated if the operation is closed.

Inherited from

$Properties.executionDuration


operation

Optional operation: null | string

Operation name.

Inherited from

$Properties.operation


operationId

Optional operationId: null | string

A unique identifier of this operation within its namespace along with run ID (below).

Inherited from

$Properties.operationId


runId

Optional runId: null | string

The run ID of the standalone Nexus operation.

Inherited from

$Properties.runId


scheduleTime

Optional scheduleTime: null | $Properties

Time the operation was originally scheduled via a StartNexusOperation request.

Inherited from

$Properties.scheduleTime


searchAttributes

Optional searchAttributes: null | $Properties

Search attributes from the start request.

Inherited from

$Properties.searchAttributes


service

Optional service: null | string

Service name.

Inherited from

$Properties.service


stateSizeBytes

Optional stateSizeBytes: null | Long

Updated once on scheduled and once on terminal status.

Inherited from

$Properties.stateSizeBytes


stateTransitionCount

Optional stateTransitionCount: null | Long

Updated on terminal status.

Inherited from

$Properties.stateTransitionCount


status

Optional status: null | NexusOperationExecutionStatus

The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.

Inherited from

$Properties.status