Dell DL4300 Appliance Users Guide - Page 168

VolumeNameCollection (namespace Replay.Common.Contracts.Metadata.Storage), Method, Description

Page 168 highlights

Method public bool ForceBaseImage { get; set; } public bool IsLogTruncation { get; set; } public uint LatestEpochSeenByCore { get; set; } Description Gets or sets the value indicating whether the base image was forced. Gets or sets the value indicating whether the job is a log truncation. Gets or sets latest epoch value. Table 9. VirtualMachineLocation (namespace Replay.Common.Contracts.Virtualization) Method public string Description { get; set;} Description 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. 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. 168

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176

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
(
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>
.
168