Expand description
Admin API types for database inspection, backup, and maintenance.
These types support both LPG (Labeled Property Graph) and RDF (Resource Description Framework) data models.
Structs§
- Compaction
Stats - Compaction statistics returned after a compact operation.
- Database
Info - High-level database information returned by
db.info(). - Database
Stats - Detailed database statistics returned by
db.stats(). - Dump
Metadata - Metadata for dump files.
- Edge
Type Info - Information about an edge type.
- Index
Info - Index information.
- Label
Info - Information about a label.
- LpgSchema
Info - Schema information for LPG databases.
- Predicate
Info - Information about an RDF predicate.
- RdfSchema
Info - Schema information for RDF databases.
- Validation
Error - A validation error.
- Validation
Result - Validation result.
- Validation
Warning - A validation warning.
- WalStatus
- WAL (Write-Ahead Log) status.
Enums§
- Database
Mode - Database mode - either LPG (Labeled Property Graph) or RDF (Triple Store).
- Dump
Format - Dump format for export operations.
- Schema
Info - Combined schema information supporting both LPG and RDF.