SQLiteDatabase.OpenParams.LookasideSlotCount プロパティ

定義

データベース接続あたりのルックアサイド メモリ スロットの合計数を返します。設定されていない場合は -1 を返します。

public int LookasideSlotCount { [Android.Runtime.Register("getLookasideSlotCount", "()I", "", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getLookasideSlotCount", "()I", "", ApiSince=27)>]
member this.LookasideSlotCount : int

プロパティ値

属性

注釈

データベース接続あたりのルックアサイド メモリ スロットの合計数を返します。設定されていない場合は -1 を返します。

の Java ドキュメント android.database.sqlite.SQLiteDatabase.OpenParams.getLookasideSlotCount()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象