Click or drag to resize
DiskPartitionLayoutModel Class
Disk partition layout model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsDiskPartitionLayoutModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public sealed class DiskPartitionLayoutModel

The DiskPartitionLayoutModel type exposes the following members.

Constructors
  NameDescription
Public methodDiskPartitionLayoutModel
Initializes a new instance of the DiskPartitionLayoutModel class
Top
Properties
  NameDescription
Public propertyActive
Gets or sets a value indicating whether the partition should be made active.
Public propertyAlign
Gets or sets the partition offset will be a multiple of this value. If the Offset value is given, it will be round to the closest multiple of this value.
Public propertyFileSystemType
Gets or sets the file system type such as NTFS, RFS. See FileSystemTypes class. If null, RECOMMENDED is used.
Public propertyINodeSize
Gets or sets the INode size.
Public propertyIsBoot
Gets or sets a value indicating whether this partition is a boot partition.
Public propertyLabel
Gets or sets the string to be used as the label of the volume. This is optional.
Public propertyMountPoint
Gets or sets Where to mount the partition. (If the mount point looks like a {driveletter}: We will attempt to assign that drive letter to the volume.
Public propertyOffset
Gets or sets the offset, in kilobytes, at which the partition is created. If offset is 0, the partition will start at the beginning of the first free space on the disk that is large enough to hold the new partition.
Public propertyPartitionType
Gets or sets one of the partition types from the PartitionTypes class
Public propertyQuickFormat
Gets or sets a value indicating whether we should use a "quick" format.
Public propertyShouldCreateMountPointDirectory
Gets or sets a value indicating whether InitializeDisk should create mount point directory or not.
Public propertyShouldFormatPartition
Gets or sets a value indicating whether the partition should be formatted.
Public propertySize
Gets or sets the size in Megabytes of the partition. If the size is 0 then it will consume the rest of the space.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also