Table 7. TransferPostscriptParameter (namespace Replay.Common.Contracts.PowerShellExecution)
Method
Description
public VolumeNameCollection VolumeNames
{ get; set; }
Gets or sets the collection of volume names for
transfer.
public ShadowCopyType ShadowCopyType
{ get; set; }
Gets or sets the type of copying for transfer.
Available values:
Unknown
,
Copy
, and
Full
.
public AgentTransferConfiguration
TransferConfiguration { get; set; }
Gets or sets the transfer configuration.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
Gets or sets the storage configuration.
public string Key { get; set; }
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 base
image was forced.
public bool IsLogTruncation { get;
set; }
Gets or sets the value indicating whether the job is
a log truncation.
public uint LatestEpochSeenByCore
{ get; set; }
Gets or sets latest epoch value.
public Guid SnapshotSetId { get; set; }
Gets or sets the GUID assigned by VSS to this
snapshot.
public VolumeSnapshotInfoDictionary
VolumeSnapshots { get; set; }
Gets or sets the collection of snapshot info for
each volume included in the snap.
Table 8. TransferPrescriptParameter (namespace Replay.Common.Contracts.PowerShellExecution)
Method
Description
public VolumeNameCollection VolumeNames
{ get; set; }
Gets or sets the collection of volume names for
transfer.
public ShadowCopyType ShadowCopyType
{ get; set; }
Gets or sets the type of copying for transfer.
Available values:
Unknown
,
Copy
, and
Full
.
public AgentTransferConfiguration
TransferConfiguration { get; set; }
Gets or sets the transfer configuration.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
Gets or sets the storage configuration.
public string Key { get; set;}
Generates a pseudorandom (but not
cryptographically secure) key, which can be used
as a one-time password to authenticate transfer
requests.
166