VistaParam members

Include protected members
Include inherited members

System parameters that have been added to the Vista version of ESENT.

The VistaParam type exposes the following members.

Fields

  Name Description
Public fieldStatic member CachedClosedTables This parameter controls the number of B+ Tree resources cached by the instance after the tables they represent have been closed by the application. Large values for this parameter will cause the database engine to use more memory but will increase the speed with which a large number of tables can be opened randomly by the application. This is useful for applications that have a schema with a very large number of tables.
Public fieldStatic member Configuration This parameter exposes multiple sets of default values for the entire set of system parameters. When this parameter is set to a specific configuration, all system parameter values are reset to their default values for that configuration. If the configuration is set for a specific instance then global system parameters will not be reset to their default values. Small Configuration (0): The database engine is optimized for memory use. Legacy Configuration (1): The database engine has its traditional defaults.
Public fieldStatic member EnableAdvanced This parameter is used to control when the database engine accepts or rejects changes to a subset of the system parameters. This parameter is used in conjunction with Configuration to prevent some system parameters from being set away from the selected configuration's defaults.
Public fieldStatic member EnableFileCache Enable the use of the OS file cache for all managed files.
Public fieldStatic member EnableViewCache Enable the use of memory mapped file I/O for database files.
Public fieldStatic member KeyMost This read-only parameter indicates the maximum allowable index key length that can be selected for the current database page size (as configured by DatabasePageSize).
Public fieldStatic member LegacyFileNames This parameter provides backwards compatibility with the file naming conventions of earlier releases of the database engine.
Public fieldStatic member TableClass10Name Set the name associated with table class 10.
Public fieldStatic member TableClass11Name Set the name associated with table class 11.
Public fieldStatic member TableClass12Name Set the name associated with table class 12.
Public fieldStatic member TableClass13Name Set the name associated with table class 13.
Public fieldStatic member TableClass14Name Set the name associated with table class 14.
Public fieldStatic member TableClass15Name Set the name associated with table class 15.
Public fieldStatic member TableClass1Name Set the name associated with table class 1.
Public fieldStatic member TableClass2Name Set the name associated with table class 2.
Public fieldStatic member TableClass3Name Set the name associated with table class 3.
Public fieldStatic member TableClass4Name Set the name associated with table class 4.
Public fieldStatic member TableClass5Name Set the name associated with table class 5.
Public fieldStatic member TableClass6Name Set the name associated with table class 6.
Public fieldStatic member TableClass7Name Set the name associated with table class 7.
Public fieldStatic member TableClass8Name Set the name associated with table class 8.
Public fieldStatic member TableClass9Name Set the name associated with table class 9.

Top

See also

Reference

VistaParam class

Microsoft.Isam.Esent.Interop.Vista namespace