File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ This driver uses semantic versioning:
60
60
queue time metrics reported by the most recently received server responses if
61
61
the server supports this feature.
62
62
63
+ - Added ` ArangoSearchViewLink#inBackground ` ([ #759 ] ( https://github.com/arangodb/arangojs/issues/759 ) )
64
+
63
65
## [ 7.6.1] - 2021-10-26
64
66
65
67
### Fixed
Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ export type ArangoSearchViewLink = {
84
84
* Default: `"none"`
85
85
*/
86
86
storeValues ?: "none" | "id" ;
87
+ /**
88
+ * If set to `true`, then no exclusive lock is used on the source collection
89
+ * during View index creation, so that it remains basically available.
90
+ *
91
+ * Default: `false`
92
+ */
93
+ inBackground ?: boolean ;
87
94
} ;
88
95
89
96
/**
You can’t perform that action at this time.
0 commit comments