CBFS Storage 2020 Delphi Edition

Questions / Feedback?

PageSize Property

The vault's page size.

Syntax

property PageSize: Integer read get_PageSize write set_PageSize;

Default Value

4096

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.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Delphi Edition - Version 20.0 [Build 8031]