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 © 2025 ObjectBox. All rights reserved. (Last updated: 2025-12-08) Generated by jazzy ♪♫ v0.15.4.