VaultSizeMax Property
The maximum size a vault can be.
Syntax
public long getVaultSizeMax(); public void setVaultSizeMax(long vaultSizeMax);
Remarks
This property specifies the maximum size, in bytes, that a vault can be. This property must be set to 0 (unlimited), or a number greater than or equal to 8 * PageSize or VaultSizeMin (whichever is greater).
The limit imposed by this property, if any, applies to both explicit growth of a vault via the VaultSize property, and implicit growth of a vault due to storage load. Please refer to the Vault Size topic for more information.
Note: This property cannot be changed within events.
Default Value
0