public interface GetStatisticsRequestOrBuilder
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; |
long |
getGuaranteeTimestamp()
Not useful for now, reserved for future
uint64 guarantee_timestamp = 5; |
String |
getPartitionNames(int index)
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4; |
com.google.protobuf.ByteString |
getPartitionNamesBytes(int index)
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4; |
int |
getPartitionNamesCount()
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4; |
List<String> |
getPartitionNamesList()
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4; |
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;List<String> getPartitionNamesList()
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4;int getPartitionNamesCount()
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4;String getPartitionNames(int index)
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartitionNamesBytes(int index)
The partition names you want get statistics, empty for all partitions
repeated string partition_names = 4;index - The index of the value to return.long getGuaranteeTimestamp()
Not useful for now, reserved for future
uint64 guarantee_timestamp = 5;Copyright © 2023. All rights reserved.