Configurable properties for a StorageService. More...
#include <StorageServiceProperty.h>
Static Public Attributes | |
static const std::string | BUFFER_SIZE |
Buffer size used when copying/communicating data: More... | |
Detailed Description
Configurable properties for a StorageService.
Member Data Documentation
◆ BUFFER_SIZE
|
static |
Buffer size used when copying/communicating data:
- "infinity": full buffering (read/write and forward model)
- "0": an ideal fluid model
- any integral value in between: an actual buffer size (the smaller the buffer size, the slower the simulation)
- Default value: "1048576" (1 MiB)
The documentation for this class was generated from the following file: