Key

@available(*, deprecated, message: "Deprecated in version 3.17.0. Please use Entity.CodingKeys instead")
public struct Key

Property names for the Entity class

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

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.17.0. Please use Entity.CodingKeys.entityId instead")
    public static let entityId: String
  • acl

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

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.17.0. Please use Entity.CodingKeys.acl instead")
    public static let acl: String
  • Key to map the _kmd column in your Persistable implementation class.

    Declaration

    Swift

    @available(*, deprecated, message: "Deprecated in version 3.17.0. Please use Entity.CodingKeys.metadata instead")
    public static let metadata: String