OperationType
public enum OperationType : String, Codable
An enum representing the type of operation for this change event.
-
Specifies an operation of type
insert
.Declaration
Swift
case insert
-
Specifies an operation of type
update
.Declaration
Swift
case update
-
Specifies an operation of type
replace
.Declaration
Swift
case replace
-
Specifies an operation of type
delete
.Declaration
Swift
case delete
-
Specifies an operation of type
invalidate
.Declaration
Swift
case invalidate
-
Specifies an operation of type
drop
.Declaration
Swift
case drop
-
Specifies an operation of type
dropDatabase
.Declaration
Swift
case dropDatabase
-
Specifies an operation of type
rename
.Declaration
Swift
case rename