クラス IndexedAttribute
インデックス付きプロパティを示す属性。 インデックス付きプロパティを使用すると挿入は若干遅くなりますが、クエリは大幅に高速化できます。
Namespace: Realms
組み立て: Realm.dll
構文
[AttributeUsage(AttributeTargets.Property)]
public class IndexedAttribute : Attribute
コンストラクター
| このページを編集 ソースを表示IndexedAttribute()
IndexedAttributeクラスの新しいインスタンスを初期化します。
宣言
public IndexedAttribute()
IndexedAttribute(IndexType)
IndexedAttributeクラスの新しいインスタンスを初期化します。
宣言
public IndexedAttribute(IndexType mode)
パラメーター
タイプ | 名前 | 説明 |
---|---|---|
インデックス タイプ | モード | 作成されるインデックスのタイプ。 |
プロパティ
| このページを編集 ソースを表示タイプ
データベースが実行するインデックスのタイプを示す値を取得します。 デフォルトは一般です。
宣言
public IndexType Type { get; }
プロパティ値
タイプ | 説明 |
---|---|
インデックス タイプ | プロパティのインデックス モード。 |