Base type: System.ExtensionEntity
Summary: Provides mapping between machine (client) (identified by its address) and monitored DB instance (identified by its ID).
Name | Type | Notes |
---|---|---|
Address | System.String | Address of a machine that accessed monitored instance during the provided time period |
DatabaseId | System.Int32 | ID of a monitored instance. References to Orion.DPA.DatabaseInstance.Id |
GlobalDatabaseId | System.Int32 | Unique ID of database instance in Orion |
Time | System.DateTime | Definition of Time interval for which we want to find mappings (operators <, <=, > and >= can be used in WHERE clauses on this field) Turns into last seen date in result set. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |