ImageStoreCopyDescription

Information about how to copy image store content from one image store relative path to another image store relative path.

Properties

Name Type Required
RemoteSource string Yes
RemoteDestination string Yes
SkipFiles array of string No
CheckMarkFile boolean No

RemoteSource

Type: string
Required: Yes

The relative path of source image store content to be copied from.


RemoteDestination

Type: string
Required: Yes

The relative path of destination image store content to be copied to.


SkipFiles

Type: array of string
Required: No

The list of the file names to be skipped for copying.


CheckMarkFile

Type: boolean
Required: No

Indicates whether to check mark file during copying. The property is true if checking mark file is required, false otherwise. The mark file is used to check whether the folder is well constructed. If the property is true and mark file does not exist, the copy is skipped.