public interface ShowPartitionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
MsgBase |
getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
MsgBaseOrBuilder |
getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
long |
getCollectionID()
The collection id in milvus
int64 collectionID = 4; |
String |
getCollectionName()
The collection name you want to describe, you can pass collection_name or collectionID
string collection_name = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
The collection name you want to describe, you can pass collection_name or collectionID
string collection_name = 3; |
String |
getDbName()
Not useful for now
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
Not useful for now
string db_name = 2; |
String |
getPartitionNames(int index)
When type is InMemory, will return these patitions's inMemory_percentages.
|
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
When type is InMemory, will return these patitions's inMemory_percentages.
|
int |
getPartitionNamesCount()
When type is InMemory, will return these patitions's inMemory_percentages.
|
List<String> |
getPartitionNamesList()
When type is InMemory, will return these patitions's inMemory_percentages.
|
ShowType |
getType()
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
int |
getTypeValue()
Decide return Loaded partitions or All partitions(Optional)
Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6; |
boolean |
hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1; |
boolean hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBase getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;MsgBaseOrBuilder getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1;String getDbName()
Not useful for now
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
Not useful for now
string db_name = 2;String getCollectionName()
The collection name you want to describe, you can pass collection_name or collectionID
string collection_name = 3;com.google.protobuf.ByteString getCollectionNameBytes()
The collection name you want to describe, you can pass collection_name or collectionID
string collection_name = 3;long getCollectionID()
The collection id in milvus
int64 collectionID = 4;List<String> getPartitionNamesList()
When type is InMemory, will return these patitions's inMemory_percentages.(Optional)
repeated string partition_names = 5;int getPartitionNamesCount()
When type is InMemory, will return these patitions's inMemory_percentages.(Optional)
repeated string partition_names = 5;String getPartitionNames(int index)
When type is InMemory, will return these patitions's inMemory_percentages.(Optional)
repeated string partition_names = 5;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
When type is InMemory, will return these patitions's inMemory_percentages.(Optional)
repeated string partition_names = 5;index - The index of the value to return.int getTypeValue()
Decide return Loaded partitions or All partitions(Optional) Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6;ShowType getType()
Decide return Loaded partitions or All partitions(Optional) Deprecated: use GetLoadingProgress rpc instead
.milvus.proto.milvus.ShowType type = 6;Copyright © 2023. All rights reserved.