Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageStoreCopyDescription

Package version

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

Hierarchy

  • ImageStoreCopyDescription

Index

Properties

Optional checkMarkFile

checkMarkFile: undefined | false | true

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.

remoteDestination

remoteDestination: string

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

remoteSource

remoteSource: string

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

Optional skipFiles

skipFiles: string[]

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

Generated using TypeDoc