Uses of Class
io.milvus.param.collection.AlterCollectionParam.Builder
Packages that use AlterCollectionParam.Builder
-
Uses of AlterCollectionParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return AlterCollectionParam.BuilderModifier and TypeMethodDescriptionstatic AlterCollectionParam.BuilderAlterCollectionParam.newBuilder()AlterCollectionParam.Builder.withCollectionName(@NonNull String collectionName) Set the collection name.AlterCollectionParam.Builder.withDatabaseName(String databaseName) Sets the database name.AlterCollectionParam.Builder.withMMapEnabled(boolean enabledMMap) Enable MMap or not for index data files.AlterCollectionParam.Builder.withProperty(@NonNull String key, @NonNull String value) Basic method to set a key-value property.Collection time to live (TTL) is the expiration time of data in a collection.