### Problem Type (问题类型) configs (配置项 / 文档相关) ### Before submit - [X] 我已经确认现有的 [Server-Issues](https://github.com/hugegraph/hugegraph/issues) 与 [Client-Issues](https://github.com/hugegraph/hugegraph-client/issues) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.x - Client Version: v2.0.1 - Data Size: xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) --> ### Your Question (问题描述) 你好,我需要调用java hugeClient来动态创建、删除管理多个图,这个创建图中的configText参数可以说明下怎么填吗,需要做哪些配置,找了很久没找到样例,参数也不能为空 hugeClient.graphs().createGraph(String name, String configText) eg: ```java hugeClient.graphs().createGraph("newGraph",null); ``` ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_
Problem Type (问题类型)
configs (配置项 / 文档相关)
Before submit
Environment (环境信息)
Your Question (问题描述)
你好,我需要调用java hugeClient来动态创建、删除管理多个图,这个创建图中的configText参数可以说明下怎么填吗,需要做哪些配置,找了很久没找到样例,参数也不能为空
hugeClient.graphs().createGraph(String name, String configText)
eg:
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response