MemorySetting enumeration

MemorySetting enumeration

Memory usage options.

The MemorySetting type exposes the following members:

Fields

FieldDescription
NORMALDefault option for cells model.
MEMORY_PREFERENCEMemory performance preferrable.
With this option the data will be held in compact format so for common scenarios it may give lower memory cost.
However, this option also may degrade R/W performance a bit in some special cases.

See Also