NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::graph::StoreItem Struct Reference

A single item stored in the cross-thread Store. More...

#include <store.h>

Public Attributes

int64_t created_at
 Creation timestamp (Unix epoch milliseconds).
 
std::string key
 Item key within the namespace.
 
Namespace ns
 Hierarchical namespace path.
 
int64_t updated_at
 Last update timestamp (Unix epoch milliseconds).
 
json value
 Stored JSON value.
 

Detailed Description

A single item stored in the cross-thread Store.

Definition at line 33 of file store.h.


The documentation for this struct was generated from the following file: