Type alias DatastoreItemConflictMode

DatastoreItemConflictMode: typeof FAIL_ON_CONFLICT | typeof OVERWRITE_ON_CONFLICT | UnparsedObject

How to handle conflicts when inserting items that already exist in the datastore.

Generated using TypeDoc