CBFS Storage 2020 Android Edition

Questions / Feedback?

PageSize Property

The vault's page size.

Syntax

public int getPageSize();
public void setPageSize(int pageSize);

Remarks

This property controls the page size used when creating new vaults, and reflects the page size of the currently-open vault. Valid values are 256 through 65536 bytes (inclusive).

A vault's page size is permanent, it cannot be changed after the vault is created. Please refer to the Vaults topic for more information.

Note: This property cannot be changed when Active is true, and cannot be changed within events.

Default Value

4096

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Android Edition - Version 20.0 [Build 8237]