set_collection_name
Function
Sets the name of a collection.
Prototype
def set_collection_name(collection_name: str)
Parameters
Parameter |
Data Type |
Required/Optional |
Description |
|---|---|---|---|
collection_name |
str |
Required |
Collection name, which cannot be empty. The maximum length is 1024 characters. |
Parent topic: MilvusDB