Home > @dinofe/xt-core > IStorageSize

# IStorageSize interface

存储空间占用大小

Signature:

export interface IStorageSize 

# Properties

Property Modifiers Type Description
sizeBytes number 字节大小
sizeGB string 以GB为单位的字符串表示
sizeInBytes string 以字节为单位的字符串描述
sizeInGB string 以GB为单位的字符串表示(带单位)
sizeInKB string 以KB为单位的字符串表示(带单位)
sizeInMB string 以MB为单位的字符串表示(带单位)
sizeKB string 以KB为单位的字符串表示
sizeMB string 以MB为单位的字符串表示