langchain.js
Preparing search index...
@langchain/langgraph-checkpoint
ListNamespacesOperation
Interface ListNamespacesOperation
Operation to list and filter namespaces in the store.
interface
ListNamespacesOperation
{
limit
:
number
;
matchConditions
?:
MatchCondition
[]
;
maxDepth
?:
number
;
offset
:
number
;
}
Index
Properties
limit
match
Conditions?
max
Depth?
offset
Properties
limit
limit
:
number
Optional
match
Conditions
matchConditions
?:
MatchCondition
[]
Optional
max
Depth
maxDepth
?:
number
offset
offset
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
match
Conditions
max
Depth
offset
langchain.js
Loading...
Operation to list and filter namespaces in the store.