Skip to main content

DeviceServiceDataDetails class

This data object contains information about a device service data archive.

Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data

Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data

Properties

public string ArchiveName{ get; set;}
Archive file name.
public long ArchiveSize { get; set;}
Size of the archive.
public string ArchiveDir{ get; set;}
Location of the archive on the resource-manager host system.
public string ResourceUUID{ get; set;}
UUID of the device that is associated with the service data archive.
public string ResourceName{ get; set;}
Name of the device that is associated with the service data archive.
public string ManagerUUID{ get; set;}
UUID of the resource manager that manages that device.
public DateTime? Timestamp { get; set;}
Timestamp when the archive was saved.
public string ID { get; set;}
Archive ID.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)