User guide
Scripting | 219
TransferPrescriptParameter (namespace
Replay.Common.Contracts.PowerShellExecution)
The following table presents the available objects for the TransferPrescript
parameter.
public bool ForceBaseImage { get; set; } Gets or sets the value indicating whether the base
image was forced or not.
public bool IsLogTruncation { get; set; } Gets or sets the value indicating whether the job is
log truncation or not.
Method Description
public VolumeNameCollection VolumeNames (get;
set; )
Gets or sets the collection of volume names for
transfer.
VolumeNames is a data structure that contains the
following data:
GuidName - The Guid associated with the
volume, used as the name if a DisplayName is
not set.
DisplayName - The displayed name of the
volume.
public ShadowCopyType ShadowCopyType { get; set; } Gets or sets the type of copying for
transfer.ShadowCopyType is an enumeration with
values. The available values are:
Unknown
Copy
Full
Method Description