Class Neo4jConstants.Headers

java.lang.Object
org.apache.camel.component.neo4j.Neo4jConstants.Headers
Enclosing class:
Neo4jConstants

public static class Neo4jConstants.Headers extends Object
  • Field Details

    • OPERATION

      @Metadata(description="The operation to be performed.", javaType="String", enums="CREATE_NODE,DELETE_NODE,RETRIEVE_NODES,RETRIEVE_NODES_AND_UPDATE_WITH_CYPHER_QUERY,ADD_OR_DELETE_NODE_WITH_CYPHER_QUERY,CREATE_VECTOR_INDEX,DROP_VECTOR_INDEX,CREATE_VECTOR,VECTOR_SIMILARITY_SEARCH") public static final String OPERATION
      See Also:
    • MATCH_PROPERTIES

      @Metadata(description="MATCH properties for the generated MATCH query. Needed only if we are matching properties and values. Example: {name: \'Alice\'} ", javaType="String") public static final String MATCH_PROPERTIES
      See Also:
    • QUERY_RESULT

      @Metadata(description="Query Result", javaType="String") public static final String QUERY_RESULT
      See Also:
    • QUERY_RESULT_NODES_CREATED

      @Metadata(description="Query Number of nodes created", javaType="Long") public static final String QUERY_RESULT_NODES_CREATED
      See Also:
    • QUERY_RESULT_NODES_DELETED

      @Metadata(description="Query Number of nodes deleted", javaType="Long") public static final String QUERY_RESULT_NODES_DELETED
      See Also:
    • QUERY_RESULT_CONTAINS_UPDATES

      @Metadata(description="Query executed contains update", javaType="Boolean") public static final String QUERY_RESULT_CONTAINS_UPDATES
      See Also:
    • QUERY_RESULT_RELATIONSHIPS_CREATED

      @Metadata(description="Query executed number of relationships created", javaType="Long") public static final String QUERY_RESULT_RELATIONSHIPS_CREATED
      See Also:
    • QUERY_RESULT_RELATIONSHIPS_DELETED

      @Metadata(description="Query executed number of relationships deleted", javaType="Long") public static final String QUERY_RESULT_RELATIONSHIPS_DELETED
      See Also:
    • QUERY_RETRIEVE_SIZE

      @Metadata(description="Number of nodes retrieved", javaType="Long") public static final String QUERY_RETRIEVE_SIZE
      See Also:
    • QUERY_RETRIEVE_LIST_NEO4J_NODES

      @Metadata(description="Query execution time in Milliseconds", javaType="Long") public static final String QUERY_RETRIEVE_LIST_NEO4J_NODES
      See Also:
    • VECTOR_ID

      @Metadata(description="Vector Id for the embedding", javaType="String") public static final String VECTOR_ID
      See Also:
    • LABEL

      @Metadata(description="Label for the Node - used when inserting from Embeddings", javaType="String") public static final String LABEL
      See Also:
  • Constructor Details

    • Headers

      public Headers()