Android.Database.Sqlite.SQLiteDatabase.SetMaximumSize Method
Sets the maximum size the database will grow to.

Syntax

[Android.Runtime.Register("setMaximumSize", "(J)J", "GetSetMaximumSize_JHandler")]
public virtual long SetMaximumSize (long numBytes)

Parameters

numBytes
the maximum database size, in bytes

Returns

Documentation for this section has not yet been entered.

Remarks

Sets the maximum size the database will grow to. The maximum size cannot be set below the current size.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1