Class Milvusdbcollection

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Milvusdbcollection
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    milvus service details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getCollectionId()
      Gets the collectionId.
      java.lang.String getCollectionName()
      Gets the collectionName.
      java.util.List<java.lang.String> getPhysicalChannels()
      Gets the physicalChannels.
      java.util.List<java.lang.String> getVirtualChannels()
      Gets the virtualChannels.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCollectionId

        public java.lang.Long getCollectionId()
        Gets the collectionId. milvus collection id.
        Returns:
        the collectionId
      • getCollectionName

        public java.lang.String getCollectionName()
        Gets the collectionName. milvus status.
        Returns:
        the collectionName
      • getPhysicalChannels

        public java.util.List<java.lang.String> getPhysicalChannels()
        Gets the physicalChannels. milvus physical channels.
        Returns:
        the physicalChannels
      • getVirtualChannels

        public java.util.List<java.lang.String> getVirtualChannels()
        Gets the virtualChannels. milvus virtual channels.
        Returns:
        the virtualChannels