DeviceDetails interface

Class containing more granular details about the device

Properties

availableLocalStorageInBytes

Local pending storage available on the device in bytes

availableStorageInBytes

Total pending available storage on the device in bytes

endpointCount

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

provisionedLocalStorageInBytes

Storage in bytes that has been provisioned locally on the device

provisionedStorageInBytes

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

totalBackupSizeInBytes

Total size taken up by backups in bytes

totalLocalStorageInBytes

Total local storage capacity in device in bytes.

totalStorageInBytes

Total storage available on the device in bytes.

usingLocalStorageInBytes

Local Storage that is being currently used in bytes

usingStorageInBytes

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

Property Details

availableLocalStorageInBytes

Local pending storage available on the device in bytes

availableLocalStorageInBytes?: number

Property Value

number

availableStorageInBytes

Total pending available storage on the device in bytes

availableStorageInBytes?: number

Property Value

number

endpointCount

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

endpointCount?: number

Property Value

number

provisionedLocalStorageInBytes

Storage in bytes that has been provisioned locally on the device

provisionedLocalStorageInBytes?: number

Property Value

number

provisionedStorageInBytes

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

provisionedStorageInBytes?: number

Property Value

number

totalBackupSizeInBytes

Total size taken up by backups in bytes

totalBackupSizeInBytes?: number

Property Value

number

totalLocalStorageInBytes

Total local storage capacity in device in bytes.

totalLocalStorageInBytes?: number

Property Value

number

totalStorageInBytes

Total storage available on the device in bytes.

totalStorageInBytes?: number

Property Value

number

usingLocalStorageInBytes

Local Storage that is being currently used in bytes

usingLocalStorageInBytes?: number

Property Value

number

usingStorageInBytes

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

usingStorageInBytes?: number

Property Value

number