Previous page

Next page

Locate page in Contents

Print this page

hw_notesType

Summary:

Contains information about the files and directories that should be excluded from migration, and the list of warning messages. The structure is used in the calc_env_config call where it is returned together with the Container configuration information.

Type specification:

Extends relocator:hw_notesType

Adds the following elements:

Name

Min/Max

Type

Description

exclude

1..[]

 

A list of files and directories to be excluded from migration.

{

 

 

 

path

1..1

base64Binary

Pathname.

discardable

1..1

boolean

Indicates whether the exclusion is optional or not:

0 -- indicates that it is critical to exclude the path from migration.

1 -- indicates that the exclusion is recommended but is optional. You will have to decide yourself whether it is really necessary to exclude the specified file or directory.

}

 

 

 

warning

1..[]

 

A list of warning messages.

{

 

 

 

message

1..1

string

Message text.

code

1..1

int

Code.

}

 

 

 

Please send us your feedback on this help page