CqOperationType Enumeration |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")] public enum CqOperationType
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")> Public Enumeration CqOperationType
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")] public enum class CqOperationType
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>] type CqOperationType
Member name | Value | Description | |
---|---|---|---|
OP_TYPE_INVALID | -1 | ||
OP_TYPE_CREATE | 0 | ||
OP_TYPE_UPDATE | 2 | ||
OP_TYPE_INVALIDATE | 4 | ||
OP_TYPE_REGION_CLEAR | 8 | ||
OP_TYPE_DESTROY | 16 | ||
OP_TYPE_MARKER | 32 |