mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci] Add note for design doc (#13234)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
6a6ae67ff4
commit
e03dbf0efc
@ -1433,12 +1433,13 @@ message CompactionMergeInfo {
|
||||
```
|
||||
|
||||
## ShowType
|
||||
Used by [ShowCollections()]](#showcollections) and [ShowPartitions()](#showpartitions).
|
||||
```
|
||||
enum ShowType {
|
||||
// Will return all colloections
|
||||
// Will return all colloections/partitions
|
||||
All = 0;
|
||||
|
||||
// Will return loaded collections with their inMemory_percentages
|
||||
// Will return loaded collections/partitions with their inMemory_percentages
|
||||
InMemory = 1;
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user