类 IndexedAttribute
指示索引属性的属性。 索引属性会略微减慢插入速度,但可以大大加快查询速度。
命名空间: Realms
程序集:Realm.dll
语法
[AttributeUsage(AttributeTargets.Property)]
public class IndexedAttribute : Attribute
构造函数
| 编辑本页 查看源代码IndexedAttribute()
初始化IndexedAttribute类的新实例。
声明
public IndexedAttribute()
IndexedAttribute(IndexType)
初始化IndexedAttribute类的新实例。
声明
public IndexedAttribute(IndexType mode)
参数
类型 | 名称 | 说明 |
---|---|---|
索引类型 | 模式 | 将创建的索引类型。 |
属性
| 编辑本页 查看源代码类型
获取一个值,该值表示数据库将执行的索引类型。 默认为General 。
声明
public IndexType Type { get; }
属性值
类型 | 说明 |
---|---|
索引类型 | 属性的索引模式。 |