Class ShowCollectionsParam.Builder

    • Method Detail

      • withCollectionNames

        public ShowCollectionsParam.Builder withCollectionNames​(@NonNull
                                                                @NonNull java.util.List<java.lang.String> collectionNames)
        Sets a list of collection names. Collection name cannot be empty or null.
        Parameters:
        collectionNames - list of collection names
        Returns:
        Builder
      • withShowType

        public ShowCollectionsParam.Builder withShowType​(io.milvus.grpc.ShowType showType)
        Sets a show type. Show Type can be empty or null, default value is ShowType.All.
        Parameters:
        showType - ShowType
        Returns:
        Builder
      • addCollectionName

        public ShowCollectionsParam.Builder addCollectionName​(@NonNull
                                                              @NonNull java.lang.String collectionName)
        Adds a collection name. Collection name cannot be empty or null.
        Parameters:
        collectionName - collection name
        Returns:
        Builder