RegionDataInfo

class RegionDataInfo(val dataSize: Memory, val creationTime: ZonedDateTime)

Information about the installed Region data.

Constructors

Link copied to clipboard
constructor(dataSize: Memory, creationTime: ZonedDateTime)

Properties

Link copied to clipboard

The time of the data creation.

Link copied to clipboard

The size of the region data. Note: Removing the region does not guarantee reclaiming this exact amount of storage, as some data may be shared with other regions.

Functions

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