VistaApi members

Include protected members
Include inherited members

ESENT APIs that were first supported in Windows Vista.

The VistaApi type exposes the following members.

Methods

  Name Description
Public methodStatic member JetGetColumnInfo Retrieves information about a column in a table.
Public methodStatic member JetGetInstanceMiscInfo Retrieves information about an instance.
Public methodStatic member JetGetRecordSize Retrieves record size information from the desired location.
Public methodStatic member JetGetThreadStats Retrieves performance information from the database engine for the current thread. Multiple calls can be used to collect statistics that reflect the activity of the database engine on this thread between those calls.
Public methodStatic member JetInit3 Initialize the ESENT database engine.
Public methodStatic member JetOpenTemporaryTable Creates a temporary table with a single index. A temporary table stores and retrieves records just like an ordinary table created using JetCreateTableColumnIndex. However, temporary tables are much faster than ordinary tables due to their volatile nature. They can also be used to very quickly sort and perform duplicate removal on record sets when accessed in a purely sequential manner. Also see JetOpenTempTable(JET_SESID, [], Int32, TempTableGrbit, JET_TABLEID, []), JetOpenTempTable3(JET_SESID, [], Int32, JET_UNICODEINDEX, TempTableGrbit, JET_TABLEID, []).
Public methodStatic member JetOSSnapshotEnd Notifies the engine that the snapshot session finished.
Public methodStatic member JetOSSnapshotGetFreezeInfo Retrieves the list of instances and databases that are part of the snapshot session at any given moment.
Public methodStatic member JetOSSnapshotPrepareInstance Selects a specific instance to be part of the snapshot session.
Public methodStatic member JetOSSnapshotTruncateLog Enables log truncation for all instances that are part of the snapshot session.
Public methodStatic member JetOSSnapshotTruncateLogInstance Truncates the log for a specified instance during a snapshot session.

Top

See also

Reference

VistaApi class

Microsoft.Isam.Esent.Interop.Vista namespace