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()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于