定义 orientdb 中的实时查询应该 return 的字段

Define fields which the LIVE query in orientdb should return

我目前正在使用 OrientDB 中的实时查询。是否可以决定 'live-update, live-insert or live-delete' 事件将 return 用于哪些字段?

我试过这样的实时查询:

LIVE SELECT username, description FROM User

但它return是整个节点(记录)。我正在使用 NodeJS 库。

目前还不可能。实时查询产生实时查询中涉及的整个记录​​