Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientScriptForConnect

Package version

Client script details for file / folder restore.

Hierarchy

  • ClientScriptForConnect

Index

Properties

Optional osType

osType: undefined | string

OS type - Windows, Linux etc. for which this file / folder restore client script works.

Optional scriptContent

scriptContent: undefined | string

File content of the client script for file / folder restore.

Optional scriptExtension

scriptExtension: undefined | string

File extension of the client script for file / folder restore - .ps1 , .sh , etc.

Optional scriptNameSuffix

scriptNameSuffix: undefined | string

Mandatory suffix that should be added to the name of script that is given for download to user. If its null or empty then , ignore it.

Optional url

url: undefined | string

URL of Executable from where to source the content. If this is not null then ScriptContent should not be used

Generated using TypeDoc