DL4300 Appliance
Input Parameters for PowerShell Scripting
517
Method
Description
NOTE:
A known issue exists in .NET
4.0 WCF (
https://connect.microsoft.com/
VisualStudio/feedback/ViewFeedback.aspx?
), which prevents path
escape characters from working correctly
in a URI template. Because a volume name
contains both '\' and '?', you must replace the
special characters '\' and '?' with other special
characters.
public string GetMountName()
Returns a name for this volume that is valid for
mounting volume image to some folder.
VolumeNameCollection (namespace Replay.Common.Contracts.Metadata.Storage)
Inherits its values from the parameter, System.Collections.ObjectModel.Collection<VolumeName>.
The following table presents the available objects for the VolumeNameCollection parameter.
Table 271. Objects for the VolumeNameCollection parameter
Method
Description
public override bool Equals(object obj)
Determines whether this instance and a specified
object, which must also be a VolumeNameCollection
object, have the same value. (Overrides
Object.Equals(Object).)
public override int GetHashCode()
Returns the hash code for this
VolumeNameCollection. (Overrides
Object.GetHashCode().)
VolumeSnapshotInfo (namesapce Replay.Common.Contracts.Transfer)
The following table presents the available objects for the VolumeSnapshotInfo parameter.
Table 272. Objects for the VolumeSnapshotInfo parameter
Method
Description
public Uri BlockHashesUri { get; set;}
Gets or sets the URI at which the MD5 hashes of
volume blocks can be read.
public Uri BlockDataUri { get; set;}
Gets or sets the URI at which the volume data
blocks can be read.
VolumeSnapshotInfoDictionary (namespace Replay.Common.Contracts.Transfer)
Inherits its values from the parameter, System.Collections.Generic.Dictionary<VolumeName,
VolumeSnapshotInfo>.
Parent topic