Class MilvusEndpointBuilderFactory.MilvusHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.MilvusEndpointBuilderFactory.MilvusHeaderNameBuilder
Enclosing interface:
MilvusEndpointBuilderFactory

public static class MilvusEndpointBuilderFactory.MilvusHeaderNameBuilder extends Object
The builder of headers' name for the Milvus component.
  • Constructor Details

    • MilvusHeaderNameBuilder

      public MilvusHeaderNameBuilder()
  • Method Details

    • milvusAction

      public String milvusAction()
      The action to be performed. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusAction.
    • milvusOperationStatus

      public String milvusOperationStatus()
      Operation Status. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusOperationStatus.
    • milvusOperationStatusValue

      public String milvusOperationStatusValue()
      Operation Status Value. The option is a: int type. Group: producer
      Returns:
      the name of the header MilvusOperationStatusValue.
    • milvusTextFieldName

      public String milvusTextFieldName()
      Text Field Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusTextFieldName.
    • milvusVectorFieldName

      public String milvusVectorFieldName()
      Vector Field Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusVectorFieldName.
    • milvusCollectionName

      public String milvusCollectionName()
      Collection Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusCollectionName.
    • milvusKeyName

      public String milvusKeyName()
      Key Name for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusKeyName.
    • milvusKeyValue

      public String milvusKeyValue()
      Key Value for Insert/Upsert operation. The option is a: String type. Group: producer
      Returns:
      the name of the header MilvusKeyValue.