DeviceDetails interface
Class containing more granular details about the device
Properties
available |
Local pending storage available on the device in bytes |
available |
Total pending available storage on the device in bytes |
endpoint |
Total number of endpoints that are currently on the device ( i.e. number of shares on FileServer or number of volumes on IscsiServer) |
provisioned |
Storage in bytes that has been provisioned locally on the device |
provisioned |
Storage in bytes that has been provisioned on the device including both local and cloud |
total |
Total size taken up by backups in bytes |
total |
Total local storage capacity in device in bytes. |
total |
Total storage available on the device in bytes. |
using |
Local Storage that is being currently used in bytes |
using |
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
Azure SDK for JavaScript