CLOUD_ALERT_FEEDS



Column Section Relationship Section Top of Page


Table-level Detail

Description: Cloud Alert Feeds
Definition: Tracks the feeds that Millennium is reading for the cloud.
Table Type: ACTIVITY





Column Detail - CLOUD_ALERT_FEEDS


Column Name Type Null? Definition
CLOUD_ALERT_FEEDS_ID DOUBLE N Unique generated number that identifies a single row on the CLOUD_ALERT_FEEDS table.
LAST_READ_ENTRY_IDENT VARCHAR(255) Y The identifier associated with the last read entry from this feed. A null indicates that no entry has ever ben read from this feed.
LAST_READ_SYSTEM_DT_TM DATETIME Y The current time of the system when this feed was last read.
LAST_UPDATED_DT_TM_MS_NBR DOUBLE Y The last time this feed was updated. Represented as epoch time. Null indicates that it has never been successfully read. NOTE: this time is pulled from the feed and is not intended to be current time relative to the local box.
LOGICAL_DOMAIN_ID DOUBLE N The unique identifier for a logical domain. This identifier allows the data to be grouped by logical domain. For example, If you assign clients a logical_domain_id this would allow you to store data for multiple clients on this table.
SERVER_DT_TM_MS_NBR DOUBLE Y The current time reported by the server the last time the feed was read.
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - CLOUD_ALERT_FEEDS


Child Column in CLOUD_ALERT_FEEDS(FK) Parent Table Name Parent Column Name
Parents: LOGICAL_DOMAIN_ID LOGICAL_DOMAIN LOGICAL_DOMAIN_ID