File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,6 @@ interface DriverConfig {
102
102
* The session configuration
103
103
*
104
104
* @interface
105
- *
106
- * @param {string } defaultAccessMode=WRITE - The access mode of this session, allowed values are {@link READ} and {@link WRITE}.
107
- * @param {string|string[] } bookmarks - The initial reference or references to some previous
108
- * transactions. Value is optional and absence indicates that that the bookmarks do not exist or are unknown.
109
- * @param {number } fetchSize - The record fetch size of each batch of this session.
110
- * Use {@link FETCH_ALL} to always pull all records in one batch. This will override the config value set on driver config.
111
- * @param {string } database - The database this session will operate on.
112
- * @param {string } impersonatedUser - The username which the user wants to impersonate for the duration of the session.
113
- * @param {BookmarkManager } [bookmarkManager] = The bookmark manager
114
105
*/
115
106
class SessionConfig {
116
107
defaultAccessMode ?: SessionMode
You can’t perform that action at this time.
0 commit comments