Uploaded image for project: 'Realm .NET SDK'
  1. Realm .NET SDK
  2. RNET-1164

XXX is an IDictionary but its generic type is String[] which is not supported by Realm

      Problem

      XXX is an IDictionary but its generic type is String[] which is not supported by Realm

      Example data:

      {
         data: {
           "192f56c6-651f-4b40-bc0c-f794c4879a45":  [ 
               "192f56c6-651f-4b40-bc0c-f794c4879a45", 
               "192f56c6-651f-4b40-bc0c-f794c4879a45" 
            ], 
           "192f56c6-651f-4b40-bc0c-f794c4879a45":  [ 
               "192f56c6-651f-4b40-bc0c-f794c4879a45", 
               "192f56c6-651f-4b40-bc0c-f794c4879a45" 
            ], 
         }
      }
      

      which have type of Dictionary<string, string[]> and it not support by Realm.

      Does Realm currently have any way to work with the data schema like so?

      Solution

      No response

      Alternatives

      No response

      How important is this improvement for you?

      Would be a major improvement

      Feature would mainly be used with

      Local Database only

            Assignee:
            nikola.irinchev@mongodb.com Nikola Irinchev
            Reporter:
            unitosyncbot Unito Sync Bot
            AD SDK Team 2
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: