MemorySetting Enum
MemorySetting Enum
Memory usage modes for cells data model.
type MemorySetting int32
Fields
Field | Description |
---|---|
Normal | Default mode for cells model. |
MemoryPreference | Memory performance preferable. |
FileCache | Memory performance preferable and using file instead of memoryto maintain the cells data. |