# graph_schema_simple
用于存储图数据库的schema。
【不可被接口直接返回】
参数列表 | 类型 | 描述 | 是否可空 | 默认值 | 示例 | 备注 |
---|---|---|---|---|---|---|
db_name | string | 数据库名称 | 否 | "" | "ezoo" | |
node_slot_type | int32_t | 节点的槽类型 | 否 | 0 | 0 | |
edge_slot_type | int32_t | 边的槽类型 | 否 | 0 | 0 | |
node_schema_list | vector<entity_schema> | 节点的schema | 否 | [] | * | entity_schema |
edge_schema_list | vector<entity_schema> | 边的schema | 否 | [] | * | entity_schema |
auto_load | bool | 是否在启动服务时自动将图导入 | 否 | 0 | 0 | |
is_basic | bool | 否 | 0 | 0 | ||
status | int32_t | 状态码 | 否 | 0 | 0 | 状态码说明 |