Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EFStringLengthとその中SQLite.netにMaxLengthはありますが、Realm に期待される文字列の長さを設定するための属性があるかどうかはわかりません。
StringLength
SQLite.net
MaxLength
誰がそれが何であるか知っていますか?
Realm での文字列の長さを指定する必要はありません。サポートされている最大長の 16MB まで、好きなだけ文字列を保存できます。それよりも長い文字列を保存する必要がある場合は、それらを複数のプロパティに分割する必要があります。