PutMode public enum PutMode : UInt32 Allows to change the put semantics; e.g. into insert or update. put Standard put (“insert or update”) Declaration Swift case put = 1 insert Put succeeds only if the entity does not exist yet. Declaration Swift case insert = 2 update Put succeeds only if the entity already exist. Declaration Swift case update = 3 © 2024 ObjectBox. All rights reserved. (Last updated: 2024-07-30) Generated by jazzy ♪♫ v0.15.1.