dosubot[bot] commented on issue #2679: URL: https://github.com/apache/incubator-hugegraph/issues/2679#issuecomment-2418641342
<!-- Answer --> HugeGraph provides an API for managing graph-level metadata separate from vertex and edge properties. The `MetaManager` class includes managers like `GraphMetaManager`, which can handle graph-level metadata operations. However, specific methods for setting custom metadata attributes like `graph_create_time` and `graph_owner` are not explicitly documented. You might need to explore the `MetaManager` class further or consider using custom solutions to manage such metadata <sup>[[1]](https://github.com/apache/incubator-hugegraph/blob/master/hugegraph-server/hugegraph-core/src/main/java/org/apache/hugegraph/meta/MetaManager.java)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
