Android.Database.Sqlite.SQLiteDatabase.PageSize Property
Returns the current database page size, in bytes.

Syntax

[get: Android.Runtime.Register("getPageSize", "()J", "GetGetPageSizeHandler")]
[set: Android.Runtime.Register("setPageSize", "(J)V", "GetSetPageSize_JHandler")]
public virtual long PageSize { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current database page size, in bytes.

Set method documentation [Android Documentation]

Sets the database page size. The page size must be a power of two. This method does not work if any data has been written to the database file, and must be called right after the database has been created.

Requirements

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