DL4300 Appliance
Input parameters for Bourne Shell scripting
525
TransferPrescriptParameters_VolumeNames
The following table presents the available objects for the TransferPrescript parameter.
Table 273. TransferPrescript objects
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
public string Key { get; set; }
The Key method generates a pseudorandom (but
not cryptographically secure) key, which can be
used as a one-time password to authenticate
transfer requests.
public bool ForceBaseImage { get; set; }
Gets or sets the value indicating whether the transfer
was a forced base image capture.
public bool IsLogTruncation { get; set; }
Gets or sets the value indicating whether logging is
being truncated.
public uint LatestEpochSeenByCore { get; set; }
Gets or sets latest epoch value.
The LatestEpochSeenByCore method is the ordinal
number of the most recent snapshot taken by the
Core. This is the 'epoch number' assigned by the
filter driver to this particular snapshot at the moment
it was taken with VSS.
TransferPostscriptParameter
The following table presents the available objects for the TransferPostscript parameter.
Table 274. TransferPostscript objects
Method
Description
public VolumeNameCollection VolumeNames (get;
set; )
Gets or sets the collection of volume names for
transfer.