Uses of Class
io.milvus.param.collection.AlterCollectionParam.Builder
-
Packages that use AlterCollectionParam.Builder Package Description io.milvus.param.collection -
-
Uses of AlterCollectionParam.Builder in io.milvus.param.collection
Methods in io.milvus.param.collection that return AlterCollectionParam.Builder Modifier and Type Method Description static AlterCollectionParam.BuilderAlterCollectionParam. newBuilder()AlterCollectionParam.BuilderAlterCollectionParam.Builder. withCollectionName(@NonNull String collectionName)Set the collection name.AlterCollectionParam.BuilderAlterCollectionParam.Builder. withTTL(@NonNull Integer ttlSeconds)Collection time to live (TTL) is the expiration time of data in a collection.
-