|
|
|
CHARACTER AllocationState
|
/** The partition's allocation state - "Allocated", "Delayed" or "None".
Readonly when "Allocated" */
|
|
|
|
OpenEdge.DataAdmin.IArea Area
|
/** The Area of the partition - readonly when the partition is allocated */
|
|
|
|
CHARACTER BufferPool
|
/** The partition's buffer pool - "Primary", "Alternate" */
|
|
|
|
LOGICAL CanAssignAlternateBufferPool
|
/** Returns true if the partition's buffer pool can be set to "Alternate" */
|
|
|
|
OpenEdge.DataAdmin.ISchemaElement Element
|
/** The SchemaElement (ITable,IField or IIndex) of the partition */
|
|
|
|
LOGICAL IsMultiTenant
|
/** returns true if the partition belongs to a multi-tenant enabled table */
|
|
|
|
LOGICAL IsPartitioned
|
/** returns true if the partition belongs to a partition enabled table */
|
|
|
|
CHARACTER ObjectType
|
/** The ObjectType of the partition - character expression Table,Index or Field */
|
|
|
|
OpenEdge.DataAdmin.ITenant Tenant
|
/** The Tenant of the partition - unknown if this is a group partition */
|
|
|
|
OpenEdge.DataAdmin.ITenantGroup TenantGroup
|
/** The TenantGroup of the partition - unknown if this is a tenant partition */
|