SQLiteDatabase.MaximumSize Property

Definition

Returns the maximum size the database may grow to.

public virtual long MaximumSize { [Android.Runtime.Register("getMaximumSize", "()J", "GetGetMaximumSizeHandler")] get; }
[<get: Android.Runtime.Register("getMaximumSize", "()J", "GetGetMaximumSizeHandler")>]
member this.MaximumSize : int64

Property Value

the new maximum database size

Attributes

Remarks

Returns the maximum size the database may grow to.

Java documentation for android.database.sqlite.SQLiteDatabase.getMaximumSize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to