Orion.SCM.Results.ElementMetadata
SolarWinds Information Service 2019.2.5200 Schema Documentation
This entity represents metadata retrieved from remote server, marked with version and timestamp.
Inheritance
Access control
everyone
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
NodeID | System.Int32 | Identifier of the node where metadata were collected. | everyone |
PolledElementID | System.Int64 | Identifier of PolledElement entity. | everyone |
VersionID | System.Int32 | Current change version starting from 1. | everyone |
TimeStamp | System.DateTime | Datetime when the change was spotted. Can change with maintenance. Can round datetime of last successful poll to lower value of hour or day. | everyone |
LastModified | System.DateTime | Datetime when the entity was changed (for File type it is typically LastWriteTime of the file). | everyone |
LastModifiedBy | System.String | Name of the user who did the change. | everyone |
LastModifiedByState | System.Int32 | everyone | |
LastModifiedByStateDescription | System.String | everyone | |
ElementContentID | System.Int64 | Identifier of related content change. Defined only when ProfileElement is configured to be downloaded to Orion and was successfully downloaded during poll. | everyone |
ChangeType | System.Int16 | Type of the change. Options are: 0 (Unknown), 1 (Add), 2 (Update), 3 (Remove). | everyone |
IsInitialPoll | System.Boolean | Boolean value indicating whether it is first initial poll. | everyone |
ContentCollectionState | System.Int32 | Description whether content was collected. Options are: 0 (Content not present), 1 (Content present), 2 (Content collection disabled), 3 (Size limit exceeded). | everyone |
OriginalTimeStamp | System.DateTime | Datetime when the change was spotted. Holds original value of TimeStamp and does not changes. | everyone |
Target Relationships
Name | Type | Notes |
---|---|---|
SCMNode | Orion.SCM.ServerConfiguration | Defined by relationship Orion.SCM.SCMNodesReferencesElementMetadata (System.Reference) |
PolledElement | Orion.SCM.Results.PolledElements | Defined by relationship Orion.SCMPolledElementsReferencesElementMetadata (System.Reference) |