I wonder if support for these values could please be added.
These and other useful parameters are also missing from the autogenerated IsamSystemParameters class, including AlternateDatabaseRecoveryPath and LegacyFileNames. It also exposes the EnableIndexChecking parameter as int instead of bool.
Hello, I stumbled upon several JET parameters not being exposed through the ESENT Interop API, including the following ones:
JET_param.DeleteOldLogs
(JET_paramDeleteOldLogs = (JET_param)48)JET_param.DisableCallbacks
(JET_paramDisableCallbacks = (JET_param)65)VistaParam.UnicodeIndexDefault
(JET_paramUnicodeIndexDefault = (JET_param)72)Windows10Param.EngineFormatVersion
(JET_paramEngineFormatVersion
= (JET_param)194)I wonder if support for these values could please be added.
These and other useful parameters are also missing from the autogenerated IsamSystemParameters class, including AlternateDatabaseRecoveryPath and LegacyFileNames. It also exposes the EnableIndexChecking parameter as
int
instead ofbool
.Actually, the entire Microsoft.Database.Isam.IsamSystemParameters class should rather be replaced by the Microsoft.Isam.Esent.Interop.SystemParameters class, as it only duplicates its functionality without any added benefit IMO.