list
Addedv0.1.x
This operation lists partitions in a collection.
Synopsis
zilliz partition list
--collection <value>
[--database <value>]
[--output <json | table | text | yaml | csv>]
[--no-header]
[--query <value>]
Options
-
--collection (string) -
[REQUIRED]
Indicates the collection name.
-
--database (string) -
Indicates the database name.
-
--output, -o (string) -
Indicates the output format. Choices:
json,table,text,yaml,csv. -
--no-header (boolean) -
Indicates whether to omit the header row when the output is set to
tableorcsv. -
--query, -q (string) -
Indicates a JMESPath expression to filter output.
Example
zilliz partition list --collection my_collection