Class ArangoDbConstants

java.lang.Object
org.apache.camel.component.arangodb.ArangoDbConstants

public final class ArangoDbConstants extends Object
  • Field Details

    • MULTI_UPDATE

      @Metadata(description="Indicates if there are multiple documents to update. If set to `true`, the body of the message must be a `Collection` of documents to update.", javaType="java.lang.Boolean", defaultValue="false") public static final String MULTI_UPDATE
      See Also:
    • MULTI_INSERT

      @Metadata(description="Indicates if there are multiple documents to insert. If set to `true`, the body of the message must be a `Collection` of documents to insert.", javaType="java.lang.Boolean", defaultValue="false") public static final String MULTI_INSERT
      See Also:
    • MULTI_DELETE

      @Metadata(description="Indicates if there are multiple documents to delete. If set to `true`, the body of the message must be a `Collection` of key of documents to delete.", javaType="java.lang.Boolean", defaultValue="false") public static final String MULTI_DELETE
      See Also:
    • ARANGO_KEY

      @Metadata(description="The Arango key to use for the operation.", javaType="java.lang.String") public static final String ARANGO_KEY
      See Also:
    • RESULT_CLASS_TYPE

      @Metadata(description="The type of the result of the operation.", javaType="java.lang.Class", defaultValue="BaseDocument.class or BaseEdgeDocument.class") public static final String RESULT_CLASS_TYPE
      See Also:
    • AQL_QUERY

      @Metadata(description="The AQL query to execute.", javaType="java.lang.String") public static final String AQL_QUERY
      See Also:
    • AQL_QUERY_BIND_PARAMETERS

      @Metadata(description="The key/value pairs defining the variables to bind the query to.", javaType="java.util.Map") public static final String AQL_QUERY_BIND_PARAMETERS
      See Also:
    • AQL_QUERY_OPTIONS

      @Metadata(label="advanced", description="The additional options that will be passed to the query API.", javaType="com.arangodb.model.AqlQueryOptions") public static final String AQL_QUERY_OPTIONS
      See Also: