CBFS Storage 2020 Delphi Edition

Questions / Feedback?

VaultSizeMin Property

The minimum size a vault can be.

Syntax

property VaultSizeMin: Int64 read get_VaultSizeMin write set_VaultSizeMin;

Default Value

0

Remarks

This property specifies the minimum size, in bytes, that a vault can be. This property's value must be less than or equal to VaultSizeMax, unless VaultSizeMax is set to 0 (unlimited).

The limit imposed by this property applies to both explicit shrinking of a vault via the VaultSize property or the CompactVault method, and implicit shrinking of a vault via automatic compaction. Please refer to the Vault Size topic for more information.

Note: This property cannot be changed within events.

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