langchain.js
Preparing search index...
@langchain/langgraph-checkpoint-mongodb
MongoDBSaverParams
Type Alias MongoDBSaverParams
type
MongoDBSaverParams
=
{
checkpointCollectionName
?:
string
;
checkpointWritesCollectionName
?:
string
;
client
:
MongoClient
;
dbName
?:
string
;
}
Index
Properties
checkpoint
Collection
Name?
checkpoint
Writes
Collection
Name?
client
db
Name?
Properties
Optional
checkpoint
Collection
Name
checkpointCollectionName
?:
string
Optional
checkpoint
Writes
Collection
Name
checkpointWritesCollectionName
?:
string
client
client
:
MongoClient
Optional
db
Name
dbName
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checkpoint
Collection
Name
checkpoint
Writes
Collection
Name
client
db
Name
langchain.js
Loading...