| Code |
Meaning |
Description |
| FULL |
Full |
Function has logic to save data to queues so it can run in maintenance mode |
| FUZZY |
Fuzzy |
Function is one of the few that has not only Maintenance support but also special logic allowing it to run while database state is not fully refreshed or consistent. |
| MAINT |
Maint |
Function has special logic to save data to queues so it can run in maintenance mode. |
| NONE |
None |
Default choice. Normal function that doesn't have special logic for maintenance mode. |
| OFFLINE |
Offline |
Function is disabled. No matter what the profile value is. |
| QUERY |
Query |
Function has logic to support queries but not data manipulation in maintenance mode. |