ReplicatorOperationName Enum

Definition

Represents the operation currently being executed by the Replicator, either via IReplicator or IPrimaryReplicator interface.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ReplicatorOperationName
[<System.Flags>]
type ReplicatorOperationName = 
Public Enum ReplicatorOperationName
Inheritance
ReplicatorOperationName
Attributes

Fields

Abort 32

Replicator is being aborted.

Build 256

Replicator is in the process of building one or more replicas.

ChangeRole 4

Replicator is in the process of changing its role.

Close 16

Replicator is closing.

Invalid 0

Default value if the replicator is not yet ready.

None 1

Replicator is not running any operation from Service Fabric perspective.

OnDataLoss 64

Replicator is handling the data loss condition, where the user service may potentially be recovering state from an external source.

Open 2

Replicator is opening.

UpdateEpoch 8

Due to a change in the replica set, replicator is being updated with its Epoch.

WaitForCatchup 128

Replicator is waiting for a quorum of replicas to be caught up to the latest state.

Applies to