FileSystemSizeInByte

data class FileSystemSizeInByte(val value: Int? = null, val valueInIa: Int? = null, val valueInStandard: Int? = null)

Constructors

Link copied to clipboard
constructor(value: Int? = null, valueInIa: Int? = null, valueInStandard: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int? = null

The latest known metered size (in bytes) of data stored in the file system.

Link copied to clipboard
val valueInIa: Int? = null

The latest known metered size (in bytes) of data stored in the Infrequent Access storage class.

Link copied to clipboard
val valueInStandard: Int? = null

The latest known metered size (in bytes) of data stored in the Standard storage class.