如何为创建的 Collection 设置存留时间(TTL)属性? Last updated 2023年08月22日 06:50 您可以使用我们的PyMilvus SDK通过提供参数collection.ttl.seconds的值来设置集合的TTL。 以下示例将TTL设置为1800秒。 collection.set_properties(properties={"collection.ttl.seconds": 1800})