OperationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |
EndOfStream | 2 | This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
CreateAtomicGroup | 16 | Specifies that a particular atomic group to be created. |
AtomicGroupOperation | 32 | Specifies that the operation is a part of an atomic group. |
CommitAtomicGroup | 64 | Specifies that a particular atomic group to be committed. |
RollbackAtomicGroup | 128 | Specifies that a particular atomic group should be rolled back. |
HasAtomicGroupMask | 240 | Specifies that the operation has an atomic group mask. |
Applies to
Azure SDK for .NET