Skip to main content

IdOperation

IdOperation Objects

class IdOperation(enum.Enum)

Defines what happened to an ObjectId during execution

BCS

The BCS serialized form for this type is defined by the following ABNF:

id-operation =  id-operation-none
=/ id-operation-created
=/ id-operation-deleted

id-operation-none = %d00
id-operation-created = %d01
id-operation-deleted = %d02