ServerClientSessionShared Properties |
The ServerClientSessionShared type exposes the following members.
Name | Description | |
---|---|---|
AddToIndexInSeperateThread |
Allow adding objects to indices to be done in a worker thread instead of in main thread.
(Overrides ServerClientSessionAddToIndexInSeperateThread.) | |
Databases |
Gets a list of the currently opened databases
(Overrides SessionBaseDatabases.) | |
WriteToDiskInSeperateDatabaseThreads |
Allow object serialization and page writes to happen in worker threads, one per database, instead of in main session thread.
AddToIndexInSeperateThread must also be enabled for this to work.
(Overrides ServerClientSessionWriteToDiskInSeperateDatabaseThreads.) |