LocalStorage

Description

The LocalStorage object provides a persistent storage on the local device. A data partition on the internal flash memory is used for this purpose. The total capacity of this data partition is about 6 GB. The DockerService object stores the Docker containers on this data partition as well which reduces the available space accordingly.

› Inherits:

Storage

Overview

Properties

Methods

Signals

Properties

bytesReadPerSecond

This property holds the number of bytes read per second from the underlying block device during the last polling interval.

This property was introduced in InCore 2.8.

› Type:

SignedInteger

› Signal:

bytesReadPerSecondChanged()

› Attributes:

Readonly, Requires Polling

bytesWrittenPerSecond

This property holds the number of bytes written per second to the underlying block device during the last polling interval.

This property was introduced in InCore 2.8.

› Type:

SignedInteger

› Signal:

bytesWrittenPerSecondChanged()

› Attributes:

Readonly, Requires Polling

Methods

pollBytesReadPerSecond()

This method polls the bytesReadPerSecond property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.

pollBytesWrittenPerSecond()

This method polls the bytesWrittenPerSecond property. It is called automatically when using a Polling property modifier on this property and usually does not have to be called manually.