Metadata
|
The MetadataFile 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.
(Inherited from IsamDataFileBaseT) |
|
Enabled |
Gets or sets a boolean value that indicates whether the file is currently enabled.
(Inherited from IsamDataFileBaseT) |
|
FileAccessMode |
Gets or sets the FileAccess value to use when opening the file.
(Inherited from IsamDataFileBaseT) |
|
FileData |
Gets the underlying FileStream of the file.
(Inherited from IsamDataFileBaseT) |
|
FileDataLock |
Gets the locking object for the FileData stream.
(Inherited from IsamDataFileBaseT) |
|
FileName |
Gets or sets the name of the file.
(Overrides IsamDataFileBaseTFileName) |
|
IsCorrupt |
Gets a boolean value that indicates whether the file data on disk is corrupt.
(Overrides IsamDataFileBaseTIsCorrupt) |
|
IsDisposed |
Gets a flag that indicates whether the object has been disposed.
(Inherited from IsamDataFileBaseT) |
|
IsOpen |
Gets a boolean value that indicates whether the file is open.
(Inherited from IsamDataFileBaseT) |
|
LegacyMode | Determines legacy operation mode for the MetadataFile. | |
LoadOnOpen |
Gets or sets a boolean value that indicates whether records are to be loaded automatically in memory when
the file is opened.
(Inherited from IsamDataFileBaseT) |
|
LoadWaitHandle |
Gets wait handle for loading data.
(Inherited from IsamDataFileBaseT) |
|
MemoryUsage |
Gets the approximate memory consumption (in KB) of the file.
(Inherited from IsamDataFileBaseT) |
|
Name |
Gets the unique identifier of the file.
(Inherited from IsamDataFileBaseT) |
|
PersistSettings |
Gets or sets a boolean value that indicates whether the file settings are to be saved to the config file.
(Inherited from IsamDataFileBaseT) |
|
RecordsInMemory |
Gets the number of file records loaded in memory.
(Overrides IsamDataFileBaseTRecordsInMemory) |
|
RecordsOnDisk |
Gets the number of file records on the disk.
(Overrides IsamDataFileBaseTRecordsOnDisk) |
|
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.
(Inherited from IsamDataFileBaseT) |
|
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.
(Inherited from IsamDataFileBaseT) |
|
SaveWaitHandle |
Gets wait handle for saving data.
(Inherited from IsamDataFileBaseT) |
|
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.
(Inherited from IsamDataFileBaseT) |
|
Status |
Gets the descriptive status of the MetadataFile.
(Overrides IsamDataFileBaseTStatus) |