Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SYS] >  [Maint] >  [BitmapResults]
Private  Storage   

persistent class %SYS.Maint.BitmapResults extends %Persistent

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8


Summary

Properties
ClassName Compression GlobalName LastCompressed NewSize
OldSize RunID Status

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


Properties

• property ClassName as %String(MAXLEN=500);
• property Compression as %String;
• property GlobalName as %String(MAXLEN=500);
• property LastCompressed as %TimeStamp;
• property NewSize as %Integer;
• property OldSize as %Integer;
• property RunID as %SYS.Maint.Bitmap;
• property Status as %String;


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.