版本

# 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 状态码说明
最近一次更新时间: 6/1/2022, 10:35:15 AM