共用方式為


DeviceDetails interface

包含裝置更細微詳細資料的類別

屬性

availableLocalStorageInBytes

裝置上可用的本機擱置儲存體以位元組為單位

availableStorageInBytes

裝置上暫止可用儲存體的總位元組數

endpointCount

裝置上目前 ( 的端點總數,也就是 FileServer 上的共用數目,或 IscsiServer 上的磁片區數目)

provisionedLocalStorageInBytes

裝置本機布建的位元組儲存體

provisionedStorageInBytes

裝置上布建的位元組儲存體,包括本機和雲端

totalBackupSizeInBytes

以位元組為單位的備份所佔用的總大小

totalLocalStorageInBytes

裝置的本機儲存體容量總計,以位元組為單位。

totalStorageInBytes

裝置上可用的儲存體總數,以位元組為單位。

usingLocalStorageInBytes

目前用於位元組的本機儲存體

usingStorageInBytes

目前用於位元組的儲存體,包括本機和雲端

屬性詳細資料

availableLocalStorageInBytes

裝置上可用的本機擱置儲存體以位元組為單位

availableLocalStorageInBytes?: number

屬性值

number

availableStorageInBytes

裝置上暫止可用儲存體的總位元組數

availableStorageInBytes?: number

屬性值

number

endpointCount

裝置上目前 ( 的端點總數,也就是 FileServer 上的共用數目,或 IscsiServer 上的磁片區數目)

endpointCount?: number

屬性值

number

provisionedLocalStorageInBytes

裝置本機布建的位元組儲存體

provisionedLocalStorageInBytes?: number

屬性值

number

provisionedStorageInBytes

裝置上布建的位元組儲存體,包括本機和雲端

provisionedStorageInBytes?: number

屬性值

number

totalBackupSizeInBytes

以位元組為單位的備份所佔用的總大小

totalBackupSizeInBytes?: number

屬性值

number

totalLocalStorageInBytes

裝置的本機儲存體容量總計,以位元組為單位。

totalLocalStorageInBytes?: number

屬性值

number

totalStorageInBytes

裝置上可用的儲存體總數,以位元組為單位。

totalStorageInBytes?: number

屬性值

number

usingLocalStorageInBytes

目前用於位元組的本機儲存體

usingLocalStorageInBytes?: number

屬性值

number

usingStorageInBytes

目前用於位元組的儲存體,包括本機和雲端

usingStorageInBytes?: number

屬性值

number