Skip to main content

%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:

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

Storage

Storage Model: Storage (%SYS.Maint.BitmapResults)

^%SYS.Maint.BitmapResultsD(ID)
=
%%CLASSNAME
RunID
ClassName
GlobalName
OldSize
NewSize
Status
Compression
LastCompressed
FeedbackOpens in a new tab