mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Add note about indexing support for RealmNamedFileUsage.Filename
This commit is contained in:
parent
21e8ab8357
commit
3bd4872520
@ -16,6 +16,7 @@ namespace osu.Game.Models
|
||||
{
|
||||
public RealmFile File { get; set; } = null!;
|
||||
|
||||
// [Indexed] cannot be used on `EmbeddedObject`s as it only applies to top-level queries. May need to reconsider this if performance becomes a concern.
|
||||
public string Filename { get; set; } = null!;
|
||||
|
||||
public RealmNamedFileUsage(RealmFile file, string filename)
|
||||
|
Loading…
Reference in New Issue
Block a user