io.milvus.grpc.SegmentStatsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector database.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.milvus.grpc;
public interface SegmentStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.common.SegmentStats)
com.google.protobuf.MessageOrBuilder {
/**
* int64 SegmentID = 1;
* @return The segmentID.
*/
long getSegmentID();
/**
* int64 NumRows = 2;
* @return The numRows.
*/
long getNumRows();
}