EntityCodingKeys

public enum EntityCodingKeys : String, CodingKey

Property names for the Entity class

  • Key to map the _id column in your Persistable implementation class.

    Declaration

    Swift

    case entityId = "_id"
  • acl

    Key to map the _acl column in your Persistable implementation class.

    Declaration

    Swift

    case acl = "_acl"
  • Key to map the _kmd column in your Persistable implementation class.

    Declaration

    Swift

    case metadata = "_kmd"