IPartitionParent properties
- Last Updated: August 23, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Inherits properties from IDataAdminElement
and defines the properties listed in the following table.
| Property name | Data type | Access | Description |
|---|---|---|---|
DefaultAllocation
|
CHARACTER
|
Readable, Writeable | Set to a preference that decides whether
to allocate partitions when the tenant is created, when tables are
multi-tenant enabled, or new multi-tenant tables, indexes, or LOB fields
are created. This preference can have the following values:
Note: If you intend to make a tenant a
member of a tenant group, set this property to "Delayed" so no storage is allocated to
the tenant before you have allocated storage to the
group. |
DefaultDataArea
|
IArea
|
Readable, Writeable | Set to the default data area for new table partitions. |
DefaultIndexArea
|
IArea
|
Readable, Writeable | Set to the default index area for new table partitions. |
DefaultLobArea
|
IArea
|
Readable, Writeable | Set to the default LOB area for new table partitions. |
Description
|
CHARACTER
|
Readable, Writeable | Set to a table partition description of your choice. |
Name
|
CHARACTER
|
Readable, Writeable | Set to a unique table partition name, with a maximum length 32 characters. |
For more information, see: