Uses of Class
io.milvus.param.collection.AlterDatabaseParam.Builder
Packages that use AlterDatabaseParam.Builder
-
Uses of AlterDatabaseParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return AlterDatabaseParam.BuilderModifier and TypeMethodDescriptionstatic AlterDatabaseParam.BuilderAlterDatabaseParam.newBuilder()AlterDatabaseParam.Builder.withDatabaseName(@NonNull String databaseName) Sets the database name.AlterDatabaseParam.Builder.withProperty(@NonNull String key, @NonNull String value) Basic method to set a key-value property.AlterDatabaseParam.Builder.withReplicaNumber(int replicaNumber) Sets the replica number in database level, then if load collection doesn't have replica number, it will use this replica number.AlterDatabaseParam.Builder.WithResourceGroups(@NonNull List<String> resourceGroups) Sets the resource groups in database level, then if load collection doesn't have resource groups, it will use this resource groups.