|
|
PhysicalItem Class |
Namespace: DoubleTake.Common.Contract
public class PhysicalItem : IExtensibleDataObject
The PhysicalItem type exposes the following members.
| Name | Description | |
|---|---|---|
| PhysicalItem |
| Name | Description | |
|---|---|---|
| Attributes |
This value represents the file system attributes.
| |
| CreationTime |
This value is the time when the item was created.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| IsContainer |
This value is true if the item is a container of other items; otherwise, it is false.
| |
| IsReadOnly |
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.
| |
| ItemType |
This value is the type of item.
| |
| LastAccessTime |
This value is the time when the item was last accessed.
| |
| LastWriteTime |
This value is the time when the item was last written to.
| |
| Metadata |
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.
| |
| Name |
This value is the name of the item. Typically, this name is used for display in the user interface.
| |
| PartitionName |
This value is the partition name of the item.
| |
| Path |
This value is the path of the item.
| |
| Saturation |
This value represents the saturation level of the item. Typically, this value is used to display a visual state in the user interface.
| |
| Size |
This value is the physical size of the item.
|