Class ServiceConfig.NebulaGraph

java.lang.Object
org.apache.opendal.ServiceConfig.NebulaGraph
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.NebulaGraph extends Object implements ServiceConfig
Configuration for service nebula_graph.
  • Field Details

    • host

      public final String host

      The host addr of nebulagraph's graphd server

    • port

      public final Integer port

      The host port of nebulagraph's graphd server

    • username

      public final String username

      The username of nebulagraph's graphd server

    • password

      public final String password

      The password of nebulagraph's graphd server

    • space

      public final String space

      The space name of nebulagraph's graphd server

    • tag

      public final String tag

      The tag name of nebulagraph's graphd server

    • keyField

      public final String keyField

      The key field name of the NebulaGraph service to read/write.

    • valueField

      public final String valueField

      The value field name of the NebulaGraph service to read/write.

    • root

      public final String root

      The root for NebulaGraph

  • Constructor Details

    • NebulaGraph

      public NebulaGraph()
  • Method Details