DBMTables.Central.MDCollectorLog
persistent class DBMTables.Central.MDCollectorLog extends %Library.Persistent, %XML.Adaptor
SQL Table Name: DBMTables_Central.MDCollectorLog
Property Inventory
- CopyErrorCount
- ElapsedSeconds
- FileCopyCount
- FileTimeStamp
- Instance
- LastRetrieved
- LastScan
- LastScanInfo
- Server
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 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
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InitExtentData()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: Storage (DBMTables.Central.MDCollectorLog)
^DBMTables.CB4C1.MDCollectorLogD(ID) |
= | %%CLASSNAME
CopyInProgress
FileTimeStamp
LastRetrievedDate
LastRetrievedDateTime
ElapsedSeconds
FileCopyCount
CopyErrorCount
LastRetrieved
LastScanInfo
LastScan
|