IResultReadWriteBridge Properties |
The IResultReadWriteBridge type exposes the following members.
Name | Description | |
---|---|---|
FilePath |
FilePath specifying the file to read from, write to respectively
TODO: Update to be an IConnection instead.
(Inherited from IResultBridge.) | |
Filter |
Specifies what data to load. Must be set before
any call to the open and read methods.
(Inherited from IResultReadBridge.) | |
NumberOfTimeSteps | Return the number of time steps in the storage (Inherited from IResultReadBridge.) | |
SecondsBetweenFileFlush |
Seconds between flush to file. Set this lower if you need to read the result file while your
calculations are running.
(Inherited from IResultWriteBridge.)Set to zero to disable file flushing. WARNING: File flush is a potentially expensive operation. Use with care. |