VaultSizeMin Property
The minimum size a vault can be.
Syntax
public long getVaultSizeMin(); public void setVaultSizeMin(long vaultSizeMin);
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.
Default Value
0