CBFS Storage 2020 .NET Edition

Questions / Feedback?

ReportPossibleSize Property

How the component should report the virtual drive's size and free space to the OS.

Syntax

public bool ReportPossibleSize { get; set; }
Public Property ReportPossibleSize As Boolean

Default Value

True

Remarks

This property controls which pair of values the component should use when reporting the virtual drive's size and free space to the OS.

When this property is enabled (default), the component will use the values of the PossibleSize and PossibleFreeSpace properties. When this property is disabled, the component will use the values of the VaultSize and PossibleSize properties.

To ensure correct operation, it is recommended that applications keep this property enabled, unless a vault's size has been fixed by setting the VaultSizeMin and VaultSizeMax properties equal to each other.

Please refer to the documentation of the properties mentioned above, as well as 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 .NET Edition - Version 20.0 [Build 8031]