Method
Description
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.
Table 9. VirtualMachineLocation (namespace Replay.Common.Contracts.Virtualization)
Method
Description
public string Description { get; set;}
Gets or sets a human-readable description of this
location.
public string Method { get; set;}
Gets or sets the name of the VM.
VolumeImageIdsCollection (namespace Replay.Core.Contracts.RecoveryPoints)
Inherits its values from the parameter,
System.Collections.ObjectModel.Collection<string>
.
Table 10. VolumeName (namespace Replay.Common.Contracts.Metadata.Storage)
Method
Description
public string GuidName { get; set;}
Gets or sets the ID of the volume.
public string DisplayName { get; set;}
Gets or sets the name of the volume.
public string UrlEncode()
Gets a URL-encoded version of the name which
can be passed cleanly on a URL.
NOTE: A known issue exists in .NET 4.0 WCF
(
https://connect.microsoft.com/
VisualStudio/ feedback/ ViewFeedback.aspx?
FeedbackID=413312
), 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>
.
167