CollectorAgentPropertiesBase interface
Collector agent property class.
Properties
| id | Gets the collector agent id. |
| last |
Gets the collector last heartbeat time. |
| spn |
Gets or sets the SPN details. |
| version | Gets the collector agent version. |
Property Details
id
Gets the collector agent id.
id?: string
Property Value
string
lastHeartbeatUtc
Gets the collector last heartbeat time.
lastHeartbeatUtc?: Date
Property Value
Date
spnDetails
Gets or sets the SPN details.
spnDetails?: CollectorAgentSpnPropertiesBase
Property Value
version
Gets the collector agent version.
version?: string
Property Value
string