|
|
OpenEdge.DataAdmin.IDataFileList Files
|
/** List of files generated by the various selections - Only available after the request*/
|
|
|
CHARACTER GroupDirectory
|
/** Sub directory name for groups */
|
|
|
CHARACTER GroupSelection
|
/** Specifies the groups to include in the request when UseGroupSelection = true
'all, 'list' - 'list' requires list of groups - default = 'all' */
|
|
|
CHARACTER LobDirectory
|
/** lob sub directory name - used for shared groups and tenants */
|
|
|
OpenEdge.DataAdmin.IDataFileList ProblemFiles
|
/** List of problem files generated by the various selections - Only available after the request
ValidateOnly - dump - files that already exist
ValidateOnly - load - files that does not exist
Load - Files with error load errors (correponds to .e) */
|
|
|
LOGICAL SkipGroups
|
/** Set to yes to skip group tables when UseGroupSelection = false */
|
|
|
LOGICAL SkipSecuredTables
|
/** Set to yes to skip secured tables */
|
|
|
OpenEdge.DataAdmin.ITableSet Tables
|
/** List of tables when UseGroupSelection = false and TableSelection = 'list' */
|
|
|
CHARACTER TableSelection
|
/** Specifies the tables to include in the utility when UseGroupSelection = false
'all, 'tenant', 'shared' or 'list' - 'list' requires list of tables
- default = 'all' */
|
|
|
OpenEdge.DataAdmin.ITenantGroupSet TenantGroups
|
/** List of groups when UseGroupSelection = true and GroupSelection = 'list' */
|
|
|
LOGICAL UseDefaultLocation
|
/** use default location = tenant data in directories na,ed after tenant and
group data in group subdirectory and directory named after group.
The sub directories will be created if necessary on dump */
|
|
|
LOGICAL UseGroupSelection
|
/** Set to yes to use GroupSelection.
Set to no (default) to use TableSelection and TenantSelction */
|
|
|
LOGICAL ValidateOnly
|
/** Set to true to perform a validation request that does not execute the
actual command, but checks file availability and directory availability
Missing directories will cuase a regular error, but the files are
returned in the Files (all files) and ErrorFiles (files with error
existing files on dumop and non existing on load ) collections */
|