File tree Expand file tree Collapse file tree 6 files changed +18
-7
lines changed
dotnet/model-data/data-types
flutter/realm-database/model-data
kotlin/realm-database/schemas
node/model-data/data-types
react-native/model-data/data-types Expand file tree Collapse file tree 6 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ RealmValue - .NET SDK
10
10
:depth: 2
11
11
:class: singlecol
12
12
13
- *Changed in version 12.2.0:* ``RealmValue`` can hold lists and dictionaries of mixed data.
13
+ .. versionchanged:: 12.2.0
14
+
15
+ ``RealmValue`` can hold lists and dictionaries of mixed data.
14
16
15
17
The ``RealmValue`` data type is a mixed data type, and can represent any
16
18
other valid Realm data type except an embedded object or a set. You can create collections
Original file line number Diff line number Diff line change @@ -441,8 +441,9 @@ data type.
441
441
Collections as Mixed
442
442
````````````````````
443
443
444
- *Changed in version 2.0.0:* ``RealmValue`` properties can
445
- contain lists or maps of mixed data.
444
+ .. versionchanged:: 2.0.0
445
+
446
+ ``RealmValue`` properties can contain lists or maps of mixed data.
446
447
447
448
In version 2.0.0 and later, a mixed data type can hold collections (a list or
448
449
map, but *not* a set) of mixed elements. You can use mixed collections to
Original file line number Diff line number Diff line change @@ -324,7 +324,9 @@ example:
324
324
RealmAny (Mixed)
325
325
----------------
326
326
327
- *Changed in version 2.0.0:* ``RealmAny`` can hold lists and dictionaries of mixed data.
327
+ .. versionchanged:: 2.0.0
328
+
329
+ ``RealmAny`` can hold lists and dictionaries of mixed data.
328
330
329
331
`RealmAny <{+kotlin-local-prefix+}io.realm.kotlin.types/-realm-any/index.html>`__
330
332
represents a non-nullable mixed data type. It behaves like the value type
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Mixed - Node.js SDK
10
10
:depth: 2
11
11
:class: singlecol
12
12
13
- *Changed in version 12.9.0:* Mixed properties can contain lists or dictionaries of mixed data.
13
+ .. versionchanged:: 12.9.0
14
+
15
+ Mixed properties can contain lists or dictionaries of mixed data.
14
16
15
17
.. versionadded:: 10.5.0
16
18
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Mixed - React Native SDK
10
10
:depth: 1
11
11
:class: singlecol
12
12
13
- *Changed in version ``
[email protected] ``:* Mixed properties can contain lists or dictionaries of mixed data.
13
+ .. versionchanged:: ``
[email protected] ``
14
+
15
+ Mixed properties can contain lists or dictionaries of mixed data.
14
16
15
17
.. versionadded:: ``
[email protected] ``
16
18
Original file line number Diff line number Diff line change @@ -731,7 +731,9 @@ You can declare a Map as a property of an object:
731
731
AnyRealmValue
732
732
~~~~~~~~~~~~~
733
733
734
- *Changed in version 10.15.0:* ``AnyRealmValue`` properties can hold lists or maps of mixed data.
734
+ .. versionchanged:: 10.15.0
735
+
736
+ ``AnyRealmValue`` properties can hold lists or maps of mixed data.
735
737
736
738
.. versionadded:: 10.8.0
737
739
You can’t perform that action at this time.
0 commit comments