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

File:ICdcOwner
Author(s):mkondra
Created:Fri Nov 20 12:43:33 IST 2015



Property Summary
Options Name Purpose
OpenEdge.DataAdmin.ICdcMap CdcTablePolicies /** Partitions IPartitionMap property with all partitions of the tenant mapped by ISchemaElement (ITable,IIndex,IField) */
INTEGER Id /** Id internal unique integer identifier - read-only - generated by database (internal - dump and load will generate a new id) */
INTEGER Instance /** IsDataEnabled default true gives access to partitioned data set to false to prevent access to partitioned data (only shared data accessible) */
INTEGER Level /** IsAllocated <b>true</b> if all partitions have a state of Allocated or None false if any partition have a state of Delayed Use Allocate() to allocate delayed partitions Owners that has a single table and does not support delayed partitions implements this as directly exposing if it has allocated partitions. (all partitions are allocated in synch for a table) */


Property Detail
Top

OpenEdge.DataAdmin.ICdcMap CdcTablePolicies

Purpose: Partitions IPartitionMap property with all partitions of the tenant
mapped by ISchemaElement (ITable,IIndex,IField)
Returns OpenEdge.DataAdmin.ICdcMap
Top

INTEGER Id

Purpose: Id internal unique integer identifier - read-only - generated by database
(internal - dump and load will generate a new id)
Returns INTEGER
Top

INTEGER Instance

Purpose: IsDataEnabled
default true gives access to partitioned data
set to false to prevent access to partitioned data
(only shared data accessible)
Returns INTEGER
Top

INTEGER Level

Purpose: IsAllocated
<b>true</b> if all partitions have a state of Allocated or None
false if any partition have a state of Delayed
Use Allocate() to allocate delayed partitions
Owners that has a single table and does not support delayed partitions implements this
as directly exposing if it has allocated partitions. (all partitions are allocated in synch for a table)
Returns INTEGER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7