Namespace: OpenEdge.DataAdmin
Interface
IArea
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.
Purpose:
Purpose:Area interface
Author(s):hdaniels
Created:Wed Jun 09 23:22:52 EDT 2010



Property Summary
Options Name Purpose
INTEGER BlockSize /** The block size of the area in KB */
INTEGER ClusterSize /** The cluster size. Can be 1 (Type 1 area),8,64 or 512. */
OpenEdge.DataAdmin.IExtentList Extents /** A numbered list of the Area's extents */
LOGICAL IsType2 /** Returns true if the area is a type 2 area */
CHARACTER Name /** The unique name identifier of the area */
INTEGER Number /** The internal unique area number */
INTEGER NumExtents /** The number of extents */
INTEGER RecordsPerBlock /** Records per block - 1,2,4,8,16,32,64,128 or 256 */
CHARACTER Type /** Area type - "Recovery","Transaction log","Event log","Data","Rollforward recovery". Currently read-only and defaults to "Data" for new Areas */


Property Detail
Top

INTEGER BlockSize

Purpose: The block size of the area in KB
Returns INTEGER
Top

INTEGER ClusterSize

Purpose: The cluster size. Can be 1 (Type 1 area),8,64 or 512.
Returns INTEGER
Top

OpenEdge.DataAdmin.IExtentList Extents

Purpose: A numbered list of the Area's extents
Returns OpenEdge.DataAdmin.IExtentList
Top

LOGICAL IsType2

Purpose: Returns true if the area is a type 2 area
Returns LOGICAL
Top

CHARACTER Name

Purpose: The unique name identifier of the area
Returns CHARACTER
Top

INTEGER Number

Purpose: The internal unique area number
Returns INTEGER
Top

INTEGER NumExtents

Purpose: The number of extents
Returns INTEGER
Top

INTEGER RecordsPerBlock

Purpose: Records per block - 1,2,4,8,16,32,64,128 or 256
Returns INTEGER
Top

CHARACTER Type

Purpose: Area type - "Recovery","Transaction log","Event log","Data","Rollforward recovery".
Currently read-only and defaults to "Data" for new Areas
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7