Namespace: OpenEdge.DataAdmin
Interface
ICdcParent
Parent classes:
Inherits: OpenEdge.DataAdmin.IDataAdminElement

File:ICdcParent
Author(s):mkondra
Created:Thu Nov 19 17:44:01 IST 2015



Property Summary
Options Name Purpose
CHARACTER CdcTablePolicyName /** Name character unique identifier - max length 32 */
OpenEdge.DataAdmin.IArea DataArea /** DefaultDataArea The name of the default data area for new partitions */
CHARACTER Description /** Description */
OpenEdge.DataAdmin.IArea IndexArea /** DefaultIndexArea The name of the default index area for new partitions */
INTEGER Level /** 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") ) */


Property Detail
Top

CHARACTER CdcTablePolicyName

Purpose: Name character unique identifier - max length 32
Returns CHARACTER
Top

OpenEdge.DataAdmin.IArea DataArea

Purpose: DefaultDataArea
The name of the default data area for new partitions
Returns OpenEdge.DataAdmin.IArea
Top

CHARACTER Description

Purpose: Description
Returns CHARACTER
Top

OpenEdge.DataAdmin.IArea IndexArea

Purpose: DefaultIndexArea
The name of the default index area for new partitions
Returns OpenEdge.DataAdmin.IArea
Top

INTEGER Level

Purpose: 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") )
Returns INTEGER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7