Interface: INexusOperationExecutionListInfo
nexus.v1.INexusOperationExecutionListInfo
Properties of a NexusOperationExecutionListInfo.
Hierarchy
-
↳
INexusOperationExecutionListInfo
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
endpoint
• Optional endpoint: null | string
Endpoint name.
Inherited from
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
operation
• Optional operation: null | string
Operation name.
Inherited from
operationId
• Optional operationId: null | string
A unique identifier of this operation within its namespace along with run ID (below).
Inherited from
runId
• Optional runId: null | string
The run ID of the standalone Nexus operation.
Inherited from
scheduleTime
• Optional scheduleTime: null | $Properties
Time the operation was originally scheduled via a StartNexusOperation request.
Inherited from
searchAttributes
• Optional searchAttributes: null | $Properties
Search attributes from the start request.
Inherited from
service
• Optional service: null | string
Service name.
Inherited from
stateSizeBytes
• Optional stateSizeBytes: null | Long
Updated once on scheduled and once on terminal status.
Inherited from
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.