Skip to content

Shared

A enum for storing and retrieving values associated with an AnyRealmValue property. AnyRealmValue can also store a collection (List, Dictionary) of AnyRealmValue, meaning that you can have nested collections inside a AnyRealmValue.

View JSON Schema

Type: string — one of:

  • none
  • int(_:)
  • bool(_:)
  • float(_:)
  • double(_:)
  • string(_:)
  • data(_:)
  • date(_:)
  • object(_:)
  • objectId(_:)
  • decimal128(_:)
  • uuid(_:)
  • dictionary(_:)
  • list(_:)