FileSystemSize

The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field. The value doesn't represent the size of a consistent snapshot of the file system, but it is eventually consistent when there are no writes to the file system. That is, the value represents the actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not necessarily the exact size the file system was at any instant in time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the size of data, returned in the Value field, was determined. The value is the integer number of seconds since 1970-01-01T00:00:00Z.

Link copied to clipboard
val value: Long

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: FileSystemSize.Builder.() -> Unit = {}): FileSystemSize
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String