Skip to main content

DBMTables.Central.MDCollectorLog

persistent class DBMTables.Central.MDCollectorLog extends %Library.Persistent, %XML.Adaptor

SQL Table Name: DBMTables_Central.MDCollectorLog

Property Inventory

Method Inventory

Properties

property CopyErrorCount as %Integer;
Property methods: CopyErrorCountDisplayToLogical(), CopyErrorCountGet(), CopyErrorCountGetStored(), CopyErrorCountIsValid(), CopyErrorCountLogicalToDisplay(), CopyErrorCountNormalize(), CopyErrorCountSet(), CopyErrorCountXSDToLogical()
property ElapsedSeconds as %Integer;
Property methods: ElapsedSecondsDisplayToLogical(), ElapsedSecondsGet(), ElapsedSecondsGetStored(), ElapsedSecondsIsValid(), ElapsedSecondsLogicalToDisplay(), ElapsedSecondsNormalize(), ElapsedSecondsSet(), ElapsedSecondsXSDToLogical()
property FileCopyCount as %Integer;
Property methods: FileCopyCountDisplayToLogical(), FileCopyCountGet(), FileCopyCountGetStored(), FileCopyCountIsValid(), FileCopyCountLogicalToDisplay(), FileCopyCountNormalize(), FileCopyCountSet(), FileCopyCountXSDToLogical()
property FileTimeStamp as %TimeStamp;
Time stamp of the metadata.json file in the directory we're looking at
Property methods: FileTimeStampDisplayToLogical(), FileTimeStampGet(), FileTimeStampGetStored(), FileTimeStampIsValid(), FileTimeStampLogicalToDisplay(), FileTimeStampLogicalToXSD(), FileTimeStampNormalize(), FileTimeStampOdbcToLogical(), FileTimeStampSet(), FileTimeStampXSDToLogical()
property Instance as %String [ Required ];
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceGetStored(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property LastRetrieved as %TimeStamp;
Property methods: LastRetrievedDisplayToLogical(), LastRetrievedGet(), LastRetrievedGetStored(), LastRetrievedIsValid(), LastRetrievedLogicalToDisplay(), LastRetrievedLogicalToXSD(), LastRetrievedNormalize(), LastRetrievedOdbcToLogical(), LastRetrievedSet(), LastRetrievedXSDToLogical()
property LastScan as %TimeStamp;
Time stamp of last scan of this instance & server
Property methods: LastScanDisplayToLogical(), LastScanGet(), LastScanGetStored(), LastScanIsValid(), LastScanLogicalToDisplay(), LastScanLogicalToXSD(), LastScanNormalize(), LastScanOdbcToLogical(), LastScanSet(), LastScanXSDToLogical()
property LastScanInfo as %String;
Explains what happened on our last scan. Values come from the FILESINPROGRESS, NONEWFILES, FILECOPYINPROGRESS, and FILESCOPIED parameters of MDCollector.Scan.
Property methods: LastScanInfoDisplayToLogical(), LastScanInfoGet(), LastScanInfoGetStored(), LastScanInfoIsValid(), LastScanInfoLogicalToDisplay(), LastScanInfoLogicalToOdbc(), LastScanInfoNormalize(), LastScanInfoSet()
property Server as %String [ Required ];
Property methods: ServerDisplayToLogical(), ServerGet(), ServerGetStored(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()

Methods

classmethod Clear()
classmethod CreateOrUpdate(server, instance)
Creates a record in this table to record that we retrieved data for this server & instance
classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod LoadFromXMLReport(filename As %String = "", verbose As %Boolean = 0)
classmethod RetrievedToday(server, instance)
method Save()

Indexes

index (MainIDX on Server,Instance) [IdKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (DBMTables.Central.MDCollectorLog)

^DBMTables.CB4C1.MDCollectorLogD(ID)
=
%%CLASSNAME
CopyInProgress
FileTimeStamp
LastRetrievedDate
LastRetrievedDateTime
ElapsedSeconds
FileCopyCount
CopyErrorCount
LastRetrieved
LastScanInfo
LastScan
FeedbackOpens in a new tab