[This is preliminary documentation and is subject to change.]
The BlockDB type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| EnabledState | Sets this BlockDB's enabled state to Yes (always on), No (aways off),
or Auto (on or off depending on BlockDBAutoEnableRank config key and World's build permissions). | |
| FileName | Full path to the file where BlockDB data is stored. | |
| HasLimit | ||
| HasTimeLimit | ||
| IsEnabled | Checks whether this BlockDB is enabled (either automatically or manually).
Set EnabledState to enable/disable. | |
| IsEnabledGlobally | Whether BlockDB was enabled at startup.
Changing this setting currently requires a server restart. | |
| IsPreloaded | ||
| Limit | ||
| ShouldBeAutoEnabled | ||
| TimeLimit | ||
| World | World associated with this BlockDB. |