Isam
|
The IsamDataFileBaseT type exposes the following members.
Name | Description | |
---|---|---|
AutoSaveInterval | Gets or sets the interval in milliseconds at which the records loaded in memory are to be persisted to disk. | |
Enabled | Gets or sets a boolean value that indicates whether the file is currently enabled. | |
FileAccessMode | Gets or sets the FileAccess value to use when opening the file. | |
FileData | Gets the underlying FileStream of the file. | |
FileDataLock | Gets the locking object for the FileData stream. | |
FileName | Gets or sets the name of the file. | |
IsCorrupt | Gets a boolean value that indicates whether the file data on disk is corrupt. | |
IsDisposed | Gets a flag that indicates whether the object has been disposed. | |
IsOpen | Gets a boolean value that indicates whether the file is open. | |
LoadOnOpen | Gets or sets a boolean value that indicates whether records are to be loaded automatically in memory when the file is opened. | |
LoadWaitHandle | Gets wait handle for loading data. | |
MemoryUsage | Gets the approximate memory consumption (in KB) of the file. | |
Name | Gets the unique identifier of the file. | |
PersistSettings | Gets or sets a boolean value that indicates whether the file settings are to be saved to the config file. | |
RecordsInMemory | Gets the number of file records loaded in memory. | |
RecordsOnDisk | Gets the number of file records on the disk. | |
ReloadOnModify | Gets or sets a boolean value that indicates whether records loaded in memory are to be re-loaded when the file is modified on disk. | |
SaveOnClose | Gets or sets a boolean value that indicates whether records loaded in memory are to be persisted to disk when the file is closed. | |
SaveWaitHandle | Gets wait handle for saving data. | |
SettingsCategory | Gets or sets the category under which the file settings are to be saved to the config file if the PersistSettings property is set to true. | |
Status | Gets the descriptive status of the file. |