PartitionRestartProgress Class

Information about a partition restart user-induced operation.

Inheritance
PartitionRestartProgress

Constructor

PartitionRestartProgress(*, state=None, restart_partition_result=None, **kwargs)

Parameters

state
str or OperationState
Required

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

restart_partition_result
RestartPartitionResult
Required

Represents information about an operation in a terminal state (Completed or Faulted).