Every
record has a required top-level externalId property, which you can use in some queries to retrieve or aggregate records.- Mutable records: The
externalIdandspaceproperties uniquely identify records for write operations (create/upsert/delete). - Immutable records: The uniqueness of the
space+externalIdpair is not enforced, allowing multiple records with the same identifier to exist.