Click or drag to resize
PhysicalItem Class
Represents an item that can be protected in workload. Physical items map directly to file system items.
Inheritance Hierarchy

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

The PhysicalItem type exposes the following members.

Constructors
  NameDescription
Public methodPhysicalItem
Top
Properties
  NameDescription
Public propertyAttributes
This value represents the file system attributes.
Public propertyCreationTime
This value is the time when the item was created.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsContainer
This value is true if the item is a container of other items; otherwise, it is false.
Public propertyIsReadOnly
This value is true if the item is read-only (meaning the Saturation cannot be changed); otherwise, it is false.
Public propertyItemType
This value is the type of item.
Public propertyLastAccessTime
This value is the time when the item was last accessed.
Public propertyLastWriteTime
This value is the time when the item was last written to.
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.
Public propertyName
This value is the name of the item. Typically, this name is used for display in the user interface.
Public propertyPath
This value is the path of the item.
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.
Public propertySize
This value is the physical size of the item.
Top
See Also