Try OpenEdge Now
skip to main content
Programming Interfaces
Database Administration Entity Interface Reference : IExtent interface : IExtent properties
 

IExtent properties

Inherits properties from IDataAdminElement and defines the properties listed in the following table.
Table 91. Multi-tenant maintenance IExtent interface properties
Property name
Data type
Access
Description
Area
IArea
Read-only
Returns the area of the extent.
FileName
CHARACTER
Read-only
Returns the filename of the extent.
IsFixed
LOGICAL
Readable, Writeable
Set to TRUE if the extent is fixed.
Number
INTEGER
Read-only
Returns the number of the extent within the area.
Path
CHARACTER
Readable, Writeable
Set to the path of the extent. Can be set instead of the FileName property.
Size
INTEGER
Readable, Writeable
Set to the size of the extent in KB.
SizeUsed
INTEGER
Read-only
Returns the used extent size (high water mark) in KB.