OperationType Enum

Definition

Specifies the type of operation that is received via the copy or replication stream.

public enum OperationType
type OperationType = 
Public Enum OperationType
Inheritance
OperationType

Fields

AtomicGroupOperation 32

Specifies that the operation is a part of an atomic group.

CommitAtomicGroup 64

Specifies that a particular atomic group to be committed.

CreateAtomicGroup 16

Specifies that a particular atomic group to be created.

EndOfStream 2

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

HasAtomicGroupMask 240

Specifies that the operation has an atomic group mask.

Invalid 0

Specifies that the operation is invalid.

Normal 1

Specifies that the operation is not part of an atomic group and should be processed as a standalone copy or replication operation.

RollbackAtomicGroup 128

Specifies that a particular atomic group should be rolled back.

Applies to