Click or drag to resize

Volume Class

Represents a volume on a server.
Inheritance Hierarchy

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public class Volume : PhysicalItem

The Volume type exposes the following members.

Constructors
  NameDescription
Public methodVolume
This value is true if the volume is a container of other volumes; otherwise, it is false.
Top
Properties
  NameDescription
Public propertyAttributes
This value represents the file system attributes.
(Inherited from PhysicalItem.)
Public propertyAvailableFreeSpace
This value is the amount of free space on the volume.
Public propertyCreationTime
This value is the time when the item was created.
(Inherited from PhysicalItem.)
Public propertyDriveFormat
This value is the file system format of the volume.
Public propertyDriveType
This value is the drive type.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
(Inherited from PhysicalItem.)
Public propertyIsContainer
This value is true if the item is a container of other items; otherwise, it is false.
(Inherited from PhysicalItem.)
Public propertyIsReadOnly
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.
(Inherited from PhysicalItem.)
Public propertyIsSupported
Whether or not this volume is supported.
Public propertyIsSystemDrive
This value is true if the volume is the system volume; otherwise, it is false.
Public propertyItemType
This value is the type of item.
(Inherited from PhysicalItem.)
Public propertyLabel
This value is the label assigned to the volume.
Public propertyLastAccessTime
This value is the time when the item was last accessed.
(Inherited from PhysicalItem.)
Public propertyLastWriteTime
This value is the time when the item was last written to.
(Inherited from PhysicalItem.)
Public propertyMetadata
This value is any additional metadata that may be displayed for a particular type of item. This metadata is not in any particular format, but you must be able to determine the format and decipher the metadata based on the type.
(Inherited from PhysicalItem.)
Public propertyName
This value is the name of the item. Typically, this name is used for display in the user interface.
(Inherited from PhysicalItem.)
Public propertyPartitionName
This value is the partition name of the item.
(Inherited from PhysicalItem.)
Public propertyPath
This value is the path of the item.
(Inherited from PhysicalItem.)
Public propertySaturation
This value represents the saturation level of the item. Typically, this value is used to display a visual state in the user interface.
(Inherited from PhysicalItem.)
Public propertyShortNameBehavior
Gets or sets a value indicating the Short Name Behavior for this volume.
Public propertySize
This value is the physical size of the item.
(Inherited from PhysicalItem.)
Public propertyTotalSize
This value is the total size of the volume.
Public propertyVolumeType
This value is the type of volume.
Top
See Also