View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - EventDatabaseSettings
- Class
- VMware.Hv.EventDatabaseSettings
- Property of
- EventDatabaseInfo
- See also
- SecureString
- Since
- Horizon View 6.0
Data Object Description
The EventDatabaseSettings object.Data Object Properties
Properties
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
server | xsd:string |
Server that hosts the database which will be used to store events
|
||||||||
type | xsd:string |
The type of database to use for the event database.
|
||||||||
port | xsd:int |
Port number on the database server to which View will send events
|
||||||||
name | xsd:string |
Name of the database on the database server to use for storing events.
Note that this database must exist on the server or the values cannot
be saved.
|
||||||||
userName | xsd:string |
Username to use for the connection to the event database.
|
||||||||
password | SecureString |
Password for the user to use for the connection to the event database.
|
||||||||
tablePrefix | xsd:string |
If present, all tables for this instance will start with this prefix.
This allows multiple brokers to use the same events database without
trampling on other broker data.
|
||||||||
queryTimeout | xsd:int |
Query execution timeout
Since Horizon 7.9
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |