你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationType Enum
- java.
lang. Object - java.
lang. Enum<OperationType> - system.
fabric. OperationType
- system.
- java.
public enum OperationType
Specifies the type of operation that is received via the copy or replication stream.
Fields
AtomicGroupOperation |
Specifies that the operation is a part of an atomic group. |
CommitAtomicGroup |
Specifies that a particular atomic group to be committed. |
CreateAtomicGroup |
Specifies that a particular atomic group to be created. |
EndOfStream |
This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
HasAtomicGroupMask |
Specifies that the operation has an atomic group mask. |
Invalid |
Specifies that the operation is invalid. |
Normal |
Specifies that the operation is not part of an atomic group and should be processed as a standalone copy or replication operation. |
RollbackAtomicGroup |
Specifies that a particular atomic group should be rolled back. |
Methods
getValue()
public int getValue()
Gets the system.fabric.OperationType value.