Class GetGraphEntitiesRequest.Options

    • Field Detail

      • ENTITY_TYPE

        public static final String ENTITY_TYPE
        The type of entity to retrieve. Supported values:
        • EDGE: Retrieve edge entities (default).
        • NODE: Retrieve node entities.
        The default value is EDGE.
        See Also:
        Constant Field Values
      • SERVER_ID

        public static final String SERVER_ID
        Indicates which graph server to send the request to. Required when the graph is distributed across multiple servers. The default value is '0'.
        See Also:
        Constant Field Values