MemorySetting enumeration

MemorySetting enumeration

Memory usage modes for cells data model.

The MemorySetting type exposes the following members:

Fields

FieldDescription
NORMALDefault mode for cells model.
MEMORY_PREFERENCEMemory performance preferrable.
FILE_CACHEMemory performance preferrable and using file instead of memory
to maintain the cells data.

See Also