|
Name
|
Type
|
Description
|
| eventDatabaseSet | xsd:boolean |
Whether or not the event database has been set in the backend. This
should be effectively treated as read-only, as it will be ignored on
update.
|
| database | EventDatabaseSettings |
How to reach and log into the database server, plus database settings
to use
- This property need not be set.
-
This property is required if
eventDatabaseSet is set to
true.
|
| settings | EventDatabaseEventSettings |
Event persistence settings
- This property need not be set.
-
This property is required if
eventDatabaseSet is set to
true.
|