Package version:

Class containing more granular details about the device

Hierarchy

  • DeviceDetails

Properties

availableLocalStorageInBytes?: number

Local pending storage available on the device in bytes

availableStorageInBytes?: number

Total pending available storage on the device in bytes

endpointCount?: number

Total number of endpoints that are currently on the device ( i.e. number of shares on FileServer or number of volumes on IscsiServer)

provisionedLocalStorageInBytes?: number

Storage in bytes that has been provisioned locally on the device

provisionedStorageInBytes?: number

Storage in bytes that has been provisioned on the device including both local and cloud

totalBackupSizeInBytes?: number

Total size taken up by backups in bytes

totalLocalStorageInBytes?: number

Total local storage capacity in device in bytes.

totalStorageInBytes?: number

Total storage available on the device in bytes.

usingLocalStorageInBytes?: number

Local Storage that is being currently used in bytes

usingStorageInBytes?: number

Storage that is being currently used in bytes including both local and cloud

Generated using TypeDoc