# schema_s
schema是配置数据库的必要信息。
【可被接口直接返回】
参数列表 | 类型 | 描述 | 是否可空 | 默认值 | 示例 | 备注 |
---|---|---|---|---|---|---|
message | string | 消息 | 否 | "" | "OK." | |
status | int32_t | 状态码 | 否 | 0 | 0 | 状态码说明 |
cost_time | double | 耗时 | 否 | 0 | 0.01 | |
slot_type | int32_t | 槽类型 | 否 | 0 | 0 | |
db_name | string | 数据库名称 | 否 | "" | "ezoo" | |
node_index_table | vector<entity_index> | 节点列表 | 否 | [] | [entity_index] | entity_index |
edge_index_table | vector<entity_index> | 边列表 | 否 | [] | [entity_index] | entity_index |
← entity_index edge_s →