|
|
CHARACTER DefaultAllocation
|
/** A preference setting that decides whether to allocate partitions when the parent
is created, when tables are multi-tenant enabled or new multi-tenant tables,
indexes or lob fields are created or policy details are created.
The preference can have the following values:
- Immediate – allocate immediately using default areas.
Allocates all partitions according to the defaults when the parent is created.
- Delayed – Delay the physical allocation of the partitions. S
Sets the partitions AllocateState to "Delayed" and allowing them
to be allocated when the IPartitionParent:Allocate() operation is executed.
- None – No automatic allocation.
Sets the partitions AllocateState to "None", which means that the
allocation only can be done directly on the actual Partition.
(Some owning classes may allow Allocate("All") ) */
|
|
|
OpenEdge.DataAdmin.IArea DefaultDataArea
|
/** DefaultDataArea
The name of the default data area for new partitions */
|
|
|
OpenEdge.DataAdmin.IArea DefaultIndexArea
|
/** DefaultIndexArea
The name of the default index area for new partitions */
|
|
|
OpenEdge.DataAdmin.IArea DefaultLobArea
|
/** DefaultLobArea
The name of the default lob area for new partitions */
|
|
|
CHARACTER Name
|
/** Name character unique identifier - max length 32 */
|