Click or drag to resize

IsamDataFileBaseT Properties

The IsamDataFileBaseT type exposes the following members.

Properties
  Name Description
Public property AutoSaveInterval Gets or sets the interval in milliseconds at which the records loaded in memory are to be persisted to disk.
Public property Enabled Gets or sets a boolean value that indicates whether the file is currently enabled.
Public property FileAccessMode Gets or sets the FileAccess value to use when opening the file.
Protected property FileData Gets the underlying FileStream of the file.
Protected property FileDataLock Gets the locking object for the FileData stream.
Public property FileName Gets or sets the name of the file.
Public property IsCorrupt Gets a boolean value that indicates whether the file data on disk is corrupt.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property IsOpen Gets a boolean value that indicates whether the file is open.
Public property LoadOnOpen Gets or sets a boolean value that indicates whether records are to be loaded automatically in memory when the file is opened.
Protected property LoadWaitHandle Gets wait handle for loading data.
Public property MemoryUsage Gets the approximate memory consumption (in KB) of the file.
Public property Name Gets the unique identifier of the file.
Public property PersistSettings Gets or sets a boolean value that indicates whether the file settings are to be saved to the config file.
Public property RecordsInMemory Gets the number of file records loaded in memory.
Public property RecordsOnDisk Gets the number of file records on the disk.
Public property 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.
Public property 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.
Protected property SaveWaitHandle Gets wait handle for saving data.
Public property 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.
Public property Status Gets the descriptive status of the file.
Top
See Also