Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class PartitionedDataStorageDataLossErrorModel;

Description

The ‘DataLoss’ model for the ‘PartitionedDataStorage’ component will randomly delete data from the storage system at a particular time interval.


Properties

DeclaredDescription
DeletionMeanThe mean number of bytes that should be deleted from acluster when a deletion occurs.
DeletionStdThe standard deviation that defines how many bytes shouldbe deleted from a cluster when a deletion occurs.
DeletionTimeThe deletion time sleep time
TimeMeanThe time particular mean that defines the next deletion timewhen data will be deleted from the system.
TimeStdThe time standard deviation that defines the next deletion timewhen data will be deleted from the system.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

DeclaredDescription
SetSeedSets the seed for the random number generator
InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.