ClientScriptForConnect interface

Client script details for file / folder restore.

Properties

osType

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

scriptContent

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

scriptExtension

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

scriptNameSuffix

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.

url

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

Property Details

osType

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

osType?: string

Property Value

string

scriptContent

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

scriptContent?: string

Property Value

string

scriptExtension

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

scriptExtension?: string

Property Value

string

scriptNameSuffix

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.

scriptNameSuffix?: string

Property Value

string

url

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

url?: string

Property Value

string