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

/* Copyright (c) 2012 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.
Author(s):hdaniels
Created:Fri Mar 30 21:56:15 EDT 2012



Property Summary
Options Name Purpose
LOGICAL AnyError /** True if any error occured during load */
LOGICAL Bailed /** True if bailed - internal */
LOGICAL CanExport /** True if the security allows dump. False of CanRead or CanDump is false for the table for current user */
LOGICAL CanImport /** True if the security allows load. False of CanWrite or CanLoad is false for the table for current user */
DATETIME-TZ EndTime /** End time of dumo or load */
CHARACTER ErrorMessage /** Last error message from load */
INT64 ExpectedNumRows /** Expected number of row for load (from .d trailer) */
CHARACTER FileName /** full filename */
LOGICAL IsAvailable /** True if the file is available */
LOGICAL IsComplete /** True if file was processed (could be incomplete if AcceptableErrorPercentage was reached) */
INT64 ProcessedNumRows /** Processed number or rows for dump or load */
DATETIME-TZ StartTime /** Start time of dumo or load */
OpenEdge.DataAdmin.ITable Table /** Table of .d file */
INTEGER TableSequence /** dump load order */
OpenEdge.DataAdmin.ITenant Tenant /** Tenant of d. file - unknown if group or shared file */
OpenEdge.DataAdmin.ITenantGroup TenantGroup /** TenantGroup of file */
CHARACTER Type /** shared, tenant or group */


Property Detail
Top

LOGICAL AnyError

Purpose: True if any error occured during load
Returns LOGICAL
Top

LOGICAL Bailed

Purpose: True if bailed - internal
Returns LOGICAL
Top

LOGICAL CanExport

Purpose: True if the security allows dump.
False of CanRead or CanDump is false for the table for current user
Returns LOGICAL
Top

LOGICAL CanImport

Purpose: True if the security allows load.
False of CanWrite or CanLoad is false for the table for current user
Returns LOGICAL
Top

DATETIME-TZ EndTime

Purpose: End time of dumo or load
Returns DATETIME-TZ
Top

CHARACTER ErrorMessage

Purpose: Last error message from load
Returns CHARACTER
Top

INT64 ExpectedNumRows

Purpose: Expected number of row for load (from .d trailer)
Returns INT64
Top

CHARACTER FileName

Purpose: full filename
Returns CHARACTER
Top

LOGICAL IsAvailable

Purpose: True if the file is available
Returns LOGICAL
Top

LOGICAL IsComplete

Purpose: True if file was processed
(could be incomplete if AcceptableErrorPercentage was reached)
Returns LOGICAL
Top

INT64 ProcessedNumRows

Purpose: Processed number or rows for dump or load
Returns INT64
Top

DATETIME-TZ StartTime

Purpose: Start time of dumo or load
Returns DATETIME-TZ
Top

OpenEdge.DataAdmin.ITable Table

Purpose: Table of .d file
Returns OpenEdge.DataAdmin.ITable
Top

INTEGER TableSequence

Purpose: dump load order
Returns INTEGER
Top

OpenEdge.DataAdmin.ITenant Tenant

Purpose: Tenant of d. file - unknown if group or shared file
Returns OpenEdge.DataAdmin.ITenant
Top

OpenEdge.DataAdmin.ITenantGroup TenantGroup

Purpose: TenantGroup of file
Returns OpenEdge.DataAdmin.ITenantGroup
Top

CHARACTER Type

Purpose: shared, tenant or group
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7