All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.SegmentStatsOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.4.8
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy