Table of Contents

Class DataStorageMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message used to define the storage information about the partitioned data storage and the amount of memory used.


public sealed class DataStorageMessage : Message
Inheritance
DataStorageMessage

Fields

Allocated

The allocated amount of bytes used by the storage system.

[Unit("B")]
public int Allocated

Field Value

int

Capacity

The maximum allowed bytes within the storage system.

[Unit("B")]
public int Capacity

Field Value

int

Partitions

The number of units created as partitions within the storage system.

[Unit(UnitType.NONE)]
public int Partitions

Field Value

int