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

abstract persistent class %DeepSee.FactTable extends %Persistent, %DeepSee.IndexBuilder

Base class for all DeepSee fact tables.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 8


Summary

Methods
%AddToSaveSet %AddToSyncSet %BuildDeferredIndices %BuildIndices
%BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints %CheckConstraintsForExtent
%ClassIsLatestVersion %ClassName %ComposeOid %ConstructClone
%ConstructIndices %ConstructIndicesParallel %ConstructIndicesStartTask %Count
%Delete %DeleteExtent %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Exists %ExistsId
%Extends %GUID %GUIDSet %GetLock
%GetParameter %GetSwizzleObject %Id %IsA
%IsModified %IsNull %KillExtent %LockExtent
%LockId %New %NextId %NormalizeObject
%ObjectIsNull %ObjectModified %Oid %OnBeforeAddToSync
%OnDeleteFinally %OnDetermineClass %OnOpenFinally %OnSaveFinally
%Open %OpenId %OriginalNamespace %PackageName
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SerializeObject
%SetModified %SortBegin %SortEnd %SyncObjectIn
%SyncTransport %UnlockExtent %UnlockId %ValidateObject


Parameters

• parameter CUBENAME;
Name of the cube that created this fact table.
• parameter MANAGEDEXTENT = 0;
Turn off extent management for fact tables.
• parameter SOURCECLASS;
Name of the source table that provides data for this fact table.

Methods

• abstract classmethod %Count() as %Integer
Return the total number of items within the Fact table.
The actual implementation is generated when the cube is compiled.


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