Class Milvus.Headers

java.lang.Object
org.apache.camel.component.milvus.Milvus.Headers
Enclosing class:
Milvus

@Deprecated public static class Milvus.Headers extends Object
Deprecated.
As of Camel 4.15, this nested Headers class has been moved to its own class. Use MilvusHeaders instead.
  • Field Details

    • ACTION

      @Metadata(description="The action to be performed.", javaType="String", enums="CREATE_COLLECTION,CREATE_INDEX,UPSERT,INSERT,SEARCH,QUERY,DELETE") public static final String ACTION
      Deprecated.
      See Also:
    • OPERATION_STATUS

      @Metadata(description="Operation Status.", javaType="String") public static final String OPERATION_STATUS
      Deprecated.
      See Also:
    • OPERATION_STATUS_VALUE

      @Metadata(description="Operation Status Value.", javaType="int") public static final String OPERATION_STATUS_VALUE
      Deprecated.
      See Also:
    • TEXT_FIELD_NAME

      @Metadata(description="Text Field Name for Insert/Upsert operation", javaType="String") public static final String TEXT_FIELD_NAME
      Deprecated.
      See Also:
    • VECTOR_FIELD_NAME

      @Metadata(description="Vector Field Name for Insert/Upsert operation", javaType="String") public static final String VECTOR_FIELD_NAME
      Deprecated.
      See Also:
    • COLLECTION_NAME

      @Metadata(description="Collection Name for Insert/Upsert operation", javaType="String") public static final String COLLECTION_NAME
      Deprecated.
      See Also:
    • KEY_NAME

      @Metadata(description="Key Name for Insert/Upsert operation", javaType="String") public static final String KEY_NAME
      Deprecated.
      See Also:
    • KEY_VALUE

      @Metadata(description="Key Value for Insert/Upsert operation", javaType="String") public static final String KEY_VALUE
      Deprecated.
      See Also:
  • Constructor Details

    • Headers

      public Headers()
      Deprecated.