%SYS.Maint.BitmapResults
persistent class %SYS.Maint.BitmapResults extends %Library.Persistent
SQL Table Name: %SYS_Maint.BitmapResults
This class gets populated by methods NameSpace and OneClass in %SYS.Maint.Bitmap
RunID is the same as the ID of the row stored in %SYS.Maint.Bitmap
OldSize and NewSize are the number of MB before and after.
Compression is the % the index was compressed, if 0 the index was empty.
Status can have one of the following values:
- finished
- Global: GlobalName is not local, skipping compression
- an error message
LastCompression is the timestamp from when the last compression was finished.
Property Inventory
Properties
property ClassName as %String (MAXLEN = 500);
Property methods: ClassNameDisplayToLogical(), ClassNameGet(), ClassNameGetStored(), ClassNameIsValid(), ClassNameLogicalToDisplay(), ClassNameLogicalToOdbc(), ClassNameNormalize(), ClassNameSet()
property Compression as %String;
Property methods: CompressionDisplayToLogical(), CompressionGet(), CompressionGetStored(), CompressionIsValid(), CompressionLogicalToDisplay(), CompressionLogicalToOdbc(), CompressionNormalize(), CompressionSet()
property GlobalName as %String (MAXLEN = 500);
Property methods: GlobalNameDisplayToLogical(), GlobalNameGet(), GlobalNameGetStored(), GlobalNameIsValid(), GlobalNameLogicalToDisplay(), GlobalNameLogicalToOdbc(), GlobalNameNormalize(), GlobalNameSet()
property LastCompressed as %TimeStamp;
Property methods: LastCompressedDisplayToLogical(), LastCompressedGet(), LastCompressedGetStored(), LastCompressedIsValid(), LastCompressedLogicalToDisplay(), LastCompressedNormalize(), LastCompressedOdbcToLogical(), LastCompressedSet()
property NewSize as %Integer;
Property methods: NewSizeDisplayToLogical(), NewSizeGet(), NewSizeGetStored(), NewSizeIsValid(), NewSizeLogicalToDisplay(), NewSizeNormalize(), NewSizeSet()
property OldSize as %Integer;
Property methods: OldSizeDisplayToLogical(), OldSizeGet(), OldSizeGetStored(), OldSizeIsValid(), OldSizeLogicalToDisplay(), OldSizeNormalize(), OldSizeSet()
property RunID as %SYS.Maint.Bitmap;
Property methods: RunIDGet(), RunIDGetObject(), RunIDGetObjectId(), RunIDGetStored(), RunIDGetSwizzled(), RunIDIsValid(), RunIDNewObject(), RunIDSet(), RunIDSetObject(), RunIDSetObjectId(), RunIDUnSwizzle()
property Status as %String;
Property methods: StatusDisplayToLogical(), StatusGet(), StatusGetStored(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
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()
Storage
Storage Model: Storage (%SYS.Maint.BitmapResults)
^%SYS.Maint.BitmapResultsD(ID) |
= | %%CLASSNAME
RunID
ClassName
GlobalName
OldSize
NewSize
Status
Compression
LastCompressed
|