hidden deprecatedabstract persistent class %iFind.Index.AbstractEntSpread
extends %Persistent
This class is deprecated and will no longer be used when generating table projections for an iFind index.
Read-only projection of the number of records in which an entity occurs (spread) for this index.
Controlled through the IFINDADVANCED parameter in %iFind.Index.Analytic
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property EntityId
as %iFind.Entity;
The entity ID
property Spread
as %Integer;
The total number of records in which this entity appears for this index
index (NewIndex1 on EntityId) [IdKey];