mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +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
|
## ShowType
|
||||||
|
Used by [ShowCollections()]](#showcollections) and [ShowPartitions()](#showpartitions).
|
||||||
```
|
```
|
||||||
enum ShowType {
|
enum ShowType {
|
||||||
// Will return all colloections
|
// Will return all colloections/partitions
|
||||||
All = 0;
|
All = 0;
|
||||||
|
|
||||||
// Will return loaded collections with their inMemory_percentages
|
// Will return loaded collections/partitions with their inMemory_percentages
|
||||||
InMemory = 1;
|
InMemory = 1;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user