Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationStatus

Package version

Contains the OperationId, OperationState, and OperationType for user-induced operations.

Hierarchy

  • OperationStatus

Index

Properties

Properties

Optional operationId

operationId: undefined | string

A GUID that identifies a call to this API. This is also passed into the corresponding GetProgress API.

Optional state

The state of the operation. Possible values include: 'Invalid', 'Running', 'RollingBack', 'Completed', 'Faulted', 'Cancelled', 'ForceCancelled'

Optional type

The type of the operation. Possible values include: 'Invalid', 'PartitionDataLoss', 'PartitionQuorumLoss', 'PartitionRestart', 'NodeTransition'

Generated using TypeDoc