OSTaskOptions Data Type

Properties
name data type constraints description
forceFullBackup boolean required
discardMetadataDatabase boolean required
pointInTime number  
includeInRestore array of string  
restorePath string  
restoreMode OSRestoreMode  
destinationAgentGuid string  
restoreWithOriginalPath boolean required
deleted boolean required

Example

{
  "forceFullBackup" : true,
  "discardMetadataDatabase" : true,
  "pointInTime" : 12345,
  "includeInRestore" : [ "...", "..." ],
  "restorePath" : "...",
  "restoreMode" : "OVERWRITE_ALWAYS",
  "destinationAgentGuid" : "...",
  "restoreWithOriginalPath" : true,
  "deleted" : true
}