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

/* Copyright (c) 2011 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
File:IPartition
Author(s):hdaniels
Created:Thu Jun 10 EDT 2010




Method Summary
Options Name Purpose
LOGICAL Allocate () /** Allocates the partition () */

Property Summary
Options Name Purpose
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 */


Method Detail
Top

LOGICAL Allocate ()

Purpose: Allocates the partition ()
Returns LOGICAL


Property Detail
Top

CHARACTER AllocationState

Purpose: The partition's allocation state - "Allocated", "Delayed" or "None".
Readonly when "Allocated"
Returns CHARACTER
Top

OpenEdge.DataAdmin.IArea Area

Purpose: The Area of the partition - readonly when the partition is allocated
Returns OpenEdge.DataAdmin.IArea
Top

CHARACTER BufferPool

Purpose: The partition's buffer pool - "Primary", "Alternate"
Returns CHARACTER
Top

LOGICAL CanAssignAlternateBufferPool

Purpose: Returns true if the partition's buffer pool can be set to "Alternate"
Returns LOGICAL
Top

OpenEdge.DataAdmin.ISchemaElement Element

Purpose: The SchemaElement (ITable,IField or IIndex) of the partition
Returns OpenEdge.DataAdmin.ISchemaElement
Top

LOGICAL IsMultiTenant

Purpose: returns true if the partition belongs to a multi-tenant enabled table
Returns LOGICAL
Top

LOGICAL IsPartitioned

Purpose: returns true if the partition belongs to a partition enabled table
Returns LOGICAL
Top

CHARACTER ObjectType

Purpose: The ObjectType of the partition - character expression Table,Index or Field
Returns CHARACTER
Top

OpenEdge.DataAdmin.ITenant Tenant

Purpose: The Tenant of the partition - unknown if this is a group partition
Returns OpenEdge.DataAdmin.ITenant
Top

OpenEdge.DataAdmin.ITenantGroup TenantGroup

Purpose: The TenantGroup of the partition - unknown if this is a tenant partition
Returns OpenEdge.DataAdmin.ITenantGroup


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7