ConflictHandlerType
public enum ConflictHandlerType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case optimisticConcurrency = "OPTIMISTIC_CONCURRENCY"
-
Undocumented
Declaration
Swift
case lambda = "LAMBDA"
-
Undocumented
Declaration
Swift
case automerge = "AUTOMERGE"
-
Undocumented
Declaration
Swift
case none = "NONE"
-
Declaration
Swift
public var description: String { get }