public interface GetCollectionStatisticsRequestOrBuilder
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; |
String |
getCollectionName()
The collection name you want get statistics
string collection_name = 3; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
The collection name you want get statistics
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; |
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 get statistics
string collection_name = 3;com.google.protobuf.ByteString getCollectionNameBytes()
The collection name you want get statistics
string collection_name = 3;Copyright © 2023. All rights reserved.